enhance(frontend): 画像エフェクト「色調補正」を追加 (#16170)

This commit is contained in:
かっこかり
2025-06-05 20:29:02 +09:00
committed by GitHub
parent f37a1e84bd
commit a603a4970e
4 changed files with 143 additions and 0 deletions

4
locales/index.d.ts vendored
View File

@@ -12176,6 +12176,10 @@ export interface Locale extends ILocale {
* 白黒
*/
"grayscale": string;
/**
* 色調補正
*/
"colorAdjust": string;
/**
* 色の圧縮
*/