improve settings.
This commit is contained in:
parent
6874a318ea
commit
2ce8b45a7f
4 changed files with 5 additions and 12 deletions
|
|
@ -10,7 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<template #label>{{ i18n.ts.attributionDomains }}</template>
|
||||
<template #caption>{{ i18n.ts.attributionDomainsDescription }}
|
||||
<br/>
|
||||
<Mfm :text="i18n.tsx.attributionDomainsTutorial({ user: $i.username, host: host})"/>
|
||||
<Mfm :text="tutorialTag"/>
|
||||
</template>
|
||||
</MkTextarea>
|
||||
</SearchMarker>
|
||||
|
|
@ -33,7 +33,7 @@ const $i = ensureSignin();
|
|||
|
||||
const attributionDomains = ref($i.attributionDomains.join('\n'));
|
||||
const changed = ref(false);
|
||||
const host = toUnicode(hostRaw);
|
||||
const tutorialTag = '`<meta name="fediverse:creator" content="' + $i.username + '@' + toUnicode(hostRaw) + '" />`';
|
||||
|
||||
async function save() {
|
||||
let domains = attributionDomains.value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue