This commit is contained in:
syuilo 2025-02-22 19:48:34 +09:00
parent fa65b41470
commit 4192d8b3c7
2 changed files with 1 additions and 3 deletions

View File

@ -287,8 +287,6 @@ async function processVueFile(
} }
} }
}); });
} }
const transformedCode = s.toString(); // 変換後のコードを取得 const transformedCode = s.toString(); // 変換後のコードを取得

View File

@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
--> -->
<template> <template>
<SearchMarker :label="i18n.ts.privacy" :keywords="['privacy']" icon="ti ti-lock-open"> <SearchMarker path="/settings/privacy" :label="i18n.ts.privacy" :keywords="['privacy']" icon="ti ti-lock-open">
<div class="_gaps_m"> <div class="_gaps_m">
<SearchMarker <SearchMarker
:label="i18n.ts.makeFollowManuallyApprove" :label="i18n.ts.makeFollowManuallyApprove"