i18n and UI fix

This commit is contained in:
2026-03-14 23:16:15 +08:00
parent 43289845fc
commit f7ad51b9ec
69 changed files with 5970 additions and 286 deletions

View File

@@ -17,7 +17,8 @@
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css,json}\"",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
"test:coverage": "vitest run --coverage",
"i18n": "lobe-i18n"
},
"dependencies": {
"@codemirror/lang-css": "^6.3.0",
@@ -34,14 +35,18 @@
"antd-style": "^4.1.0",
"electron-store": "^10.0.0",
"electron-updater": "^6.3.0",
"i18next": "^25.8.18",
"i18next-browser-languagedetector": "^8.2.1",
"lucide-react": "^0.563.0",
"motion": "^12.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^16.5.8",
"zustand": "^5.0.0"
},
"devDependencies": {
"@electron-toolkit/tsconfig": "^1.0.1",
"@lobehub/i18n-cli": "^1.26.1",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",