Skip to content

Commit

Permalink
fix blurry text in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
pompurin404 committed Oct 24, 2024
1 parent 975c8db commit 742f044
Show file tree
Hide file tree
Showing 3 changed files with 575 additions and 579 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
### Bug Fixes

- 修复 Win7 无法使用 WebDAV 的问题
- 修复对话框字体模糊的问题
- 修复 macOS 窄边栏宽度错误的问题
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}
Loading

0 comments on commit 742f044

Please sign in to comment.