forked from yihong0618/running_page
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
43 lines (33 loc) · 2.13 KB
/
Copy pathconfig.yml
File metadata and controls
43 lines (33 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Running Page 3.0 配置文件
# 修改此文件即可完成个性化设置,无需改动源代码。
# ── 地图 ──────────────────────────────────────────────────────────────────────
# Mapbox public access token(https://account.mapbox.com)
# Migrated from src/themes/classic/utils/const.ts
# For security, this token is managed via GitHub Actions secret (MAPBOX_TOKEN)
# Users should replace with their own token in GitHub Actions secrets
# See https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions
mapbox_token: 'pk.eyJ1IjoidGlueTY1NiIsImEiOiJjbWYyaTJkcDcwNmZ0MnFzNW5naHZsc25oIn0.DKnvTe_n7w_jGVyAP_riNA'
# ── 外观 ─────────────────────────────────────────────────────────────────────
# 头像 URL(支持本地路径或远程图片链接)
avatar: 'https://ooo.0x0.ooo/2025/04/26/Ocv1SC.jpg'
# 默认语言:zh(中文)| en(英文)
locale: zh
# 默认主题:system(跟随系统)| light(浅色)| dark(深色)
theme: dark
# ── 主题预设 ──────────────────────────────────────────────────────────────────
# 可选值:dashboard(3.0 Dashboard 风格)| classic(旧版多页面风格)| 自定义主题名
# 自定义主题:在 src/themes/<name>/ 下创建主题,并在 src/App.tsx 注册后填写对应名称
theme_preset: dashboard
# ── 运动目标 ──────────────────────────────────────────────────────────────────
# unit: distance → 单位 km
goals:
all:
yearly: 2400
monthly: 200
weekly: 45
unit: distance
Run:
yearly: 2400
monthly: 200
weekly: 45
unit: distance