mirror of
https://example.com
synced 2024-11-22 13:46:38 +09:00
fix: emoji mod is original
This commit is contained in:
parent
3f81b497fb
commit
5f4a8fd80b
1 changed files with 6 additions and 1 deletions
|
@ -183,7 +183,12 @@
|
||||||
class="_formBlock"
|
class="_formBlock"
|
||||||
@update:modelValue="setEmojiMod"
|
@update:modelValue="setEmojiMod"
|
||||||
>
|
>
|
||||||
<template #label>{{ i18n.ts.emojiModPerm }}</template>
|
<template #label
|
||||||
|
>{{ i18n.ts.emojiModPerm
|
||||||
|
}}<span class="_beta">{{
|
||||||
|
i18n.ts.originalFeature
|
||||||
|
}}</span></template
|
||||||
|
>
|
||||||
<option value="none">
|
<option value="none">
|
||||||
{{ i18n.ts._emojiModPerm.none }}
|
{{ i18n.ts._emojiModPerm.none }}
|
||||||
</option>
|
</option>
|
||||||
|
|
Loading…
Reference in a new issue