{{ { dashboard: '仪表盘', search: '影视搜索', follow: '追更设置', logs: '运行日志', history: '标记历史' }[currentPage] }}
{{
dashboard.total_resources?.toLocaleString() || 0 }}
资源总数
{{
dashboard.total_parsed?.toLocaleString()
|| 0 }}
已解析
{{ dashboard.channels?.length || 0 }}
频道数
{{ dashboard.sync_status?.running ?
'同步中' :
'空闲' }}
状态
频道详情
{{ ch.name }}
{{ ch.id }}
{{ ch.total }}
总数
{{ ch.parsed }}
已解析
{{ ch.unparsed }}
待解析
搜索历史
{{ h }}
{{ searchMode === 'search' ? '找到' : '共' }}
{{ searchTotal
}}
条资源
(第 {{ searchPage }} / {{ searchTotalPages }} 页)
NEW
追更
{{ item.channel_name }}
{{ formatDate(item.created_at)
}}
{{ item.file_size }}
已标记
未标记
最近标记:{{ getFollowInfo(item).latest.title }} · {{
formatDate(getFollowInfo(item).latest.created_at) }} · 共 {{
getFollowInfo(item).total }} 条
没有找到匹配的资源
{{ searchPage }} / {{
searchTotalPages }}
追更剧集名
命中搜索标题时展示当前账号最近的标记历史
{{ name }}
暂无追更剧集,添加后将在搜索结果中提示。
{{ log.message }}
{{
log.type === 'sync' ? '手动' : '定时' }}
{{ formatDate(log.timestamp) }}
标记历史
共 {{ markHistory.length }} 条记录
{{
record.channel_name }}
{{ record.title }}
{{ formatDate(record.created_at) }}