Feature(custom): allow user to add up to 6 favorite picbes in upload page, and quick select

This commit is contained in:
Kuingsmile
2026-01-11 21:59:16 +08:00
parent 8e6f4f9d64
commit 49b5f7a724
6 changed files with 359 additions and 4 deletions
+5
View File
@@ -958,6 +958,7 @@
"updateReady": "Update Ready to Install"
},
"upload": {
"addToFavorites": "Add current picbed to quick switch",
"changePicBed": "Change PicBed",
"clickToUpload": "Click to Upload",
"clipboardPicture": "Clipboard",
@@ -970,9 +971,13 @@
"inputValidUrl": "Please enter a valid URL",
"invalidUrlsFound": "Invalid URLs found: {urls}",
"linkFormat": "Link Format",
"longPressToRemoveFromFavorites": "Long press to remove",
"multipleUrlsHint": "Each URL on a separate line for multiple uploads",
"outputFormat": "Output Format",
"picbedAddedToFavorites": "Added to quick switch",
"picbedSwitched": "Switched to {name}",
"quickUpload": "Quick Upload",
"removeFromFavorites": "Remove from quick switch",
"taskQueue": {
"addFiles": "Add Files",
"allCancelled": "All tasks cancelled",
+5
View File
@@ -953,6 +953,7 @@
"updateReady": "更新已准备好"
},
"upload": {
"addToFavorites": "添加当前图床到快速切换",
"changePicBed": "切换图床",
"clickToUpload": "点击上传",
"clipboardPicture": "剪贴板图片",
@@ -965,9 +966,13 @@
"inputValidUrl": "请输入合法的URL",
"invalidUrlsFound": "发现无效的URL: {urls}",
"linkFormat": "链接格式",
"longPressToRemoveFromFavorites": "长按移除",
"multipleUrlsHint": "多个URL请分行输入",
"outputFormat": "输出格式",
"picbedAddedToFavorites": "已添加到快速切换",
"picbedSwitched": "已切换到 {name}",
"quickUpload": "快捷上传",
"removeFromFavorites": "从快速切换中移除",
"taskQueue": {
"addFiles": "添加文件",
"allCancelled": "所有任务已取消",
+5
View File
@@ -953,6 +953,7 @@
"updateReady": "更新已準備好"
},
"upload": {
"addToFavorites": "添加當前圖床到快速切換",
"changePicBed": "切換圖床",
"clickToUpload": "點擊上傳",
"clipboardPicture": "剪貼板圖片",
@@ -965,9 +966,13 @@
"inputValidUrl": "請輸入合法的URL",
"invalidUrlsFound": "發現無效的URL: {urls}",
"linkFormat": "連結格式",
"longPressToRemoveFromFavorites": "長按移除",
"multipleUrlsHint": "多個URL請分行輸入",
"outputFormat": "輸出格式",
"picbedAddedToFavorites": "已添加到快速切換",
"picbedSwitched": "已切換到 {name}",
"quickUpload": "快捷上傳",
"removeFromFavorites": "從快速切換中移除",
"taskQueue": {
"addFiles": "添加文件",
"allCancelled": "所有任務已取消",