This commit is contained in:
naskya 2023-07-08 22:37:15 +00:00
parent b5585c1e98
commit fb8c2b1310
No known key found for this signature in database
GPG Key ID: 164DFF24E2D40139
3 changed files with 3 additions and 3 deletions

View File

@ -981,7 +981,7 @@ noGraze: "ブラウザの拡張機能「Graze for Mastodon」は、Calckeyの動
enableServerMachineStats: "サーバーのマシン情報を公開する" enableServerMachineStats: "サーバーのマシン情報を公開する"
enableIdenticonGeneration: "ユーザーごとのIdenticon生成を有効にする" enableIdenticonGeneration: "ユーザーごとのIdenticon生成を有効にする"
showPopup: "ポップアップを表示してユーザーに知らせる" showPopup: "ポップアップを表示してユーザーに知らせる"
showWithSparcles: "タイトルをキラキラさせる" showWithSparkles: "タイトルをキラキラさせる"
youHaveUnreadAnnouncements: "未読のお知らせがあります" youHaveUnreadAnnouncements: "未読のお知らせがあります"
_sensitiveMediaDetection: _sensitiveMediaDetection:

View File

@ -2,7 +2,7 @@
<MkModal ref="modal" :z-priority="'middle'" @closed="$emit('closed')"> <MkModal ref="modal" :z-priority="'middle'" @closed="$emit('closed')">
<div :class="$style.root"> <div :class="$style.root">
<div :class="$style.title"> <div :class="$style.title">
<MkSparkle v-if="showWithSparcles">{{ title }}</MkSparkle> <MkSparkle v-if="isGoodNews">{{ title }}</MkSparkle>
<p v-else>{{ title }}</p> <p v-else>{{ title }}</p>
</div> </div>
<Mfm :text="text" /> <Mfm :text="text" />

View File

@ -31,7 +31,7 @@
v-if="announcement.showPopup" v-if="announcement.showPopup"
v-model="announcement.isGoodNews" v-model="announcement.isGoodNews"
class="_formBlock" class="_formBlock"
>{{ i18n.ts.isGoodNews }}</MkSwitch >{{ i18n.ts.showWithSparkles }}</MkSwitch
> >
<p v-if="announcement.reads"> <p v-if="announcement.reads">
{{ {{