refactor: rename

1. 将枚举 Server 改为字符串常量,使得 memshell 和 probeshell 都能共用
2. 移除 memshell 模块直接内置在 generator 中
3. 通用类从 memshell 移动至 javaweb 下,命名修改,增加辨识度
This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent a513e44c96
commit b2c614eea4
354 changed files with 1094 additions and 1387 deletions
+4 -4
View File
@@ -14,10 +14,10 @@
"lint:fix": "bunx @biomejs/biome check ./ --write"
},
"devDependencies": {
"@biomejs/biome": "2.1.3",
"@biomejs/biome": "2.1.4",
"@react-router/dev": "^7.8.0",
"@types/node": "^24.2.1",
"@types/react": "^19.1.9",
"@types/react": "^19.1.10",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.1.7",
"@types/react-syntax-highlighter": "^15.5.13",
@@ -25,7 +25,7 @@
"rimraf": "^6.0.1",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.2",
"vite": "^7.1.1",
"vite": "^7.1.2",
"vite-bundle-visualizer": "^1.2.1"
},
"dependencies": {
@@ -36,7 +36,7 @@
"clsx": "^2.1.1",
"framer-motion": "^12.23.12",
"i18next": "^25.3.4",
"lucide-react": "^0.537.0",
"lucide-react": "^0.539.0",
"motion": "^12.23.12",
"radix-ui": "^1.4.2",
"react": "^19.1.1",