fix: 优化插件卡片项目主页与版本历史入口

This commit is contained in:
jxxghp
2026-06-02 07:53:10 +08:00
parent b45c147452
commit 3b0623628c
5 changed files with 57 additions and 19 deletions
+2 -1
View File
@@ -2901,6 +2901,7 @@ export default {
settings: 'Settings',
projectHome: 'Project Home',
updateHistory: 'Update History',
versionHistory: 'Version History',
local: 'Local',
systemVersion: 'System Version',
incompatibleSystemVersion: 'The current MoviePilot version does not meet this plugin requirement.',
@@ -2917,7 +2918,7 @@ export default {
'This operation will restore plugin {name} to default settings and clear all related data. Are you sure you want to continue?',
resetSuccess: 'Plugin {name} data has been reset',
resetFailed: 'Plugin {name} reset failed: {message}',
updateHistoryTitle: '{name} Update History',
updateHistoryTitle: '{name} Version History',
updateHistoryEmpty: 'No update history available yet',
updateHistoryLoadFailed: 'Failed to load update history. Please try again later.',
updateToLatest: 'Update to Latest Version',
+2 -1
View File
@@ -2854,6 +2854,7 @@ export default {
settings: '设置',
projectHome: '项目主页',
updateHistory: '更新说明',
versionHistory: '版本历史',
local: '本地',
systemVersion: '系统版本',
incompatibleSystemVersion: '当前 MoviePilot 版本不满足插件要求,无法安装',
@@ -2869,7 +2870,7 @@ export default {
confirmReset: '此操作将恢复插件 {name} 的默认设置,并清除所有相关数据,确定要继续吗?',
resetSuccess: '插件 {name} 数据已重置',
resetFailed: '插件 {name} 重置失败:{message}',
updateHistoryTitle: '{name} 更新说明',
updateHistoryTitle: '{name} 版本历史',
updateHistoryEmpty: '暂未获取到更新说明',
updateHistoryLoadFailed: '读取更新说明失败,请稍后重试',
updateToLatest: '更新到最新版本',
+2 -1
View File
@@ -2855,6 +2855,7 @@ export default {
settings: '設置',
projectHome: '項目主頁',
updateHistory: '更新說明',
versionHistory: '版本歷史',
local: '本地',
installToLocal: '安裝到本地',
totalDownloads: '共 {count} 次下載',
@@ -2868,7 +2869,7 @@ export default {
confirmReset: '此操作將恢復插件 {name} 的默認設置,並清除所有相關數據,確定要繼續嗎?',
resetSuccess: '插件 {name} 數據已重置',
resetFailed: '插件 {name} 重置失敗:{message}',
updateHistoryTitle: '{name} 更新說明',
updateHistoryTitle: '{name} 版本歷史',
updateHistoryEmpty: '暫未獲取到更新說明',
updateHistoryLoadFailed: '讀取更新說明失敗,請稍後重試',
updateToLatest: '更新到最新版本',