Skip to content

Commit

Permalink
fix: ui
Browse files Browse the repository at this point in the history
  • Loading branch information
a1mersnow committed Nov 16, 2023
1 parent a38e52e commit ff7da82
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.8",
"private": true,
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.10.5",
"description": "Batch rename files of aliyundrive.",
"author": "a1mersnow",
"repository": "https://github.com/a1mersnow/aliyundrive-rename",
Expand All @@ -18,34 +18,34 @@
"postinstall": "npx simple-git-hooks"
},
"dependencies": {
"@vueuse/core": "^10.4.1",
"vue": "^3.3.4"
"@vueuse/core": "^10.6.1",
"vue": "^3.3.8"
},
"devDependencies": {
"@antfu/eslint-config": "^1.0.0-beta.12",
"@antfu/eslint-config": "^1.1.3",
"@iconify-json/carbon": "^1.1.21",
"@iconify-json/ion": "^1.1.12",
"@types/node": "^20.7.1",
"@unocss/eslint-config": "^0.56.4",
"@unocss/eslint-plugin": "^0.56.4",
"@unocss/reset": "^0.56.4",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/test-utils": "^2.4.1",
"eslint": "^8.50.0",
"eslint-define-config": "^1.23.0",
"@types/node": "^20.9.0",
"@unocss/eslint-config": "^0.56.5",
"@unocss/eslint-plugin": "^0.56.5",
"@unocss/reset": "^0.56.5",
"@vitejs/plugin-vue": "^4.4.1",
"@vue/test-utils": "^2.4.2",
"eslint": "^8.53.0",
"eslint-define-config": "^1.24.1",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"pnpm": "^8.8.0",
"pnpm": "^8.10.5",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.3",
"taze": "^0.11.4",
"typescript": "^5.2.2",
"unocss": "^0.56.4",
"unplugin-auto-import": "^0.16.6",
"unocss": "^0.56.5",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vite-plugin-monkey": "^3.5.0",
"vitest": "^0.34.5",
"vue-tsc": "^1.8.15"
"vitest": "^0.34.6",
"vue-tsc": "^1.8.22"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ function manualPickName(id: string) {
<button class="text-sm text-purple-600" @click="uncheckList = showList.map(x => x.file_id)">
全不选
</button>
<div v-if="activeMode === 'extract'" class="ml-4 text-sm text-gray-600">
<div v-if="activeMode === 'extract' && videoList.length" class="ml-4 text-sm text-gray-600">
点击
<i
class="i-carbon:pointer-text [vertical-align:-0.2em] inline-block text-sm text-green-700"
Expand Down

0 comments on commit ff7da82

Please sign in to comment.