rollupでビルド時・devモード時に毎回uuidを生成するように

This commit is contained in:
tai-cha
2025-02-17 18:25:41 +09:00
parent 9f786b772b
commit f97f43abdd
6 changed files with 278 additions and 322 deletions

View File

@@ -1,68 +0,0 @@
/*
* 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];