Skip to content

Commit 28771c8

Browse files
committed
迭代
1 parent 9921fc6 commit 28771c8

File tree

12 files changed

+3716
-10643
lines changed

12 files changed

+3716
-10643
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: WakaTime DashBoard CI/CD
22

3-
# 触发条件:在 push 到 hexo-blog-backup 分支后触发
3+
# 触发条件:在 push 到 source 分支后触发
44
on:
55
push:
66
branches:

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,10 @@ npm run build
6767

6868
- **ACCESS_TOKEN**: 在[Personal access tokens](https://github.com/settings/tokens) 中新建 token
6969
- **BASE_DOMAIN**:BASE_DOMAIN 可选,如果你的 Github Page 自定义了域名,则需要添加,如果不需要,可自行在 yml 中删除构建的--base 参数
70+
71+
## ChangeLog
72+
73+
- 2025-04-08
74+
- 增加类提交热力日历图,统计的是每天开发的项目数
75+
- 增加wakatime的ts定义,方便后续扩展能力
76+
- 增加IDE使用图表

README_en.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,10 @@ Add two parameters in the Settings of your project: ACCESS_TOKEN and BASE_DOMAIN
6767
![](https://diy-assets.msstatic.com/mrfangge/sc2.jpg)
6868

6969
- **ACCESS_TOKEN**: Create a new token in [Personal access tokens](https://github.com/settings/tokens).
70-
- **BASE_DOMAIN**`BASE_DOMAIN is` optional. If you have customized the domain of your GitHub Pages, you need to add it. If not, you can delete the --base parameter in the YML file yourself.
70+
- **BASE_DOMAIN**`BASE_DOMAIN is` optional. If you have customized the domain of your GitHub Pages, you need to add it. If not, you can delete the --base parameter in the YML file yourself.
71+
72+
## ChangeLog
73+
- 2025-04-08
74+
- Add a heat map calendar for submissions, which counts the number of projects developed each day.
75+
- Add Wakatime's TypeScript definitions to facilitate future expansion capabilities.
76+
- Add IDE chat

0 commit comments

Comments
 (0)