新增订阅分享统计功能

This commit is contained in:
jxxghp
2025-07-16 09:37:34 +08:00
parent 6ddc3ea996
commit caa67a0f49
6 changed files with 356 additions and 1 deletions

View File

@@ -807,6 +807,11 @@ export default {
'After reset, {name} will be restored to its initial state, downloaded records will be cleared, and unimported content will be downloaded again. Are you sure?',
resetSuccess: '{name} has been reset successfully!',
resetFailed: '{name} reset failed: {message}',
shareStatistics: 'Share Statistics',
shareCount: 'Shares',
totalReuseCount: 'Total Reuse Count',
ranking: 'Ranking',
noStatisticsData: 'No share statistics data available',
},
recommend: {
all: 'All',
@@ -1781,7 +1786,8 @@ export default {
shareSuccess: '{name} shared successfully!',
shareFailed: '{name} share failed: {message}!',
securityWarning: 'Security Warning',
securityWarningMessage: 'Before sharing, please ensure the workflow does not contain sensitive information such as PassKey in RSS links to avoid information leakage.',
securityWarningMessage:
'Before sharing, please ensure the workflow does not contain sensitive information such as PassKey in RSS links to avoid information leakage.',
},
u115Auth: {
loginTitle: '115 Cloud Login',

View File

@@ -803,6 +803,11 @@ export default {
resetConfirm: '重置后 {name} 将恢复初始状态,已下载记录将被清除,未入库的内容将会重新下载,是否确认?',
resetSuccess: '{name} 重置成功!',
resetFailed: '{name} 重置失败:{message}',
shareStatistics: '分享统计',
shareCount: '个分享',
totalReuseCount: '次复用',
ranking: '排名',
noStatisticsData: '暂无分享统计数据',
},
recommend: {
all: '全部',

View File

@@ -801,6 +801,11 @@ export default {
resetConfirm: '重置後 {name} 將恢復初始狀態,已下載記錄將被清除,未入庫的內容將會重新下載,是否確認?',
resetSuccess: '{name} 重置成功!',
resetFailed: '{name} 重置失敗:{message}',
shareStatistics: '分享統計',
shareCount: '個分享',
totalReuseCount: '次複用',
ranking: '排名',
noStatisticsData: '暫無分享統計數據',
},
recommend: {
all: '全部',