docs: add v0.0.3 changelog entry

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
congsh
2026-04-18 13:36:02 +08:00
parent 3173525a2e
commit 71742da600
+11
View File
@@ -10,6 +10,17 @@ interface LogEntry {
}
const logs = ref<LogEntry[]>([
{
version: 'v0.0.3',
date: '2026-04-18',
title: '优化登录和注册',
items: [
{ type: 'feat', text: '支持中文昵称登录:输入昵称即可登录,无需记忆邮箱' },
{ type: 'feat', text: '注册时昵称唯一性检查:失焦自动检测,实时反馈是否可用' },
{ type: 'feat', text: '注册支持中文昵称,自动生成系统用户名' },
{ type: 'fix', text: '密码规则清晰展示:四项规则标签 + 密码强度指示条' },
]
},
{
version: 'v0.0.2',
date: '2026-04-18',