This commit is contained in:
zuowei1216
2025-12-22 21:06:29 +08:00
parent 8ea58fe480
commit 1b19ff1b92
179 changed files with 21895 additions and 3774 deletions

6
AdminPanel/plugins/global.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
declare global {
interface Window {
__adobe_cep__: any;
}
}