aJIEw / running_page

我的跑步记录

Home Page:https://running.ajiew.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aJIEw's Running Page

手动生成数据

年度数据:

python3 scripts/gen_svg.py --from-db --title "aJIEw's Running by Year" --type github --athlete "aJIEw" --min-distance 0.5 --special-distance 7 --special-distance2 10 --special-color deepskyblue --special-color2 mediumblue --output assets/github.svg --use-localtime

轨迹数据:

python3 scripts/gen_svg.py --from-db --title "aJIEw's Running Routes" --type grid --athlete "aJIEw" --min-distance 5.0 --special-distance 7 --special-distance2 10 --special-color deepskyblue --special-color2 mediumblue --output assets/grid.svg --use-localtime

年度环形数据:

python3 scripts/gen_svg.py --from-db --type circular --use-localtime

About

我的跑步记录

https://running.ajiew.me

License:MIT License


Languages

Language:Python 51.1%Language:JavaScript 46.6%Language:SCSS 2.3%