⬆️ 更新依赖

This commit is contained in:
目棃
2025-01-22 10:21:15 +08:00
parent b3a7d92887
commit 02bb7b9d6b
5 changed files with 334 additions and 346 deletions

View File

@@ -79,14 +79,14 @@
"@tauri-apps/plugin-shell": "^2.2.0",
"@tauri-apps/plugin-sql": "^2.2.0",
"ajv": "^8.17.1",
"artplayer": "^5.2.1",
"artplayer": "^5.2.2",
"clipboard": "^2.0.11",
"color-convert": "^2.0.1",
"echarts": "^5.6.0",
"html2canvas": "^1.4.1",
"js-md5": "^0.8.3",
"jsencrypt": "^3.3.2",
"pinia": "^2.3.0",
"pinia": "^2.3.1",
"pinia-plugin-persistedstate": "^4.2.0",
"qrcode.vue": "^3.6.0",
"sass": "^1.83.4",
@@ -96,26 +96,26 @@
"vue-echarts": "^7.0.3",
"vue-json-viewer": "^3.0.4",
"vue-router": "^4.5.0",
"vuetify": "^3.7.6",
"vuetify": "^3.7.7",
"wcag-color": "^1.1.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@tauri-apps/cli": "2.2.4",
"@tauri-apps/cli": "2.2.5",
"@types/color-convert": "^2.0.4",
"@types/fs-extra": "^11.0.4",
"@types/js-md5": "^0.7.2",
"@types/node": "^22.10.7",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^8.20.0",
"@typescript-eslint/parser": "^8.21.0",
"@vitejs/plugin-vue": "^5.2.1",
"concurrently": "^9.1.2",
"eslint": "^9.18.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-prettier": "^5.2.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-vue": "^9.32.0",
"eslint-plugin-yml": "^1.16.0",
"fs-extra": "^11.3.0",
@@ -123,7 +123,7 @@
"husky": "^9.1.7",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.4.1",
"oxlint": "^0.15.6",
"oxlint": "^0.15.7",
"prettier": "3.4.2",
"stylelint": "^16.13.2",
"stylelint-config-idiomatic-order": "^10.0.0",
@@ -135,8 +135,8 @@
"stylelint-scss": "^6.10.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vite": "^6.0.7",
"typescript-eslint": "^8.21.0",
"vite": "^6.0.11",
"vite-plugin-vue-devtools": "^7.7.0",
"vite-plugin-vuetify": "^2.0.4",
"vue-eslint-parser": "^9.4.3",

638
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

8
src-tauri/Cargo.lock generated
View File

@@ -4083,9 +4083,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.135"
version = "1.0.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
dependencies = [
"itoa 1.0.14",
"memchr",
@@ -4774,9 +4774,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "tauri"
version = "2.2.2"
version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2979ec5ec5a9310b15d1548db3b8de98d8f75abf2b5b00fec9cd5c0553ecc09c"
checksum = "78f6efc261c7905839b4914889a5b25df07f0ff89c63fb4afd6ff8c96af15e4d"
dependencies = [
"anyhow",
"bytes",

View File

@@ -16,8 +16,8 @@ tauri-build = { version = "2.0.5", features = [] }
chrono = "0.4.39"
log = "0.4.25"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
tauri = { version = "2.2.2", features = [] }
serde_json = "1.0.137"
tauri = { version = "2.2.3", features = [] }
tauri-utils = "2.1.1"
url = "2.5.4"
walkdir = "2.5.0"

View File

@@ -37,18 +37,6 @@
</template>
<template #actions>
<v-spacer />
<!-- <v-btn-->
<!-- variant="outlined"-->
<!-- @click="showLoginQr = true"-->
<!-- icon="mdi-qrcode-scan"-->
<!-- title="扫码登录"-->
<!-- />-->
<!-- <v-btn-->
<!-- variant="outlined"-->
<!-- @click="tryCaptchaLogin()"-->
<!-- icon="mdi-cellphone"-->
<!-- title="验证码登录"-->
<!-- />-->
<v-btn
variant="outlined"
@click="confirmRefreshUser(uid!)"