mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2026-02-03 23:23:09 +00:00
Update Hitokoto font size ratio
Adjust Hitokoto font size ratio from 0.85 to 0.75.
This commit is contained in:
parent
628fdc52c4
commit
13e188c9b1
@ -51,7 +51,7 @@ const GLOBAL_SENSITIVE_WORDS_ENCODED = [
|
||||
const GLOBAL_SENSITIVE_WORDS = GLOBAL_SENSITIVE_WORDS_ENCODED.map(word => Base64.decode(word))
|
||||
|
||||
// 一言字体大小比例(相对于全局字体大小)
|
||||
const HITOKOTO_FONT_RATIO = 0.85 // Hitokoto font size is 85% of the general font size
|
||||
const HITOKOTO_FONT_RATIO = 0.75 // Hitokoto font size is 85% of the general font size
|
||||
|
||||
export default {
|
||||
name: 'HitokotoCard',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user