diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-30 20:44:00 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-30 20:44:00 +0900 |
| commit | 87a723897611fff9b5ddda8a8bec3cdb427a21dc (patch) | |
| tree | 808415a4dfd20dfd3ff1a6456c47ed55e1f8c300 /packages/frontend/src/utility | |
| parent | perf(frontend): tweak MkRange (diff) | |
| download | sharkey-87a723897611fff9b5ddda8a8bec3cdb427a21dc.tar.gz sharkey-87a723897611fff9b5ddda8a8bec3cdb427a21dc.tar.bz2 sharkey-87a723897611fff9b5ddda8a8bec3cdb427a21dc.zip | |
enhance(frontend): デッキのオプションを追加
Diffstat (limited to 'packages/frontend/src/utility')
| -rw-r--r-- | packages/frontend/src/utility/autogen/settings-search-index.ts | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/packages/frontend/src/utility/autogen/settings-search-index.ts b/packages/frontend/src/utility/autogen/settings-search-index.ts index df621beb7d..1563f19c34 100644 --- a/packages/frontend/src/utility/autogen/settings-search-index.ts +++ b/packages/frontend/src/utility/autogen/settings-search-index.ts @@ -682,7 +682,7 @@ export const searchIndexes: SearchIndexItem[] = [ id: '9bNikHWzQ', children: [ { - id: 'appYJbpkK', + id: 't6XtfnRm9', label: i18n.ts._settings.showNavbarSubButtons, keywords: ['navbar', 'sidebar', 'toggle', 'button', 'sub'], }, @@ -880,6 +880,21 @@ export const searchIndexes: SearchIndexItem[] = [ label: i18n.ts._deck.columnAlign, keywords: ['column', 'align'], }, + { + id: 'gtdEA4FTa', + label: i18n.ts._deck.deckMenuPosition, + keywords: ['menu', 'position'], + }, + { + id: 'DHVFdPBT6', + label: i18n.ts._deck.navbarPosition, + keywords: ['navbar', 'position'], + }, + { + id: '3UQ8rUssZ', + label: i18n.ts._deck.columnGap, + keywords: ['column', 'gap', 'margin'], + }, ], label: i18n.ts.deck, keywords: ['deck', 'ui'], |