fix: 进一步重构

This commit is contained in:
手瓜一十雪
2025-01-21 20:40:52 +08:00
parent f5db96187b
commit 4b53e9a895
14 changed files with 166 additions and 320 deletions

View File

@@ -1,6 +1,6 @@
declare global {
namespace globalThis {
var LiteLoader: Symbol;
const LiteLoader: symbol;
}
}
export {}
export {};