forked from FoundKeyGang/FoundKey
✌️
This commit is contained in:
parent
6cb520cd2c
commit
34786130b7
1 changed files with 2 additions and 2 deletions
|
@ -19,14 +19,14 @@
|
|||
<div>%fa:unlock%</div>
|
||||
<div>
|
||||
<span>フォロワー</span>
|
||||
<span>自分のフォロワーのみに公開</span>
|
||||
<span>自分のフォロワーにのみ公開</span>
|
||||
</div>
|
||||
</div>
|
||||
<div @click="choose('mentioned')" :class="{ active: v == 'mentioned' }">
|
||||
<div>%fa:envelope%</div>
|
||||
<div>
|
||||
<span>メンション</span>
|
||||
<span>言及したユーザーのみに公開</span>
|
||||
<span>言及したユーザーにのみ公開</span>
|
||||
</div>
|
||||
</div>
|
||||
<div @click="choose('private')" :class="{ active: v == 'private' }">
|
||||
|
|
Loading…
Reference in a new issue