feat: auto-load poll results

This commit is contained in:
codytseng
2025-07-27 22:08:08 +08:00
parent b35e0cf850
commit ea821fd708
18 changed files with 193 additions and 64 deletions

View File

@@ -28,6 +28,7 @@ export default {
'Unfollow failed': '取消关注失败',
'show new notes': '显示新笔记',
'loading...': '加载中...',
'Loading...': '加载中...',
'no more notes': '到底了',
'reply to': '回复',
reply: '回复',
@@ -310,6 +311,7 @@ export default {
'End Date (optional)': '结束日期(可选)',
'Clear end date': '清除结束日期',
'Relay URLs (optional, comma-separated)': '中继服务器 URL可选逗号分隔',
'Remove poll': '移除投票'
'Remove poll': '移除投票',
'Refresh results': '刷新结果'
}
}