wip
This commit is contained in:
parent
fa65b41470
commit
4192d8b3c7
|
@ -287,8 +287,6 @@ async function processVueFile(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const transformedCode = s.toString(); // 変換後のコードを取得
|
const transformedCode = s.toString(); // 変換後のコードを取得
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue