Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-02-14 01:44:08 +08:00
parent 7865b64832
commit c08a471f6b
9 changed files with 4118 additions and 308 deletions

View File

@@ -11,14 +11,14 @@
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.6.5",
"packageManager": "pnpm@10.29.3",
"type": "module",
"peerDependencies": {
"react": "^19.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.2.3",
"vite-plugin-dts": "^4.5.3"
"@vitejs/plugin-react": "^5.1.4",
"vite": "^7.3.1",
"vite-plugin-dts": "^4.5.4"
}
}