feat: picture notes editor

This commit is contained in:
codytseng
2025-01-12 17:18:45 +08:00
parent 2aba89419e
commit 5bf220fa5b
14 changed files with 467 additions and 119 deletions

View File

@@ -105,6 +105,8 @@ export default {
'A special note for picture-first clients like Olas',
'Picture note requires images': 'Picture note requires images',
Relays: 'Relays',
image: 'image'
image: 'image',
'Normal Post': 'Normal Post',
'Picture Post': 'Picture Post'
}
}

View File

@@ -104,6 +104,9 @@ export default {
'一种可以在图片优先客户端 (如 Olas) 中显示的特殊笔记',
'Picture note requires images': '图片笔记需要有图片',
Relays: '服务器',
image: '图片'
image: '图片',
Normal: '普通',
'Normal Post': '普通笔记',
'Picture Post': '图片笔记'
}
}