File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88# For security, this token is managed via GitHub Actions secret (MAPBOX_TOKEN)
99# Users should replace with their own token in GitHub Actions secrets
1010# See https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions
11- mapbox_token : ' '
11+ mapbox_token : ' pk.eyJ1IjoidGlueTY1NiIsImEiOiJjbWYyaTJkcDcwNmZ0MnFzNW5naHZsc25oIn0.DKnvTe_n7w_jGVyAP_riNA '
1212
1313# ── 外观 ─────────────────────────────────────────────────────────────────────
1414
1515# 头像 URL(支持本地路径或远程图片链接)
16- avatar : ' https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQTtc69JxHNcmN1ETpMUX4dozAgAN6iPjWalQ&usqp=CAU '
16+ avatar : ' https://ooo.0x0.ooo/2025/04/26/Ocv1SC.jpg '
1717
1818# 默认语言:zh(中文)| en(英文)
1919locale : zh
@@ -24,20 +24,20 @@ theme: dark
2424# ── 主题预设 ──────────────────────────────────────────────────────────────────
2525# 可选值:dashboard(3.0 Dashboard 风格)| classic(旧版多页面风格)| 自定义主题名
2626# 自定义主题:在 src/themes/<name>/ 下创建主题,并在 src/App.tsx 注册后填写对应名称
27- theme_preset : classic
27+ theme_preset : dashboard
2828
2929# ── 运动目标 ──────────────────────────────────────────────────────────────────
3030# unit: distance → 单位 km
3131
3232goals :
3333 all :
34- yearly : 2000
35- monthly : 150
36- weekly : 35
34+ yearly : 3000
35+ monthly : 200
36+ weekly : 45
3737 unit : distance
3838
3939 Run :
40- yearly : 2000
41- monthly : 150
42- weekly : 35
40+ yearly : 2400
41+ monthly : 200
42+ weekly : 45
4343 unit : distance
You can’t perform that action at this time.
0 commit comments