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

@@ -111,8 +111,6 @@ export default {
'Picture note requires images': '画像ノートには画像が必要です',
Relays: 'リレイ',
image: '画像',
'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: 'プレビュー'
}
}