This commit is contained in:
syuilo 2020-11-19 14:11:29 +09:00
parent c3a73a41d1
commit c2690fff47
2 changed files with 1 additions and 3 deletions

View File

@ -125,6 +125,7 @@ settingGuide: "おすすめ設定"
cacheRemoteFiles: "リモートのファイルをキャッシュする"
cacheRemoteFilesDescription: "この設定を無効にすると、リモートファイルをキャッシュせず直リンクするようになります。サーバーのストレージを節約できますが、サムネイルが生成されないので通信量が増加します。"
flagAsBot: "Botとして設定"
flagAsBotDescription: "このアカウントがプログラムによって運用される場合は、このフラグをオンにします。オンにすると、反応の連鎖を防ぐためのフラグとして他の開発者に役立ったり、Misskeyのシステム上での扱いがBotに合ったものになります。"
flagAsCat: "Catとして設定"
autoAcceptFollowed: "フォロー中ユーザーからのフォロリクを自動承認"
addAcount: "アカウント追加"

View File

@ -7,9 +7,6 @@ export default defineComponent({
MkRadio
},
props: {
defs: {
required: true
},
modelValue: {
required: false
},