mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-15 19:22:31 +08:00
fix blurry text in modal
This commit is contained in:
parent
975c8db829
commit
742f044cee
|
@ -8,3 +8,5 @@
|
|||
### Bug Fixes
|
||||
|
||||
- 修复 Win7 无法使用 WebDAV 的问题
|
||||
- 修复对话框字体模糊的问题
|
||||
- 修复 macOS 窄边栏宽度错误的问题
|
||||
|
|
24
package.json
24
package.json
|
@ -46,23 +46,23 @@
|
|||
"@nextui-org/react": "^2.4.8",
|
||||
"@types/adm-zip": "^0.5.5",
|
||||
"@types/express": "^5.0.0",
|
||||
"@types/node": "^22.7.5",
|
||||
"@types/node": "^22.7.9",
|
||||
"@types/pubsub-js": "^1.8.6",
|
||||
"@types/react": "^18.3.11",
|
||||
"@types/react": "^18.3.12",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"@types/ws": "^8.5.12",
|
||||
"@vitejs/plugin-react": "^4.3.2",
|
||||
"@vitejs/plugin-react": "^4.3.3",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"cron-validator": "^1.3.1",
|
||||
"driver.js": "^1.3.1",
|
||||
"electron": "^33.0.0",
|
||||
"electron-builder": "=25.0.4",
|
||||
"electron": "^33.0.2",
|
||||
"electron-builder": "25.0.4",
|
||||
"electron-vite": "^2.3.0",
|
||||
"electron-window-state": "^5.0.3",
|
||||
"eslint": "=8.57.1",
|
||||
"eslint-plugin-react": "^7.37.1",
|
||||
"eslint": "8.57.1",
|
||||
"eslint-plugin-react": "^7.37.2",
|
||||
"form-data": "^4.0.1",
|
||||
"framer-motion": "^11.11.8",
|
||||
"framer-motion": "11.5.6",
|
||||
"lodash": "^4.17.21",
|
||||
"meta-json-schema": "^1.18.9",
|
||||
"monaco-yaml": "^5.2.2",
|
||||
|
@ -73,20 +73,20 @@
|
|||
"pubsub-js": "^1.9.4",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-error-boundary": "^4.0.13",
|
||||
"react-error-boundary": "^4.1.2",
|
||||
"react-icons": "^5.3.0",
|
||||
"react-markdown": "^9.0.1",
|
||||
"react-monaco-editor": "^0.56.2",
|
||||
"react-router-dom": "^6.27.0",
|
||||
"react-virtuoso": "^4.11.0",
|
||||
"react-virtuoso": "^4.12.0",
|
||||
"recharts": "^2.13.0",
|
||||
"swr": "^2.2.5",
|
||||
"tailwindcss": "^3.4.13",
|
||||
"tailwindcss": "^3.4.14",
|
||||
"tar": "^7.4.3",
|
||||
"tsx": "^4.19.1",
|
||||
"types-pac": "^1.0.3",
|
||||
"typescript": "^5.6.3",
|
||||
"vite": "^5.4.9",
|
||||
"vite": "^5.4.10",
|
||||
"vite-plugin-monaco-editor": "^1.1.0"
|
||||
}
|
||||
}
|
||||
|
|
1126
pnpm-lock.yaml
1126
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user