pathの入力を省略可能に

This commit is contained in:
tai-cha
2025-03-03 01:06:53 +09:00
parent 4da4350dde
commit e72f4fd61d
2 changed files with 6 additions and 2 deletions

View File

@@ -502,6 +502,7 @@ export const searchIndexes:SearchIndexItem[] = [
label: i18n.ts.general,
keywords: ['general'],
icon: 'ti ti-adjustments',
path: '/settings/general',
},
] as const;