mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-06 08:32:51 +08:00
🌱 开始添加 WIKI
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -7,8 +7,4 @@ dist
|
||||
# Secrets
|
||||
.env.sh
|
||||
# wiki(Dev)
|
||||
src/data/WIKI/Character/
|
||||
src/data/WIKI/Weapon/
|
||||
src/data/WIKI/GCG/
|
||||
public/icon/talents/
|
||||
public/icon/constellations/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"version": "0.3.9",
|
||||
"description": "Game Tool for Genshin Impact player",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@8.12.1",
|
||||
"packageManager": "pnpm@8.14.0",
|
||||
"scripts": {
|
||||
"build": "tauri build",
|
||||
"debug": "tauri build --debug",
|
||||
@@ -20,8 +20,7 @@
|
||||
"tauri:icon": "tauri icon ./public/icon.png",
|
||||
"vite:dev": "vite dev",
|
||||
"vite:build": "vite build",
|
||||
"prepare": "husky install",
|
||||
"fix:pnpm": "pnpm add https://github.com/tauri-apps/tauri-plugin-sql#v1"
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.ts": [
|
||||
@@ -79,7 +78,7 @@
|
||||
"qrcode.vue": "^3.4.1",
|
||||
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql#v1",
|
||||
"uuid": "^9.0.1",
|
||||
"vue": "^3.4.3",
|
||||
"vue": "^3.4.5",
|
||||
"vue-echarts": "^6.6.8",
|
||||
"vue-json-viewer": "^3.0.4",
|
||||
"vue-router": "^4.2.5",
|
||||
@@ -119,7 +118,7 @@
|
||||
"stylelint-prettier": "^5.0.0",
|
||||
"typescript": "^5.3.3",
|
||||
"vite": "^5.0.10",
|
||||
"vite-plugin-vue-devtools": "^7.0.3",
|
||||
"vite-plugin-vue-devtools": "^7.0.5",
|
||||
"vite-plugin-vuetify": "^2.0.1",
|
||||
"yaml-eslint-parser": "^1.2.2"
|
||||
}
|
||||
|
||||
206
pnpm-lock.yaml
generated
206
pnpm-lock.yaml
generated
@@ -31,13 +31,13 @@ dependencies:
|
||||
version: 0.8.3
|
||||
pinia:
|
||||
specifier: ^2.1.7
|
||||
version: 2.1.7(typescript@5.3.3)(vue@3.4.3)
|
||||
version: 2.1.7(typescript@5.3.3)(vue@3.4.5)
|
||||
pinia-plugin-persistedstate:
|
||||
specifier: ^3.2.1
|
||||
version: 3.2.1(pinia@2.1.7)
|
||||
qrcode.vue:
|
||||
specifier: ^3.4.1
|
||||
version: 3.4.1(vue@3.4.3)
|
||||
version: 3.4.1(vue@3.4.5)
|
||||
tauri-plugin-sql-api:
|
||||
specifier: github:tauri-apps/tauri-plugin-sql#v1
|
||||
version: github.com/tauri-apps/tauri-plugin-sql/cf80d013a6ea34ee3ca74e4968a1632e87ba0de2
|
||||
@@ -45,20 +45,20 @@ dependencies:
|
||||
specifier: ^9.0.1
|
||||
version: 9.0.1
|
||||
vue:
|
||||
specifier: ^3.4.3
|
||||
version: 3.4.3(typescript@5.3.3)
|
||||
specifier: ^3.4.5
|
||||
version: 3.4.5(typescript@5.3.3)
|
||||
vue-echarts:
|
||||
specifier: ^6.6.8
|
||||
version: 6.6.8(echarts@5.4.3)(vue@3.4.3)
|
||||
version: 6.6.8(echarts@5.4.3)(vue@3.4.5)
|
||||
vue-json-viewer:
|
||||
specifier: ^3.0.4
|
||||
version: 3.0.4(vue@3.4.3)
|
||||
version: 3.0.4(vue@3.4.5)
|
||||
vue-router:
|
||||
specifier: ^4.2.5
|
||||
version: 4.2.5(vue@3.4.3)
|
||||
version: 4.2.5(vue@3.4.5)
|
||||
vuetify:
|
||||
specifier: ^3.4.9
|
||||
version: 3.4.9(typescript@5.3.3)(vite-plugin-vuetify@2.0.1)(vue@3.4.3)
|
||||
version: 3.4.9(typescript@5.3.3)(vite-plugin-vuetify@2.0.1)(vue@3.4.5)
|
||||
wcag-color:
|
||||
specifier: ^1.1.1
|
||||
version: 1.1.1
|
||||
@@ -87,7 +87,7 @@ devDependencies:
|
||||
version: 6.17.0(eslint@8.56.0)(typescript@5.3.3)
|
||||
'@vitejs/plugin-vue':
|
||||
specifier: ^5.0.2
|
||||
version: 5.0.2(vite@5.0.10)(vue@3.4.3)
|
||||
version: 5.0.2(vite@5.0.10)(vue@3.4.5)
|
||||
concurrently:
|
||||
specifier: ^8.2.2
|
||||
version: 8.2.2
|
||||
@@ -161,11 +161,11 @@ devDependencies:
|
||||
specifier: ^5.0.10
|
||||
version: 5.0.10(@types/node@20.10.6)
|
||||
vite-plugin-vue-devtools:
|
||||
specifier: ^7.0.3
|
||||
version: 7.0.3(vite@5.0.10)
|
||||
specifier: ^7.0.5
|
||||
version: 7.0.5(vite@5.0.10)
|
||||
vite-plugin-vuetify:
|
||||
specifier: ^2.0.1
|
||||
version: 2.0.1(vite@5.0.10)(vue@3.4.3)(vuetify@3.4.9)
|
||||
version: 2.0.1(vite@5.0.10)(vue@3.4.5)(vuetify@3.4.9)
|
||||
yaml-eslint-parser:
|
||||
specifier: ^1.2.2
|
||||
version: 1.2.2
|
||||
@@ -1282,7 +1282,7 @@ packages:
|
||||
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-vue@5.0.2(vite@5.0.10)(vue@3.4.3):
|
||||
/@vitejs/plugin-vue@5.0.2(vite@5.0.10)(vue@3.4.5):
|
||||
resolution: {integrity: sha512-kEjJHrLb5ePBvjD0SPZwJlw1QTRcjjCA9sB5VyfonoXVBxTS7TMnqL6EkLt1Eu61RDeiuZ/WN9Hf6PxXhPI2uA==}
|
||||
engines: {node: ^18.0.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
@@ -1290,7 +1290,7 @@ packages:
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 5.0.10(@types/node@20.10.6)
|
||||
vue: 3.4.3(typescript@5.3.3)
|
||||
vue: 3.4.5(typescript@5.3.3)
|
||||
dev: true
|
||||
|
||||
/@vue/babel-helper-vue-transform-on@1.1.5:
|
||||
@@ -1316,50 +1316,50 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@vue/compiler-core@3.4.3:
|
||||
resolution: {integrity: sha512-u8jzgFg0EDtSrb/hG53Wwh1bAOQFtc1ZCegBpA/glyvTlgHl+tq13o1zvRfLbegYUw/E4mSTGOiCnAJ9SJ+lsg==}
|
||||
/@vue/compiler-core@3.4.5:
|
||||
resolution: {integrity: sha512-Daka7P1z2AgKjzuueWXhwzIsKu0NkLB6vGbNVEV2iJ8GJTrzraZo/Sk4GWCMRtd/qVi3zwnk+Owbd/xSZbwHtQ==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.23.6
|
||||
'@vue/shared': 3.4.3
|
||||
'@vue/shared': 3.4.5
|
||||
entities: 4.5.0
|
||||
estree-walker: 2.0.2
|
||||
source-map-js: 1.0.2
|
||||
|
||||
/@vue/compiler-dom@3.4.3:
|
||||
resolution: {integrity: sha512-oGF1E9/htI6JWj/lTJgr6UgxNCtNHbM6xKVreBWeZL9QhRGABRVoWGAzxmtBfSOd+w0Zi5BY0Es/tlJrN6WgEg==}
|
||||
/@vue/compiler-dom@3.4.5:
|
||||
resolution: {integrity: sha512-J8YlxknJVd90SXFJ4HwGANSAXsx5I0lK30sO/zvYV7s5gXf7gZR7r/1BmZ2ju7RGH1lnc6bpBc6nL61yW+PsAQ==}
|
||||
dependencies:
|
||||
'@vue/compiler-core': 3.4.3
|
||||
'@vue/shared': 3.4.3
|
||||
'@vue/compiler-core': 3.4.5
|
||||
'@vue/shared': 3.4.5
|
||||
|
||||
/@vue/compiler-sfc@3.4.3:
|
||||
resolution: {integrity: sha512-NuJqb5is9I4uzv316VRUDYgIlPZCG8D+ARt5P4t5UDShIHKL25J3TGZAUryY/Aiy0DsY7srJnZL5ryB6DD63Zw==}
|
||||
/@vue/compiler-sfc@3.4.5:
|
||||
resolution: {integrity: sha512-jauvkDuSSUbP0ebhfNqljhShA90YEfX/0wZ+w40oZF43IjGyWYjqYaJbvMJwGOd+9+vODW6eSvnk28f0SGV7OQ==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.23.6
|
||||
'@vue/compiler-core': 3.4.3
|
||||
'@vue/compiler-dom': 3.4.3
|
||||
'@vue/compiler-ssr': 3.4.3
|
||||
'@vue/shared': 3.4.3
|
||||
'@vue/compiler-core': 3.4.5
|
||||
'@vue/compiler-dom': 3.4.5
|
||||
'@vue/compiler-ssr': 3.4.5
|
||||
'@vue/shared': 3.4.5
|
||||
estree-walker: 2.0.2
|
||||
magic-string: 0.30.5
|
||||
postcss: 8.4.32
|
||||
source-map-js: 1.0.2
|
||||
|
||||
/@vue/compiler-ssr@3.4.3:
|
||||
resolution: {integrity: sha512-wnYQtMBkeFSxgSSQbYGQeXPhQacQiog2c6AlvMldQH6DB+gSXK/0F6DVXAJfEiuBSgBhUc8dwrrG5JQcqwalsA==}
|
||||
/@vue/compiler-ssr@3.4.5:
|
||||
resolution: {integrity: sha512-DDdEcDzj2lWTMfUMMtEpLDhURai9LhM0zSZ219jCt7b2Vyl0/jy3keFgCPMitG0V1S1YG4Cmws3lWHWdxHQOpg==}
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.4.3
|
||||
'@vue/shared': 3.4.3
|
||||
'@vue/compiler-dom': 3.4.5
|
||||
'@vue/shared': 3.4.5
|
||||
|
||||
/@vue/devtools-api@6.5.1:
|
||||
resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==}
|
||||
dev: false
|
||||
|
||||
/@vue/devtools-core@7.0.3(vite@5.0.10):
|
||||
resolution: {integrity: sha512-pbjeAyRbUc4dMev2L5wBwL1Six94LbTDRhGhrb9kNmUHeI8HwZpBHovJHlCbZ80rf8d63Y8ScatrlL6i7buVFw==}
|
||||
/@vue/devtools-core@7.0.5(vite@5.0.10):
|
||||
resolution: {integrity: sha512-oCiPSUae9CmZXfb0mXfWXnY2E456Vee1gfDbdaHRXK+DQyRj1G1y5m7i2bumByEZGUa5PjcTf2+dm86U+GWgVA==}
|
||||
dependencies:
|
||||
'@vue/devtools-kit': 7.0.3
|
||||
'@vue/devtools-schema': 7.0.3
|
||||
'@vue/devtools-shared': 7.0.3
|
||||
'@vue/devtools-kit': 7.0.5
|
||||
'@vue/devtools-schema': 7.0.5
|
||||
'@vue/devtools-shared': 7.0.5
|
||||
birpc: 0.2.14
|
||||
fast-glob: 3.3.2
|
||||
image-meta: 0.2.0
|
||||
@@ -1375,66 +1375,66 @@ packages:
|
||||
- vite
|
||||
dev: true
|
||||
|
||||
/@vue/devtools-kit@7.0.3:
|
||||
resolution: {integrity: sha512-1RkiV9ObYYrMGDTMWT2jTZRj6pdmCmA3SAC7azE6u67b0DVPrY6Vbibt4D90Jn1Ee23+nVUGmzUNCVz55Hl/yw==}
|
||||
/@vue/devtools-kit@7.0.5:
|
||||
resolution: {integrity: sha512-hm/HYhUcfsxw8d/++tkQqzDrEnukIylQ3UFGVl/qWRS/Tsxx7svO/NB2TIZo5igODa4XH3rTf6yOSho1l8HzuQ==}
|
||||
dependencies:
|
||||
'@vue/devtools-schema': 7.0.3
|
||||
'@vue/devtools-shared': 7.0.3
|
||||
'@vue/devtools-schema': 7.0.5
|
||||
'@vue/devtools-shared': 7.0.5
|
||||
hookable: 5.5.3
|
||||
mitt: 3.0.1
|
||||
perfect-debounce: 1.0.0
|
||||
speakingurl: 14.0.1
|
||||
dev: true
|
||||
|
||||
/@vue/devtools-schema@7.0.3:
|
||||
resolution: {integrity: sha512-78P/EatCRaA8JgT6WwPKMfl6HNlIOQORGHdzJO8lgPO3PUqo+B9sjld3mSN/kmdTNPZPtMjrxFsHw01mpLU2uA==}
|
||||
/@vue/devtools-schema@7.0.5:
|
||||
resolution: {integrity: sha512-w0zKQCyB/PWRd2Fd1LF0B0Ph1QpA6s25m6HVxNrGvGwFNDZzhqrgpSSVuC08sYjbD4Ex/9fNzzZlrHiK8TylNg==}
|
||||
dev: true
|
||||
|
||||
/@vue/devtools-shared@7.0.3:
|
||||
resolution: {integrity: sha512-lCV7W0vngDGnUb/+gcCojohZpLhMBgGOGMCDhOfd26hefRekXhfxinHqnSjLPau0HZQu1WIAEgAMwilWyE2s6g==}
|
||||
/@vue/devtools-shared@7.0.5:
|
||||
resolution: {integrity: sha512-2w09rTXfBXbmk3nhEmAQmN4D09ZmivKa3KcDkbU3xNAqTPPLhZxaJp1DRew/3ZYiQzMtzOJ3z6u72Flr9Tlr5g==}
|
||||
dependencies:
|
||||
rfdc: 1.3.0
|
||||
dev: true
|
||||
|
||||
/@vue/reactivity@3.4.3:
|
||||
resolution: {integrity: sha512-q5f9HLDU+5aBKizXHAx0w4whkIANs1Muiq9R5YXm0HtorSlflqv9u/ohaMxuuhHWCji4xqpQ1eL04WvmAmGnFg==}
|
||||
/@vue/reactivity@3.4.5:
|
||||
resolution: {integrity: sha512-BcWkKvjdvqJwb7BhhFkXPLDCecX4d4a6GATvCduJQDLv21PkPowAE5GKuIE5p6RC07/Lp9FMkkq4AYCTVF5KlQ==}
|
||||
dependencies:
|
||||
'@vue/shared': 3.4.3
|
||||
'@vue/shared': 3.4.5
|
||||
|
||||
/@vue/runtime-core@3.4.3:
|
||||
resolution: {integrity: sha512-C1r6QhB1qY7D591RCSFhMULyzL9CuyrGc+3PpB0h7dU4Qqw6GNyo4BNFjHZVvsWncrUlKX3DIKg0Y7rNNr06NQ==}
|
||||
/@vue/runtime-core@3.4.5:
|
||||
resolution: {integrity: sha512-wh9ELIOQKeWT9SaUPdLrsxRkZv14jp+SJm9aiQGWio+/MWNM3Lib0wE6CoKEqQ9+SCYyGjDBhTOTtO47kCgbkg==}
|
||||
dependencies:
|
||||
'@vue/reactivity': 3.4.3
|
||||
'@vue/shared': 3.4.3
|
||||
'@vue/reactivity': 3.4.5
|
||||
'@vue/shared': 3.4.5
|
||||
|
||||
/@vue/runtime-dom@3.4.3:
|
||||
resolution: {integrity: sha512-wrsprg7An5Ec+EhPngWdPuzkp0BEUxAKaQtN9dPU/iZctPyD9aaXmVtehPJerdQxQale6gEnhpnfywNw3zOv2A==}
|
||||
/@vue/runtime-dom@3.4.5:
|
||||
resolution: {integrity: sha512-n5ewvOjyG3IEpqGBahdPXODFSpVlSz3H4LF76Sx0XAqpIOqyJ5bIb2PrdYuH2ogBMAQPh+o5tnoH4nJpBr8U0Q==}
|
||||
dependencies:
|
||||
'@vue/runtime-core': 3.4.3
|
||||
'@vue/shared': 3.4.3
|
||||
'@vue/runtime-core': 3.4.5
|
||||
'@vue/shared': 3.4.5
|
||||
csstype: 3.1.3
|
||||
|
||||
/@vue/server-renderer@3.4.3(vue@3.4.3):
|
||||
resolution: {integrity: sha512-BUxt8oVGMKKsqSkM1uU3d3Houyfy4WAc2SpSQRebNd+XJGATVkW/rO129jkyL+kpB/2VRKzE63zwf5RtJ3XuZw==}
|
||||
/@vue/server-renderer@3.4.5(vue@3.4.5):
|
||||
resolution: {integrity: sha512-jOFc/VE87yvifQpNju12VcqimH8pBLxdcT+t3xMeiED1K6DfH9SORyhFEoZlW5TG2Vwfn3Ul5KE+1aC99xnSBg==}
|
||||
peerDependencies:
|
||||
vue: 3.4.3
|
||||
vue: 3.4.5
|
||||
dependencies:
|
||||
'@vue/compiler-ssr': 3.4.3
|
||||
'@vue/shared': 3.4.3
|
||||
vue: 3.4.3(typescript@5.3.3)
|
||||
'@vue/compiler-ssr': 3.4.5
|
||||
'@vue/shared': 3.4.5
|
||||
vue: 3.4.5(typescript@5.3.3)
|
||||
|
||||
/@vue/shared@3.4.3:
|
||||
resolution: {integrity: sha512-rIwlkkP1n4uKrRzivAKPZIEkHiuwY5mmhMJ2nZKCBLz8lTUlE73rQh4n1OnnMurXt1vcUNyH4ZPfdh8QweTjpQ==}
|
||||
/@vue/shared@3.4.5:
|
||||
resolution: {integrity: sha512-6XptuzlMvN4l4cDnDw36pdGEV+9njYkQ1ZE0Q6iZLwrKefKaOJyiFmcP3/KBDHbt72cJZGtllAc1GaHe6XGAyg==}
|
||||
|
||||
/@vuetify/loader-shared@2.0.1(vue@3.4.3)(vuetify@3.4.9):
|
||||
/@vuetify/loader-shared@2.0.1(vue@3.4.5)(vuetify@3.4.9):
|
||||
resolution: {integrity: sha512-zy5/ohEO7RcJaWYu2Xiy8TBEOkTb42XvWvSAJwXAtY8OlwqyGhzzBp9OvMVjLGIuFXumBpXKlsaVIkeN0OWWSw==}
|
||||
peerDependencies:
|
||||
vue: ^3.0.0
|
||||
vuetify: ^3.0.0
|
||||
dependencies:
|
||||
upath: 2.0.1
|
||||
vue: 3.4.3(typescript@5.3.3)
|
||||
vuetify: 3.4.9(typescript@5.3.3)(vite-plugin-vuetify@2.0.1)(vue@3.4.3)
|
||||
vue: 3.4.5(typescript@5.3.3)
|
||||
vuetify: 3.4.9(typescript@5.3.3)(vite-plugin-vuetify@2.0.1)(vue@3.4.5)
|
||||
|
||||
/acorn-jsx@5.3.2(acorn@8.11.2):
|
||||
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
||||
@@ -3665,10 +3665,10 @@ packages:
|
||||
peerDependencies:
|
||||
pinia: ^2.0.0
|
||||
dependencies:
|
||||
pinia: 2.1.7(typescript@5.3.3)(vue@3.4.3)
|
||||
pinia: 2.1.7(typescript@5.3.3)(vue@3.4.5)
|
||||
dev: false
|
||||
|
||||
/pinia@2.1.7(typescript@5.3.3)(vue@3.4.3):
|
||||
/pinia@2.1.7(typescript@5.3.3)(vue@3.4.5):
|
||||
resolution: {integrity: sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.4.0
|
||||
@@ -3682,8 +3682,8 @@ packages:
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.5.1
|
||||
typescript: 5.3.3
|
||||
vue: 3.4.3(typescript@5.3.3)
|
||||
vue-demi: 0.14.6(vue@3.4.3)
|
||||
vue: 3.4.5(typescript@5.3.3)
|
||||
vue-demi: 0.14.6(vue@3.4.5)
|
||||
dev: false
|
||||
|
||||
/postcss-html@1.5.0:
|
||||
@@ -3769,12 +3769,12 @@ packages:
|
||||
engines: {node: '>=6'}
|
||||
dev: true
|
||||
|
||||
/qrcode.vue@3.4.1(vue@3.4.3):
|
||||
/qrcode.vue@3.4.1(vue@3.4.5):
|
||||
resolution: {integrity: sha512-wq/zHsifH4FJ1GXQi8/wNxD1KfQkckIpjK1KPTc/qwYU5/Bkd4me0w4xZSg6EXk6xLBkVDE0zxVagewv5EMAVA==}
|
||||
peerDependencies:
|
||||
vue: ^3.0.0
|
||||
dependencies:
|
||||
vue: 3.4.3(typescript@5.3.3)
|
||||
vue: 3.4.5(typescript@5.3.3)
|
||||
dev: false
|
||||
|
||||
/queue-microtask@1.2.3:
|
||||
@@ -4571,15 +4571,15 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-vue-devtools@7.0.3(vite@5.0.10):
|
||||
resolution: {integrity: sha512-++qA2nitpuhHspmOPILrFQ1/rHJ/QGkoo/xzZdkD+XllREllqo0L8HPnCPDNYJEnklxaTCXfpaU3Fzv9y5oO3w==}
|
||||
/vite-plugin-vue-devtools@7.0.5(vite@5.0.10):
|
||||
resolution: {integrity: sha512-RwPr+w4iqxYgz1Fd9OQT+A1IgU2FIruKnZheLM104m6bEQOrtGwQm8+WXhOjGFlNyC3gY33mGlvFbIWAUcJe2w==}
|
||||
engines: {node: '>=v14.21.3'}
|
||||
peerDependencies:
|
||||
vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0
|
||||
dependencies:
|
||||
'@vue/devtools-core': 7.0.3(vite@5.0.10)
|
||||
'@vue/devtools-kit': 7.0.3
|
||||
'@vue/devtools-shared': 7.0.3
|
||||
'@vue/devtools-core': 7.0.5(vite@5.0.10)
|
||||
'@vue/devtools-kit': 7.0.5
|
||||
'@vue/devtools-shared': 7.0.5
|
||||
birpc: 0.2.14
|
||||
execa: 8.0.1
|
||||
sirv: 2.0.4
|
||||
@@ -4603,7 +4603,7 @@ packages:
|
||||
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.7)
|
||||
'@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.7)
|
||||
'@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.7)
|
||||
'@vue/compiler-dom': 3.4.3
|
||||
'@vue/compiler-dom': 3.4.5
|
||||
kolorist: 1.8.0
|
||||
magic-string: 0.30.5
|
||||
vite: 5.0.10(@types/node@20.10.6)
|
||||
@@ -4611,7 +4611,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-vuetify@2.0.1(vite@5.0.10)(vue@3.4.3)(vuetify@3.4.9):
|
||||
/vite-plugin-vuetify@2.0.1(vite@5.0.10)(vue@3.4.5)(vuetify@3.4.9):
|
||||
resolution: {integrity: sha512-GlRVAruohE8b0FqmeYYh1cYg3n8THGOv066uMA44qLv9uhUxSLw55CS7fi2yU0wH363TJ2vq36zUsPTjRFrjGQ==}
|
||||
engines: {node: ^18.0.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
@@ -4619,12 +4619,12 @@ packages:
|
||||
vue: ^3.0.0
|
||||
vuetify: ^3.0.0
|
||||
dependencies:
|
||||
'@vuetify/loader-shared': 2.0.1(vue@3.4.3)(vuetify@3.4.9)
|
||||
'@vuetify/loader-shared': 2.0.1(vue@3.4.5)(vuetify@3.4.9)
|
||||
debug: 4.3.4
|
||||
upath: 2.0.1
|
||||
vite: 5.0.10(@types/node@20.10.6)
|
||||
vue: 3.4.3(typescript@5.3.3)
|
||||
vuetify: 3.4.9(typescript@5.3.3)(vite-plugin-vuetify@2.0.1)(vue@3.4.3)
|
||||
vue: 3.4.5(typescript@5.3.3)
|
||||
vuetify: 3.4.9(typescript@5.3.3)(vite-plugin-vuetify@2.0.1)(vue@3.4.5)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@@ -4663,7 +4663,7 @@ packages:
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.3
|
||||
|
||||
/vue-demi@0.13.11(vue@3.4.3):
|
||||
/vue-demi@0.13.11(vue@3.4.5):
|
||||
resolution: {integrity: sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==}
|
||||
engines: {node: '>=12'}
|
||||
hasBin: true
|
||||
@@ -4675,10 +4675,10 @@ packages:
|
||||
'@vue/composition-api':
|
||||
optional: true
|
||||
dependencies:
|
||||
vue: 3.4.3(typescript@5.3.3)
|
||||
vue: 3.4.5(typescript@5.3.3)
|
||||
dev: false
|
||||
|
||||
/vue-demi@0.14.6(vue@3.4.3):
|
||||
/vue-demi@0.14.6(vue@3.4.5):
|
||||
resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==}
|
||||
engines: {node: '>=12'}
|
||||
hasBin: true
|
||||
@@ -4690,10 +4690,10 @@ packages:
|
||||
'@vue/composition-api':
|
||||
optional: true
|
||||
dependencies:
|
||||
vue: 3.4.3(typescript@5.3.3)
|
||||
vue: 3.4.5(typescript@5.3.3)
|
||||
dev: false
|
||||
|
||||
/vue-echarts@6.6.8(echarts@5.4.3)(vue@3.4.3):
|
||||
/vue-echarts@6.6.8(echarts@5.4.3)(vue@3.4.5):
|
||||
resolution: {integrity: sha512-3EGrxKGCGjHnkhudRQQ4fkK5iJxxXNQ1fXvSWA/7mzR/oV7BBSHYvC3gDbG/WIW0A/Fcx2H8k5H3NDyWgjyi8g==}
|
||||
requiresBuild: true
|
||||
peerDependencies:
|
||||
@@ -4709,8 +4709,8 @@ packages:
|
||||
dependencies:
|
||||
echarts: 5.4.3
|
||||
resize-detector: 0.3.0
|
||||
vue: 3.4.3(typescript@5.3.3)
|
||||
vue-demi: 0.13.11(vue@3.4.3)
|
||||
vue: 3.4.5(typescript@5.3.3)
|
||||
vue-demi: 0.13.11(vue@3.4.5)
|
||||
dev: false
|
||||
|
||||
/vue-eslint-parser@9.3.2(eslint@8.56.0):
|
||||
@@ -4731,40 +4731,40 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vue-json-viewer@3.0.4(vue@3.4.3):
|
||||
/vue-json-viewer@3.0.4(vue@3.4.5):
|
||||
resolution: {integrity: sha512-pnC080rTub6YjccthVSNQod2z9Sl5IUUq46srXtn6rxwhW8QM4rlYn+CTSLFKXWfw+N3xv77Cioxw7B4XUKIbQ==}
|
||||
peerDependencies:
|
||||
vue: ^3.2.2
|
||||
dependencies:
|
||||
clipboard: 2.0.11
|
||||
vue: 3.4.3(typescript@5.3.3)
|
||||
vue: 3.4.5(typescript@5.3.3)
|
||||
dev: false
|
||||
|
||||
/vue-router@4.2.5(vue@3.4.3):
|
||||
/vue-router@4.2.5(vue@3.4.5):
|
||||
resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==}
|
||||
peerDependencies:
|
||||
vue: ^3.2.0
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.5.1
|
||||
vue: 3.4.3(typescript@5.3.3)
|
||||
vue: 3.4.5(typescript@5.3.3)
|
||||
dev: false
|
||||
|
||||
/vue@3.4.3(typescript@5.3.3):
|
||||
resolution: {integrity: sha512-GjN+culMAGv/mUbkIv8zMKItno8npcj5gWlXkSxf1SPTQf8eJ4A+YfHIvQFyL1IfuJcMl3soA7SmN1fRxbf/wA==}
|
||||
/vue@3.4.5(typescript@5.3.3):
|
||||
resolution: {integrity: sha512-VH6nHFhLPjgu2oh5vEBXoNZxsGHuZNr3qf4PHClwJWw6IDqw6B3x+4J+ABdoZ0aJuT8Zi0zf3GpGlLQCrGWHrw==}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.4.3
|
||||
'@vue/compiler-sfc': 3.4.3
|
||||
'@vue/runtime-dom': 3.4.3
|
||||
'@vue/server-renderer': 3.4.3(vue@3.4.3)
|
||||
'@vue/shared': 3.4.3
|
||||
'@vue/compiler-dom': 3.4.5
|
||||
'@vue/compiler-sfc': 3.4.5
|
||||
'@vue/runtime-dom': 3.4.5
|
||||
'@vue/server-renderer': 3.4.5(vue@3.4.5)
|
||||
'@vue/shared': 3.4.5
|
||||
typescript: 5.3.3
|
||||
|
||||
/vuetify@3.4.9(typescript@5.3.3)(vite-plugin-vuetify@2.0.1)(vue@3.4.3):
|
||||
/vuetify@3.4.9(typescript@5.3.3)(vite-plugin-vuetify@2.0.1)(vue@3.4.5):
|
||||
resolution: {integrity: sha512-pgBPdbgrHHHZWRybWevzRFezMax6CP2MccTivjOZSOF0XsnzoNOJGGpkTgIfBrk4UCp9jKx6JOJIztGtx/IcSw==}
|
||||
engines: {node: ^12.20 || >=14.13}
|
||||
peerDependencies:
|
||||
@@ -4784,8 +4784,8 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
typescript: 5.3.3
|
||||
vite-plugin-vuetify: 2.0.1(vite@5.0.10)(vue@3.4.3)(vuetify@3.4.9)
|
||||
vue: 3.4.3(typescript@5.3.3)
|
||||
vite-plugin-vuetify: 2.0.1(vite@5.0.10)(vue@3.4.5)(vuetify@3.4.9)
|
||||
vue: 3.4.5(typescript@5.3.3)
|
||||
|
||||
/wcag-color@1.1.1:
|
||||
resolution: {integrity: sha512-KRez+YYOx7AGoQ6+Izu3YjNsISYAC+F/g0hJ+eNaaA8taeLbEkptkgA46SM9ioXxz/2KTjJpQqAhOwAQVwaTEQ==}
|
||||
|
||||
@@ -143,7 +143,6 @@
|
||||
value="wiki-namecard"
|
||||
:link="true"
|
||||
href="/wiki/namecard"
|
||||
v-if="isDevEnv"
|
||||
>
|
||||
<template #default>
|
||||
<v-icon size="20" color="var(--tgc-yellow-2)">mdi-credit-card-outline</v-icon>
|
||||
|
||||
Reference in New Issue
Block a user