26 lines
611 B
JSON
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.

[
{
"id": "1",
"content": "数据库迁移profiles 表添加 display_name 字段",
"status": "completed",
"priority": "high"
},
{
"id": "2",
"content": "修改注册逻辑:存储用户名到 username姓名到 display_name",
"status": "completed",
"priority": "high"
},
{
"id": "3",
"content": "修改账号管理:显示和编辑 display_name",
"status": "completed",
"priority": "high"
},
{
"id": "4",
"content": "修改首页副标题:引用 display_name 而非 username",
"status": "completed",
"priority": "high"
}
]