Refactor code structure for improved readability and maintainability

This commit is contained in:
shuaiplus
2026-03-27 00:08:29 +08:00
parent 89308fc8a6
commit 3e5a80e498
8 changed files with 1073 additions and 289 deletions
+2 -2
View File
@@ -297,7 +297,7 @@ const messages: Record<Locale, Record<string, string>> = {
txt_bulk_archive_failed: "Bulk archive failed",
txt_bulk_unarchive_failed: "Bulk unarchive failed",
txt_unarchive: "Unarchive",
txt_delete_selected: "Delete Selected",
txt_delete_selected: "Delete",
txt_delete_selected_items: "Delete Selected Items",
txt_delete_selected_items_permanently: "Delete Selected Items Permanently",
txt_delete_send_failed: "Delete send failed",
@@ -885,7 +885,7 @@ const zhCNOverrides: Record<string, string> = {
txt_copy_link: '复制链接',
txt_select_all: '全选',
txt_select_duplicate_items: '选择重复项',
txt_delete_selected: '删除所选',
txt_delete_selected: '删除',
txt_all_items: '所有项目',
txt_favorites: '收藏',
txt_duplicates: '重复项',