chore: save current changes

This commit is contained in:
liaibo
2025-11-23 20:04:29 +08:00
parent 994dd4e67c
commit 5d0e4c4cb6
10 changed files with 695 additions and 191 deletions
+2
View File
@@ -55,6 +55,8 @@ declare global {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
create: (options: any) => void;
destroy: (id: string) => void;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
getluckysheetfile: () => any;
// 实际功能会通过动态加载的脚本注入
// 最小化声明以通过 TypeScript 检查
};