wip
This commit is contained in:
@@ -251,7 +251,6 @@ async function processVueFile(
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
traverse(ast); // AST を traverse (1段階目: ID 生成と親子関係記録)
|
||||
|
||||
// 2段階目: :children 属性の追加
|
||||
|
@@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
-->
|
||||
|
||||
<template>
|
||||
<MkSearchSection :label="i18n.ts.general" :keywords="['general']" icon="ti ti-adjustments">
|
||||
<SearchMarker :label="i18n.ts.general" :keywords="['general']" icon="ti ti-adjustments">
|
||||
<div class="_gaps_m">
|
||||
<SearchMarker
|
||||
:label="i18n.ts.uiLanguage"
|
||||
@@ -66,7 +66,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
</div>
|
||||
</FormSection>
|
||||
|
||||
<MkSearchSection :label="i18n.ts.displayOfNote" :keywords="['note', 'display']">
|
||||
<SearchMarker :label="i18n.ts.displayOfNote" :keywords="['note', 'display']">
|
||||
<FormSection>
|
||||
<template #label>{{ i18n.ts.displayOfNote }}</template>
|
||||
|
||||
@@ -196,9 +196,9 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
</SearchMarker>
|
||||
</div>
|
||||
</FormSection>
|
||||
</MkSearchSection>
|
||||
</SearchMarker>
|
||||
|
||||
<MkSearchSection :label="i18n.ts.notificationDisplay" :keywords="['notification', 'display']">
|
||||
<SearchMarker :label="i18n.ts.notificationDisplay" :keywords="['notification', 'display']">
|
||||
<FormSection>
|
||||
<template #label>{{ i18n.ts.notificationDisplay }}</template>
|
||||
|
||||
@@ -237,7 +237,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
<MkButton @click="testNotification">{{ i18n.ts._notification.checkNotificationBehavior }}</MkButton>
|
||||
</div>
|
||||
</FormSection>
|
||||
</MkSearchSection>
|
||||
</SearchMarker>
|
||||
|
||||
<FormSection>
|
||||
<template #label>{{ i18n.ts.appearance }}</template>
|
||||
@@ -373,7 +373,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
</div>
|
||||
</FormSection>
|
||||
</div>
|
||||
</MkSearchSection>
|
||||
</SearchMarker>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
@@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
-->
|
||||
|
||||
<template>
|
||||
<MkSearchSection :label="i18n.ts.privacy" :keywords="['privacy']" icon="ti ti-lock-open">
|
||||
<SearchMarker :label="i18n.ts.privacy" :keywords="['privacy']" icon="ti ti-lock-open">
|
||||
<div class="_gaps_m">
|
||||
<SearchMarker
|
||||
:label="i18n.ts.makeFollowManuallyApprove"
|
||||
@@ -94,7 +94,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
</MkSwitch>
|
||||
</SearchMarker>
|
||||
|
||||
<MkSearchSection :label="i18n.ts.lockdown" :keywords="['lockdown']">
|
||||
<SearchMarker :label="i18n.ts.lockdown" :keywords="['lockdown']">
|
||||
<FormSection>
|
||||
<template #label>{{ i18n.ts.lockdown }}<span class="_beta">{{ i18n.ts.beta }}</span></template>
|
||||
|
||||
@@ -196,7 +196,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
</SearchMarker>
|
||||
</div>
|
||||
</FormSection>
|
||||
</MkSearchSection>
|
||||
</SearchMarker>
|
||||
|
||||
<FormSection>
|
||||
<div class="_gaps_m">
|
||||
@@ -239,7 +239,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
<MkSwitch v-model="keepCw" @update:modelValue="save()">{{ i18n.ts.keepCw }}</MkSwitch>
|
||||
</SearchMarker>
|
||||
</div>
|
||||
</MkSearchSection>
|
||||
</SearchMarker>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
Reference in New Issue
Block a user