1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2026-02-04 07:53:11 +00:00

Update Hitokoto font size ratio

Adjust Hitokoto font size ratio from 0.85 to 0.75.
This commit is contained in:
Sunwuyuan 2025-12-25 17:57:57 +08:00 committed by GitHub
parent 628fdc52c4
commit 13e188c9b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ const GLOBAL_SENSITIVE_WORDS_ENCODED = [
const GLOBAL_SENSITIVE_WORDS = GLOBAL_SENSITIVE_WORDS_ENCODED.map(word => Base64.decode(word)) 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 { export default {
name: 'HitokotoCard', name: 'HitokotoCard',