fix: card content font size

This commit is contained in:
zzc
2026-01-22 22:11:02 +08:00
parent 303654b1e1
commit 2b2af1bab4
3 changed files with 89 additions and 50 deletions

View File

@@ -1 +1,6 @@
export const generateObjectId = (
m = Math,
d = Date,
h = 16,
s = (s) => m.floor(s).toString(h),
) => s(d.now() / 1000) + " ".repeat(h).replace(/./g, () => s(m.random() * h));