Feature(custom): add custom update page

This commit is contained in:
Kuingsmile
2026-01-09 15:51:49 +08:00
parent 357b8cc55b
commit a29c1fa93c
20 changed files with 1514 additions and 768 deletions

View File

@@ -6,7 +6,8 @@
"confirm": "Confirm",
"import": "Import",
"reset": "Reset",
"submit": "Submit"
"submit": "Submit",
"version": "Version"
},
"navigation": {
"choosePicBed": "Choose PicBed",
@@ -931,6 +932,17 @@
"uploaded": "Uploaded",
"waitForUpload": "Waiting for Upload"
},
"update": {
"download": "Download",
"downloading": "Downloading",
"goToDownloadPage": "Go to Download Page",
"installNow": "Install Now",
"later": "Later",
"newUpdateAvailable": "New Update Available",
"noMoreNotice": "Do not show this again",
"releaseNotes": "What's New",
"updateReady": "Update Ready to Install"
},
"upload": {
"changePicBed": "Change PicBed",
"clickToUpload": "Click to Upload",

View File

@@ -6,7 +6,8 @@
"confirm": "确认",
"import": "导入",
"reset": "重置",
"submit": "提交"
"submit": "提交",
"version": "版本"
},
"navigation": {
"choosePicBed": "选择图床",
@@ -926,6 +927,17 @@
"uploaded": "已上传",
"waitForUpload": "等待上传"
},
"update": {
"download": "下载",
"downloading": "下载中",
"goToDownloadPage": "前往下载页面",
"installNow": "立即安装",
"later": "稍后",
"newUpdateAvailable": "发现新版本",
"noMoreNotice": "不再提示",
"releaseNotes": "更新内容",
"updateReady": "更新已准备好"
},
"upload": {
"changePicBed": "切换图床",
"clickToUpload": "点击上传",

View File

@@ -6,7 +6,8 @@
"confirm": "確認",
"import": "匯入",
"reset": "重置",
"submit": "提交"
"submit": "提交",
"version": "版本"
},
"navigation": {
"choosePicBed": "選擇圖床",
@@ -926,6 +927,17 @@
"uploaded": "已上傳",
"waitForUpload": "等待上傳"
},
"update": {
"download": "下載",
"downloading": "下載中",
"goToDownloadPage": "前往下載頁面",
"installNow": "立即安裝",
"later": "稍後",
"newUpdateAvailable": "發現新版本",
"noMoreNotice": "不再提示",
"releaseNotes": "更新內容",
"updateReady": "更新已準備好"
},
"upload": {
"changePicBed": "切換圖床",
"clickToUpload": "點擊上傳",