Add functionality to delete specific comic chapters. Close #368

This commit is contained in:
2025-05-25 20:26:35 +08:00
parent dcd6466547
commit 76e9ef87d4
3 changed files with 104 additions and 2 deletions

View File

@@ -393,7 +393,8 @@
"The URL should point to a 'index.json' file": "该URL应指向一个'index.json'文件",
"Double tap to zoom": "双击缩放",
"Clear Unfavorited": "清除未收藏",
"Reverse": "反转"
"Reverse": "反转",
"Delete Chapters": "删除章节"
},
"zh_TW": {
"Home": "首頁",
@@ -789,6 +790,7 @@
"The URL should point to a 'index.json' file": "該URL應指向一個'index.json'文件",
"Double tap to zoom": "雙擊縮放",
"Clear Unfavorited": "清除未收藏",
"Reverse": "反轉"
"Reverse": "反轉",
"Delete Chapters": "刪除章節"
}
}