mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-30 21:30:17 -06:00
tweak Pari Plus!
This commit is contained in:
parent
0a8f68e73f
commit
339c5ed223
4 changed files with 8 additions and 0 deletions
|
@ -1283,6 +1283,7 @@ noteOfThisUser: "Notes by this user"
|
|||
clipNoteLimitExceeded: "No more notes can be added to this clip."
|
||||
timeTravel: "Time Travel"
|
||||
timeTravelDescription: "Show posts before this date."
|
||||
pariPlusInfo: "Pari Plus! customized Misskey~!"
|
||||
pariPlusNoteSettings: "Pari Plus! note settings"
|
||||
pariPlusAppearanceSettings: "Pari Plus! appearance settings"
|
||||
pariPlusFontPicker: "Default fonts"
|
||||
|
|
|
@ -1292,6 +1292,7 @@ passkeyVerificationFailed: "验证通行密钥失败。"
|
|||
passkeyVerificationSucceededButPasswordlessLoginDisabled: "通行密钥验证成功,但账户未开启无密码登录。"
|
||||
timeTravel: "时光机"
|
||||
timeTravelDescription: "显示该日期以前的帖子"
|
||||
pariPlusInfo: "Pari Plus! 定制 Misskey~!"
|
||||
pariPlusNoteSettings: "Pari Plus! 帖文设置"
|
||||
pariPlusAppearanceSettings: "Pari Plus! 外观设置"
|
||||
pariPlusFontPicker: "默认字体"
|
||||
|
|
|
@ -1292,6 +1292,7 @@ passkeyVerificationFailed: "驗證金鑰失敗。"
|
|||
passkeyVerificationSucceededButPasswordlessLoginDisabled: "雖然驗證金鑰成功,但是無密碼登入的方式是停用的。"
|
||||
timeTravel: "時光機"
|
||||
timeTravelDescription: "回到指定的日期"
|
||||
pariPlusInfo: "Pari Plus! 自訂 Misskey~!"
|
||||
pariPlusNoteSettings: "Pari Plus! 貼文設定"
|
||||
pariPlusAppearanceSettings: "Pari Plus! 外觀設定"
|
||||
pariPlusFontPicker: "預設字體"
|
||||
|
|
|
@ -4,6 +4,9 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
-->
|
||||
|
||||
<template>
|
||||
<MkInfo>
|
||||
{{ i18n.ts.pariPlusInfo }}
|
||||
</MkInfo>
|
||||
<FormSection>
|
||||
<div class="label">{{ i18n.ts.pariPlusAppearanceSettings }}</div>
|
||||
<div class="_gaps_m">
|
||||
|
@ -64,6 +67,8 @@ import { getDefaultFontSettings } from '@/scripts/font-settings.js';
|
|||
import MkSwitch from '@/components/MkSwitch.vue';
|
||||
import MkSelect from '@/components/MkSelect.vue';
|
||||
import MkRadios from '@/components/MkRadios.vue';
|
||||
import MkInfo from '@/components/MkInfo.vue';
|
||||
import FormSection from '@/components/form/section.vue';
|
||||
|
||||
const defaultFont = getDefaultFontSettings();
|
||||
console.log(defaultFont);
|
||||
|
|
Loading…
Reference in a new issue