feat: support media files upload via paste and drop

This commit is contained in:
codytseng
2025-05-09 23:23:17 +08:00
parent 533e00d4ee
commit 4bfdd4f334
20 changed files with 162 additions and 85 deletions

View File

@@ -110,8 +110,6 @@ export default {
Relays: '服务器',
image: '图片',
Normal: '普通',
'Normal Note': '普通笔记',
'Picture Note': '图片笔记',
'R & W': '读写',
Read: '只读',
Write: '只写',
@@ -228,6 +226,8 @@ export default {
'Show more': '显示更多',
General: '常规',
Autoplay: '自动播放',
'Enable video autoplay on this device': '在此设备上启用视频自动播放'
'Enable video autoplay on this device': '在此设备上启用视频自动播放',
'Paste or drop media files to upload': '支持粘贴或拖放媒体文件进行上传',
Preview: '预览'
}
}