build
This commit is contained in:
parent
89cc6a0908
commit
47d8550de3
|
@ -25,7 +25,17 @@ export const searchIndexes:SearchIndexItem[] = [
|
||||||
{
|
{
|
||||||
id: 'nO7NnzqiC',
|
id: 'nO7NnzqiC',
|
||||||
label: i18n.ts.notUseSound,
|
label: i18n.ts.notUseSound,
|
||||||
keywords: [],
|
keywords: ['mute'],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'xy5OOBB4A',
|
||||||
|
label: i18n.ts.useSoundOnlyWhenActive,
|
||||||
|
keywords: ['active', 'mute'],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: '9MxYVIf7k',
|
||||||
|
label: i18n.ts.masterVolume,
|
||||||
|
keywords: ['volume', 'master'],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
label: i18n.ts.sounds,
|
label: i18n.ts.sounds,
|
||||||
|
@ -33,6 +43,27 @@ export const searchIndexes:SearchIndexItem[] = [
|
||||||
path: '/settings/sounds',
|
path: '/settings/sounds',
|
||||||
icon: 'ti ti-music',
|
icon: 'ti ti-music',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: '5BjnxMfYV',
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
id: '3UqdSCaFw',
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
id: '75QPEg57v',
|
||||||
|
label: i18n.ts.changePassword,
|
||||||
|
keywords: [],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
label: i18n.ts.password,
|
||||||
|
keywords: ['password'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
label: i18n.ts.security,
|
||||||
|
keywords: ['security'],
|
||||||
|
path: '/settings/security',
|
||||||
|
icon: 'ti ti-lock',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'w4L6myH61',
|
id: 'w4L6myH61',
|
||||||
children: [
|
children: [
|
||||||
|
@ -152,7 +183,7 @@ export const searchIndexes:SearchIndexItem[] = [
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'joHMIl2pJ',
|
id: 'joHMIl2pJ',
|
||||||
label: i18n.ts.requireSigninToViewContents,
|
label: i18n.ts._accountSettings.requireSigninToViewContents,
|
||||||
keywords: ['login', 'signin'],
|
keywords: ['login', 'signin'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue