Skip to content

Commit cbd5839

Browse files
committed
feat(LDC): 新增LDC账户信息及积分统计面板
- 在LDC模块中添加账户信息展示功能 - 新增积分统计界面供用户查看积分明细 - 更新相关接口以支持账户和积分数据获取 - 完成前端页面样式及交互优化 - 同步版本号至1.5.21以发布新功能
1 parent 7cc8bce commit cbd5839

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
- fix(LevelDialog): 修复 LevelDialog 组件显示异常问题 #294
2-
- chore: 优化 AI API 代理请求
1+
- feat(LDC): 新增LDC账户信息及积分统计面板

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "linuxdo-scripts",
33
"description": "manifest.json description",
44
"private": true,
5-
"version": "1.5.20",
5+
"version": "1.5.21",
66
"type": "module",
77
"scripts": {
88
"dev": "wxt",

version-log.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.5.21
2+
3+
- feat(LDC): 新增LDC账户信息及积分统计面板
4+
15
## 1.5.20
26

37
- fix(LevelDialog): 修复 LevelDialog 组件显示异常问题 #294

0 commit comments

Comments
 (0)