Skip to content

Commit 0bbc20c

Browse files
committed
update: modify Mapbox token, avatar URL, theme preset, and goals configuration
1 parent 5008502 commit 0bbc20c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
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(英文)
1919
locale: 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

3232
goals:
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

0 commit comments

Comments
 (0)