chore: reduce rss description length

This commit is contained in:
radishzzz 2025-03-20 03:40:45 +00:00
parent a71ce7754a
commit 1e1519c3c5

View file

@ -25,8 +25,8 @@ const EXCERPT_LENGTHS: Record<ExcerptScene, {
other: 140, other: 140,
}, },
rss: { rss: {
cjk: 120, cjk: 70,
other: 240, other: 140,
}, },
} }