add recovery kit function and beta test the Test Wizard function

This commit is contained in:
LC mac
2026-02-21 23:48:59 +08:00
parent 573cdce585
commit 87bf40f27b
9 changed files with 19631 additions and 17185 deletions

View File

@@ -62,5 +62,6 @@ export default defineConfig({
'__BUILD_HASH__': JSON.stringify(gitHash),
'__BUILD_TIMESTAMP__': JSON.stringify(new Date().toISOString()),
'global': 'globalThis',
}
})
},
assetsInclude: ['**/*.md', '**/*.txt'] // Enables raw imports for .txt files
})