feat: complete 2.0.7.12 platform overhaul

This commit is contained in:
2026-08-16 19:33:03 +08:00
parent 73555cd04c
commit c9fa6f7a88
159 changed files with 13243 additions and 2539 deletions
@@ -7,8 +7,8 @@
"jsx": "preserve",
"resolveJsonModule": true,
"isolatedModules": true,
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"types": ["vite/client"]
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"types": ["vite/client", "node"]
},
"include": ["src/**/*.ts", "src/**/*.vue"]
}