fix workflow

This commit is contained in:
jxxghp
2025-07-09 00:11:19 +08:00
parent 35332544e4
commit 9f8dbf3c75
8 changed files with 88 additions and 50 deletions
+5 -2
View File
@@ -155,7 +155,8 @@ export default {
installSuccess: 'App installed successfully!',
installGuide: 'Installation Guide',
installInstructions: 'Install MoviePilot on {platform}:',
installNote: 'After installation, you can quickly access MoviePilot from your home screen and enjoy offline features.',
installNote:
'After installation, you can quickly access MoviePilot from your home screen and enjoy offline features.',
gotIt: 'Got it',
// Platform specific descriptions
platforms: {
@@ -330,7 +331,7 @@ export default {
},
},
workflowTabs: {
list: 'Workflow',
list: 'My Workflows',
share: 'Workflow Share',
},
pluginTabs: {
@@ -1135,6 +1136,8 @@ export default {
'Share subscription statistics to popular subscriptions for other MP users to reference',
pluginStatisticShare: 'Report Plugin Installation Data',
pluginStatisticShareHint: 'Report plugin installation data to the server for statistics and display purposes',
workflowStatisticShare: 'Share Workflow Data',
workflowStatisticShareHint: 'Share workflow statistics to popular workflows for other MP users to reference',
bigMemoryMode: 'Large Memory Mode',
bigMemoryModeHint: 'Use more memory to cache data and improve system performance',
dbWalEnable: 'WAL Mode',
+3 -1
View File
@@ -329,7 +329,7 @@ export default {
},
},
workflowTabs: {
list: '工作流',
list: '我的工作流',
share: '工作流分享',
},
pluginTabs: {
@@ -1131,6 +1131,8 @@ export default {
subscribeStatisticShareHint: '分享订阅统计数据到热门订阅,供其他MPer参考',
pluginStatisticShare: '上报插件安装数据',
pluginStatisticShareHint: '上报插件安装数据给服务器,用于统计展示插件安装情况',
workflowStatisticShare: '分享工作流数据',
workflowStatisticShareHint: '分享工作流统计数据到热门工作流,供其他MPer参考',
bigMemoryMode: '大内存模式',
bigMemoryModeHint: '使用更大的内存缓存数据,提升系统性能',
dbWalEnable: 'WAL模式',
+3 -1
View File
@@ -330,7 +330,7 @@ export default {
},
},
workflowTabs: {
list: '工作流',
list: '我的工作流',
share: '工作流分享',
},
pluginTabs: {
@@ -1130,6 +1130,8 @@ export default {
subscribeStatisticShareHint: '分享訂閱統計數據到熱門訂閱,供其他MPer參考',
pluginStatisticShare: '上報插件安裝數據',
pluginStatisticShareHint: '上報插件安裝數據給服務器,用於統計展示插件安裝情況',
workflowStatisticShare: '分享工作流數據',
workflowStatisticShareHint: '分享工作流統計數據到熱門工作流,供其他MPer參考',
bigMemoryMode: '大內存模式',
bigMemoryModeHint: '使用更大的內存緩存數據,提升系統性能',
dbWalEnable: 'WAL模式',