Files
mailova/memory/2026-07-06.md

20 lines
963 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 2026-07-06
## 功能开发
- 为 Postcard 模型添加 `notes` 字段TEXT支持明信片备注
- 编辑页面增加多行备注输入框
- 详情页面在右侧所属 Profile 下方显示备注
- 列表页面在明信片卡片下显示截断备注50字省略号
- 数据库迁移:`ALTER TABLE postcards ADD COLUMN notes TEXT NOT NULL DEFAULT ''`
- 提交: `da7ebe4`
## 用户偏好
- 用户明确表示不需要我做浏览器测试,他自己测试即可。以后完成功能后直接提交,不再打开浏览器验证。
- 做功能时不要改动布局,只做最小改动。特别是做 i18n 时,只替换字符串,保持 HTML 结构完全一致。
## 后续功能
- 字体/颜色调整commit e875e90
- dt 标签不换行commit e178b93
- 英语本地化 i18ncommit 7e99ce9app/i18n.py + User.language 字段 + 导航栏切换 + 所有模板翻译键
- 去掉明信片编号格式限制commit 69a2ab3