docs: add v0.0.3 changelog entry
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user