enhance(frontend): アイコンのスクロール追従を無効化してパフォーマンス向上できるように

This commit is contained in:
syuilo
2025-03-29 20:56:59 +09:00
parent 1b776a7e7e
commit d9012740a1
8 changed files with 167 additions and 118 deletions

4
locales/index.d.ts vendored
View File

@@ -5634,6 +5634,10 @@ export interface Locale extends ILocale {
* 有効にすると、一部のシチュエーションでのユーザビリティが低下する場合があります。
*/
"makeEveryTextElementsSelectable_description": string;
/**
* アイコンをスクロールに追従させる
*/
"useStickyIcons": string;
/**
* ナビゲーションバーに副ボタンを表示
*/