1
0
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:
copilot-swe-agent[bot] 2025-12-25 10:00:27 +00:00
parent 13e188c9b1
commit b873486dde

View File

@ -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',