feat: 整体重构

This commit is contained in:
Next
2026-03-15 19:21:04 +08:00
parent 7c78fc9e57
commit cc86f690b4
56 changed files with 2631 additions and 1973 deletions

View File

@@ -0,0 +1,9 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"include": ["src"],
"exclude": ["node_modules"]
}