Skip to content

Commit 11fe1cb

Browse files
authored
refactor: 优化了获取鼠标所在显示器的逻辑 (#569)
1 parent 9313788 commit 11fe1cb

File tree

9 files changed

+1875
-1595
lines changed

9 files changed

+1875
-1595
lines changed

Cargo.lock

Lines changed: 647 additions & 416 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,52 +22,52 @@
2222
},
2323
"dependencies": {
2424
"@ant-design/icons-vue": "^7.0.1",
25-
"@tauri-apps/api": "^2.5.0",
25+
"@tauri-apps/api": "^2.7.0",
2626
"@tauri-apps/plugin-autostart": "~2.3.0",
27-
"@tauri-apps/plugin-clipboard-manager": "~2.2.2",
27+
"@tauri-apps/plugin-clipboard-manager": "~2.2.3",
2828
"@tauri-apps/plugin-dialog": "~2.2.2",
2929
"@tauri-apps/plugin-fs": "~2.3.0",
3030
"@tauri-apps/plugin-global-shortcut": "~2.2.1",
3131
"@tauri-apps/plugin-log": "~2.3.1",
3232
"@tauri-apps/plugin-opener": "~2.2.7",
33-
"@tauri-apps/plugin-os": "^2.2.1",
34-
"@tauri-apps/plugin-process": "^2.2.1",
33+
"@tauri-apps/plugin-os": "^2.3.0",
34+
"@tauri-apps/plugin-process": "^2.3.0",
3535
"@tauri-apps/plugin-updater": "~2.7.1",
36-
"@tauri-store/pinia": "^3.7.0",
37-
"@vueuse/core": "^13.3.0",
36+
"@tauri-store/pinia": "^3.7.1",
37+
"@vueuse/core": "^13.5.0",
3838
"ant-design-vue": "^4.2.6",
3939
"dayjs": "^1.11.13",
40-
"es-toolkit": "^1.38.0",
40+
"es-toolkit": "^1.39.7",
4141
"is-url": "^1.2.4",
4242
"nanoid": "^5.1.5",
4343
"pinia": "^3.0.3",
4444
"pixi-live2d-display": "^0.4.0",
4545
"pixi.js": "^6.5.10",
4646
"tauri-plugin-macos-permissions-api": "^2.3.0",
47-
"vue": "^3.5.16",
47+
"vue": "^3.5.17",
4848
"vue-markdown-render": "^2.2.1",
4949
"vue-router": "^4.5.1",
50-
"vue3-masonry-css": "^1.0.7"
50+
"vue3-masonry-css": "^1.0.8"
5151
},
5252
"devDependencies": {
53-
"@antfu/eslint-config": "^4.13.3",
53+
"@antfu/eslint-config": "4.13.3",
5454
"@commitlint/cli": "^19.8.1",
5555
"@commitlint/config-conventional": "^19.8.1",
5656
"@iconify-json/iconamoon": "^1.2.2",
5757
"@iconify-json/solar": "^1.2.2",
58-
"@tauri-apps/cli": "^2.5.0",
58+
"@tauri-apps/cli": "^2.7.0",
5959
"@types/is-url": "^1.2.32",
60-
"@types/node": "^22.15.29",
61-
"@unocss/eslint-plugin": "^66.1.3",
60+
"@types/node": "^22.16.5",
61+
"@unocss/eslint-plugin": "^66.3.3",
6262
"@vitejs/plugin-vue": "^5.2.4",
63-
"eslint": "^9.28.0",
63+
"eslint": "^9.31.0",
6464
"eslint-plugin-format": "^1.0.1",
6565
"lint-staged": "^15.5.2",
6666
"npm-run-all": "^4.1.5",
6767
"release-it": "^18.1.2",
68-
"sass": "^1.89.1",
68+
"sass": "^1.89.2",
6969
"simple-git-hooks": "^2.13.0",
70-
"tsx": "^4.19.4",
70+
"tsx": "^4.20.3",
7171
"typescript": "~5.6.3",
7272
"unocss": "66.1.0-beta.7",
7373
"vite": "^6.3.5"

0 commit comments

Comments
 (0)