fix blurry text in modal

This commit is contained in:
pompurin404 2024-10-24 10:00:22 +08:00
parent 975c8db829
commit 742f044cee
No known key found for this signature in database
3 changed files with 574 additions and 578 deletions

View File

@ -8,3 +8,5 @@
### Bug Fixes ### Bug Fixes
- 修复 Win7 无法使用 WebDAV 的问题 - 修复 Win7 无法使用 WebDAV 的问题
- 修复对话框字体模糊的问题
- 修复 macOS 窄边栏宽度错误的问题

View File

@ -46,23 +46,23 @@
"@nextui-org/react": "^2.4.8", "@nextui-org/react": "^2.4.8",
"@types/adm-zip": "^0.5.5", "@types/adm-zip": "^0.5.5",
"@types/express": "^5.0.0", "@types/express": "^5.0.0",
"@types/node": "^22.7.5", "@types/node": "^22.7.9",
"@types/pubsub-js": "^1.8.6", "@types/pubsub-js": "^1.8.6",
"@types/react": "^18.3.11", "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1", "@types/react-dom": "^18.3.1",
"@types/ws": "^8.5.12", "@types/ws": "^8.5.12",
"@vitejs/plugin-react": "^4.3.2", "@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"cron-validator": "^1.3.1", "cron-validator": "^1.3.1",
"driver.js": "^1.3.1", "driver.js": "^1.3.1",
"electron": "^33.0.0", "electron": "^33.0.2",
"electron-builder": "=25.0.4", "electron-builder": "25.0.4",
"electron-vite": "^2.3.0", "electron-vite": "^2.3.0",
"electron-window-state": "^5.0.3", "electron-window-state": "^5.0.3",
"eslint": "=8.57.1", "eslint": "8.57.1",
"eslint-plugin-react": "^7.37.1", "eslint-plugin-react": "^7.37.2",
"form-data": "^4.0.1", "form-data": "^4.0.1",
"framer-motion": "^11.11.8", "framer-motion": "11.5.6",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"meta-json-schema": "^1.18.9", "meta-json-schema": "^1.18.9",
"monaco-yaml": "^5.2.2", "monaco-yaml": "^5.2.2",
@ -73,20 +73,20 @@
"pubsub-js": "^1.9.4", "pubsub-js": "^1.9.4",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^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-icons": "^5.3.0",
"react-markdown": "^9.0.1", "react-markdown": "^9.0.1",
"react-monaco-editor": "^0.56.2", "react-monaco-editor": "^0.56.2",
"react-router-dom": "^6.27.0", "react-router-dom": "^6.27.0",
"react-virtuoso": "^4.11.0", "react-virtuoso": "^4.12.0",
"recharts": "^2.13.0", "recharts": "^2.13.0",
"swr": "^2.2.5", "swr": "^2.2.5",
"tailwindcss": "^3.4.13", "tailwindcss": "^3.4.14",
"tar": "^7.4.3", "tar": "^7.4.3",
"tsx": "^4.19.1", "tsx": "^4.19.1",
"types-pac": "^1.0.3", "types-pac": "^1.0.3",
"typescript": "^5.6.3", "typescript": "^5.6.3",
"vite": "^5.4.9", "vite": "^5.4.10",
"vite-plugin-monaco-editor": "^1.1.0" "vite-plugin-monaco-editor": "^1.1.0"
} }
} }

File diff suppressed because it is too large Load Diff