From 87a723897611fff9b5ddda8a8bec3cdb427a21dc Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Sun, 30 Mar 2025 20:44:00 +0900 Subject: enhance(frontend): デッキのオプションを追加 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/utility/autogen/settings-search-index.ts | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'packages/frontend/src/utility') 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'], -- cgit v1.2.3-freya