style: set CJK+English fonts, reduce base font size to 14px, lighten text colors
This commit is contained in:
12
memory/2026-07-06.md
Normal file
12
memory/2026-07-06.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 2026-07-06
|
||||
|
||||
## 功能开发
|
||||
- 为 Postcard 模型添加 `notes` 字段(TEXT),支持明信片备注
|
||||
- 编辑页面增加多行备注输入框
|
||||
- 详情页面在右侧所属 Profile 下方显示备注
|
||||
- 列表页面在明信片卡片下显示截断备注(50字,省略号)
|
||||
- 数据库迁移:`ALTER TABLE postcards ADD COLUMN notes TEXT NOT NULL DEFAULT ''`
|
||||
- 提交: `da7ebe4`
|
||||
|
||||
## 用户偏好
|
||||
- 用户明确表示不需要我做浏览器测试,他自己测试即可。以后完成功能后直接提交,不再打开浏览器验证。
|
||||
Reference in New Issue
Block a user