enhance(frontend/image-effector): tweak fxs

This commit is contained in:
syuilo
2025-06-15 11:06:46 +09:00
parent e9af9d4451
commit fe805fb7f0
6 changed files with 13 additions and 10 deletions

4
locales/index.d.ts vendored
View File

@@ -12224,6 +12224,10 @@ export interface Locale extends ILocale {
* ブロックノイズ
*/
"blockNoise": string;
/**
* ティアリング
*/
"tearing": string;
};
};
}

View File

@@ -3274,3 +3274,4 @@ _imageEffector:
polkadot: "ポルカドット"
checker: "チェッカー"
blockNoise: "ブロックノイズ"
tearing: "ティアリング"