feat: add support for publishing highlights

This commit is contained in:
codytseng
2025-12-18 21:53:07 +08:00
parent c4881e3435
commit 079a2f90ef
29 changed files with 578 additions and 171 deletions

View File

@@ -380,6 +380,7 @@ export default {
'reacted to your note': '对您的笔记做出了反应',
'reposted your note': '转发了您的笔记',
'zapped your note': '打闪了您的笔记',
'highlighted your note': '高亮了您的笔记',
'zapped you': '给您打闪',
'Mark as read': '标记为已读',
Report: '举报',
@@ -575,6 +576,9 @@ export default {
'Special Follow': '特别关注',
'Unfollow Special': '取消特别关注',
'Personal Feeds': '个人订阅',
'Relay Feeds': '中继订阅'
'Relay Feeds': '中继订阅',
'Create Highlight': '创建高亮',
'Write your thoughts about this highlight...': '写下你对这段高亮的想法...',
'Publish Highlight': '发布高亮'
}
}