enhance(frontend): インストールしたテーマをデバイス間で同期できるように

This commit is contained in:
syuilo 2025-04-02 10:09:25 +09:00
parent bd8162c2bd
commit a5f9eba974
4 changed files with 30 additions and 0 deletions

View file

@ -37,6 +37,11 @@ export const searchIndexes: SearchIndexItem[] = [
label: i18n.ts.themeForDarkMode,
keywords: ['dark', 'theme'],
},
{
id: 'jwW5HULqA',
label: i18n.ts._settings.enableSyncThemesBetweenDevices,
keywords: ['sync', 'themes', 'devices'],
},
],
label: i18n.ts.theme,
keywords: ['theme'],