feat:improve the import and export functions

This commit is contained in:
zyronon
2025-09-14 18:55:43 +08:00
parent 3b5d8d94ed
commit 65bba3ea07
9 changed files with 187 additions and 12791 deletions

View File

@@ -9,6 +9,7 @@ declare global {
umami: {
track(name: string, data?: any): void
},
JSZip: any,
__CURRENT_WORD_INFO__?: {
word: string,
input: string,
@@ -18,6 +19,7 @@ declare global {
}
}
console.json = function (v: any, space = 0) {
const json = JSON.stringify(
v,