Skip to content

Commit

Permalink
fix: ui
Browse files Browse the repository at this point in the history
  • Loading branch information
a1mersnow committed Nov 9, 2023
1 parent da31745 commit e53db14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aliyundrive-rename",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"packageManager": "[email protected]",
"description": "Batch rename files of aliyundrive.",
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ watch([list, activeMode, prefix, season, from, to], () => {
全不选
</button>
</div>
<ul v-if="showList" class="grid grid-cols-[20px_auto_30px_minmax(200px,1fr)] items-center gap-x-2 gap-y-1 text-xs">
<ul v-if="showList.length" class="grid grid-cols-[20px_auto_30px_minmax(200px,1fr)] items-center gap-x-2 gap-y-1 text-xs">
<PreviewEntry
v-for="item in showList" :key="item.file_id"
:old-name="item.name"
Expand Down

0 comments on commit e53db14

Please sign in to comment.