Feature(custom): add release note page

This commit is contained in:
Kuingsmile
2025-08-29 13:53:22 +08:00
parent e76b84b7a2
commit 692b40241c
5 changed files with 315 additions and 3 deletions

View File

@@ -339,7 +339,20 @@
"newestVersion": "Newest Version: {version}",
"getting": "Getting...",
"hasNewVersion": "PicList has been updated, please click OK to restart and trigger the update",
"networkError": "Network error, please check your network connection"
"networkError": "Network error, please check your network connection",
"releaseNotes": "Release Notes",
"releaseNotesDescription": "View the latest changes and updates",
"latestReleaseNotes": "Latest Release Notes",
"refresh": "Refresh",
"retry": "Retry",
"loadingReleaseNotes": "Loading release notes...",
"releaseNotesError": "Failed to load release notes. Please check your network connection.",
"noReleaseNotes": "No release notes available",
"lastUpdated": "Last updated",
"justNow": "just now",
"minutesAgo": "{minutes} minutes ago",
"hoursAgo": "{hours} hours ago",
"daysAgo": "{days} days ago"
}
},
"plugin": {

View File

@@ -334,7 +334,20 @@
"newestVersion": "最新版本",
"getting": "正在获取中...",
"hasNewVersion": "PicList 更新啦,请点击确定重启触发更新",
"networkError": "网络错误,请检查网络连接"
"networkError": "网络错误,请检查网络连接",
"releaseNotes": "版本说明",
"releaseNotesDescription": "查看最新的更改和更新内容",
"latestReleaseNotes": "最新版本说明",
"refresh": "刷新",
"retry": "重试",
"loadingReleaseNotes": "正在加载版本说明...",
"releaseNotesError": "加载版本说明失败,请检查网络连接。",
"noReleaseNotes": "暂无版本说明",
"lastUpdated": "最后更新",
"justNow": "刚刚",
"minutesAgo": "{minutes} 分钟前",
"hoursAgo": "{hours} 小时前",
"daysAgo": "{days} 天前"
}
},
"plugin": {

View File

@@ -334,7 +334,20 @@
"newestVersion": "最新版本",
"getting": "正在獲取中...",
"hasNewVersion": "PicList 更新啦,請點擊確定重啟觸發更新",
"networkError": "網絡錯誤,請檢查網絡連接"
"networkError": "網絡錯誤,請檢查網絡連接",
"releaseNotes": "版本說明",
"releaseNotesDescription": "查看最新的更改和更新內容",
"latestReleaseNotes": "最新版本說明",
"refresh": "刷新",
"retry": "重試",
"loadingReleaseNotes": "正在載入版本說明...",
"releaseNotesError": "載入版本說明失敗,請檢查網絡連接。",
"noReleaseNotes": "暫無版本說明",
"lastUpdated": "最後更新",
"justNow": "剛剛",
"minutesAgo": "{minutes} 分鐘前",
"hoursAgo": "{hours} 小時前",
"daysAgo": "{days} 天前"
}
},
"plugin": {