wip: markerIdを自動付与
This commit is contained in:
68
packages/frontend/src/scripts/autogen/search-index.ts
Normal file
68
packages/frontend/src/scripts/autogen/search-index.ts
Normal file
@@ -0,0 +1,68 @@
|
||||
|
||||
/*
|
||||
* SPDX-FileCopyrightText: syuilo and misskey-project
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
// This file was automatically generated by create-search-index.
|
||||
// Do not edit this file.
|
||||
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const searchIndexes = [
|
||||
{
|
||||
filePath: 'src/pages/settings/profile.vue',
|
||||
usage: [
|
||||
{
|
||||
staticProps: {
|
||||
markerId: '727cc9e8-ad67-474a-9241-b5a9a6475e47',
|
||||
},
|
||||
bindProps: {},
|
||||
componentName: 'MkSearchMarker',
|
||||
},
|
||||
{
|
||||
staticProps: {
|
||||
markerId: '1a06c7f9-e85e-46cb-bf5f-b3efa8e71b93',
|
||||
},
|
||||
bindProps: {},
|
||||
componentName: 'MkSearchMarker',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
filePath: 'src/pages/settings/privacy.vue',
|
||||
usage: [
|
||||
{
|
||||
staticProps: {
|
||||
icon: 'ti ti-lock-open',
|
||||
markerId: 'db7de893-e299-40af-a515-8954da435f4b',
|
||||
},
|
||||
bindProps: {
|
||||
locationLabel: [i18n.ts.privacy, i18n.ts.makeFollowManuallyApprove],
|
||||
keywords: ['follow', 'lock', i18n.ts.lockedAccountInfo],
|
||||
},
|
||||
componentName: 'MkSearchMarker',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
filePath: 'src/pages/settings/mute-block.vue',
|
||||
usage: [
|
||||
{
|
||||
staticProps: {
|
||||
markerId: 'test',
|
||||
icon: 'ti ti-ban',
|
||||
},
|
||||
bindProps: {
|
||||
locationLabel: [i18n.ts.muteAndBlock],
|
||||
keywords: ['mute', i18n.ts.wordMute],
|
||||
children: ['test2'],
|
||||
},
|
||||
componentName: 'MkSearchMarker',
|
||||
},
|
||||
],
|
||||
},
|
||||
] as const;
|
||||
|
||||
export type AnalysisResults = typeof searchIndexes;
|
||||
export type ComponentUsageInfo = AnalysisResults[number]['usage'][number];
|
Reference in New Issue
Block a user