feat(account): 新增用户账号与算力点体系

- 新增账号密码注册登录功能
- 集成 Linux.do OAuth 认证
- 添加管理后台配置模型算力点功能
- 实现计费查询支持
- 在画布右上角显示用户算力点余额
- 生成按钮展示本次预计消耗算力点
This commit is contained in:
HouYunFei
2026-05-25 17:20:03 +08:00
parent 8c506f92f9
commit 796882064b
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@
## Unreleased
## v0.0.8 - 2026-05-24
+ [新增] 新增用户账号与算力点体系,支持账号密码注册登录、Linux.do OAuth。
+ [新增] 管理后台公开配置支持设置模型算力点、支持计费查询。
+ [新增] 画布右上角展示用户算力点余额,生成按钮会展示本次预计消耗算力点。
+1 -1
View File
@@ -1 +1 @@
v0.0.7
v0.0.8