mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2026-02-03 23:23:09 +00:00
Fix comment to match actual font size ratio (75%)
Co-authored-by: Sunwuyuan <88357633+Sunwuyuan@users.noreply.github.com>
This commit is contained in:
parent
13e188c9b1
commit
b873486dde
@ -50,8 +50,8 @@ const GLOBAL_SENSITIVE_WORDS_ENCODED = [
|
||||
// 解码敏感词列表
|
||||
const GLOBAL_SENSITIVE_WORDS = GLOBAL_SENSITIVE_WORDS_ENCODED.map(word => Base64.decode(word))
|
||||
|
||||
// 一言字体大小比例(相对于全局字体大小)
|
||||
const HITOKOTO_FONT_RATIO = 0.75 // Hitokoto font size is 85% of the general font size
|
||||
// 一言字体大小比例(75%的全局字体大小)
|
||||
const HITOKOTO_FONT_RATIO = 0.75
|
||||
|
||||
export default {
|
||||
name: 'HitokotoCard',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user