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;
/**
* ナビゲーションバーに副ボタンを表示
*/

View File

@@ -1428,6 +1428,7 @@ _settings:
makeEveryTextElementsSelectable: "全てのテキスト要素を選択可能にする"
makeEveryTextElementsSelectable_description: "有効にすると、一部のシチュエーションでのユーザビリティが低下する場合があります。"
useStickyIcons: "アイコンをスクロールに追従させる"
enableHighQualityImagePlaceholders: "高品質な画像のプレースホルダを表示"
showNavbarSubButtons: "ナビゲーションバーに副ボタンを表示"
ifOn: "オンのとき"
ifOff: "オフのとき"