refactor(frontend): refactor uploader image editing features and menu

Replaces separate 'effect' and 'crop' features with a unified 'imageEditing' feature in the uploader. Groups crop and effect actions under a new parent 'editImage' menu item, adds localization for 'editImage', and updates supported types accordingly.
This commit is contained in:
syuilo
2025-06-26 12:10:15 +09:00
parent 8fda4fefaf
commit bf57557ba3
3 changed files with 56 additions and 61 deletions

4
locales/index.d.ts vendored
View File

@@ -11991,6 +11991,10 @@ export interface Locale extends ILocale {
};
};
"_uploader": {
/**
* 画像の編集
*/
"editImage": string;
/**
* {x}に圧縮
*/