style: set CJK+English fonts, reduce base font size to 14px, lighten text colors

This commit is contained in:
2026-07-06 21:10:59 +08:00
parent 68c88a7910
commit e75c4df4e8
2 changed files with 41 additions and 29 deletions

12
memory/2026-07-06.md Normal file
View File

@@ -0,0 +1,12 @@
# 2026-07-06
## 功能开发
- 为 Postcard 模型添加 `notes` 字段TEXT支持明信片备注
- 编辑页面增加多行备注输入框
- 详情页面在右侧所属 Profile 下方显示备注
- 列表页面在明信片卡片下显示截断备注50字省略号
- 数据库迁移:`ALTER TABLE postcards ADD COLUMN notes TEXT NOT NULL DEFAULT ''`
- 提交: `da7ebe4`
## 用户偏好
- 用户明确表示不需要我做浏览器测试,他自己测试即可。以后完成功能后直接提交,不再打开浏览器验证。