enhance(frontend): blurhash無効化オプションを追加

This commit is contained in:
syuilo
2025-05-11 14:17:08 +09:00
parent 039aacb31f
commit 4d08c0a82b
10 changed files with 45 additions and 10 deletions

4
locales/index.d.ts vendored
View File

@@ -5713,6 +5713,10 @@ export interface Locale extends ILocale {
* アイコンをスクロールに追従させる
*/
"useStickyIcons": string;
/**
* 高品質な画像のプレースホルダを表示
*/
"enableHighQualityImagePlaceholders": string;
/**
* ナビゲーションバーに副ボタンを表示
*/