enhance(frontend): 投稿フォームにアップローダーを埋め込み (#16173)

* wip

* Update MkPostForm.vue

* wip

* wip

* Update MkPostForm.vue

* wip

* wip

* add tip

* Update tips.ts

* Update MkPostForm.vue
This commit is contained in:
syuilo
2025-06-07 07:47:43 +09:00
committed by GitHub
parent be35fe468b
commit 9bd5f887de
8 changed files with 871 additions and 663 deletions

8
locales/index.d.ts vendored
View File

@@ -9584,6 +9584,14 @@ export interface Locale extends ILocale {
"disableFederationDescription": string;
};
"_postForm": {
/**
* アップロードされていないファイルがありますが、破棄してフォームを閉じますか?
*/
"quitInspiteOfThereAreUnuploadedFilesConfirm": string;
/**
* ファイルはまだアップロードされていません。ファイルのメニューから、リネームや画像のクロップ、ウォーターマークの付与、圧縮の有無などを設定できます。ファイルはノート投稿時に自動でアップロードされます。
*/
"uploaderTip": string;
/**
* このノートに返信...
*/