enhance(frontend): インストールしたテーマをデバイス間で同期できるように
This commit is contained in:
parent
bd8162c2bd
commit
a5f9eba974
4 changed files with 30 additions and 0 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue