Skip to content

Commit

Permalink
更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuo894 committed Nov 26, 2024
1 parent 50887ce commit 1f159ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UPDATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
添加 Telegram 格式配置支持 @Ovler-Young
支持批量删除种子缓存

----------

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ani.rss</groupId>
<artifactId>ani-rss</artifactId>
<version>1.1.200</version>
<version>1.1.201</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/home/Items.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<el-button bg text :disabled="!selectViews.length" @click="notDownload" icon="Close">禁止下载</el-button>
<popconfirm @confirm="delTorrent" :title="`删除${selectViews.filter(it => it.local).length}个种子缓存?`">
<template #reference>
<el-button icon="Remove" bg text
<el-button icon="Remove" bg text type="danger"
:disabled="!selectViews.filter(it => it.local).length">
删除种子
</el-button>
Expand Down

0 comments on commit 1f159ec

Please sign in to comment.