running_page icon indicating copy to clipboard operation
running_page copied to clipboard

One thought, share your running page

Open yihong0618 opened this issue 3 years ago • 83 comments

One thought. If you want to share your own running homepage, you can generate it and write the URL in the readme, then submit pr and I'll merge it.

yihong0618 avatar Oct 13 '20 05:10 yihong0618

https://run.duangfei.org/

shaonianche avatar Oct 23 '20 08:10 shaonianche

@shaonianche cool should we add it in the top or in the bottom?

yihong0618 avatar Oct 23 '20 08:10 yihong0618

I will try to add it to the bottom later.

shaonianche avatar Oct 23 '20 08:10 shaonianche

https://running.leeyom.top

superleeyom avatar Oct 23 '20 08:10 superleeyom

https://activities.geekplux.com/

geekplux avatar Oct 25 '20 12:10 geekplux

https://run.tuzi.moe

usagiryu avatar Oct 28 '20 10:10 usagiryu

@tuzimoe 里面好像包含我的测试数据,好像得删掉 data.db 重新生成~。 我先写在 README 里了~

yihong0618 avatar Oct 28 '20 10:10 yihong0618

https://grun.vercel.app/

这个生成之后 total 界面太漂亮了

yihong0618 avatar Oct 28 '20 11:10 yihong0618

https://running.ben29.xyz/

ben-29 avatar Oct 29 '20 11:10 ben-29

@ben-29 好帅~ 我更新 readme 中,Thanks

yihong0618 avatar Oct 29 '20 11:10 yihong0618

@ben-29 btw 好像你的城市和省份正则 parse 有点问题, 有的没解析出来

yihong0618 avatar Oct 29 '20 11:10 yihong0618

#29 update regex for province in China

ben-29 avatar Nov 01 '20 03:11 ben-29

#29 update regex for province in China

cool

yihong0618 avatar Nov 01 '20 07:11 yihong0618

runner:mq page:running-iota.vercel.app app:keep

MQ-0707 avatar Nov 18 '20 07:11 MQ-0707

@MQ-0707 Done~

yihong0618 avatar Nov 18 '20 08:11 yihong0618

keep的轨迹数据有偏移 是坐标系问题嘛

OrdinarySK avatar Nov 27 '20 13:11 OrdinarySK

keep的轨迹数据有偏移 是坐标系问题嘛

挺多原因,最重要的原因是 keep 数据不全。

yihong0618 avatar Nov 27 '20 13:11 yihong0618

我的数据挺全的 就是 整体都会有个几百米的偏移 我感觉是坐标系的问题 你这个有没有涉及到坐标系的转换 比如 百度使用的火星坐标系就是为了国家安全 在原始的地理坐标系上进行认为加偏处理。 MapBox提供的坐标系应该是WGS_84。

OrdinarySK avatar Nov 27 '20 13:11 OrdinarySK

我的数据挺全的 就是 整体都会有个几百米的偏移 我感觉是坐标系的问题 你这个有没有涉及到坐标系的转换 比如 百度使用的火星坐标系就是为了国家安全 在原始的地理坐标系上进行认为加偏处理。 MapBox提供的坐标系应该是WGS_84。

可能不是 我的几个测试账号都没出现偏移,之前几个 keep 的 runner 也没出现,有兴趣你可以帮我研究下,感谢。

yihong0618 avatar Nov 27 '20 14:11 yihong0618

主要我现在 也不太清楚问题在哪里,我先琢磨琢磨你的代码 看看 能不能找到

OrdinarySK avatar Nov 29 '20 06:11 OrdinarySK

Runner: love-exercise page: https://run.kai666666.top App: Keep

KaiOrange avatar Dec 16 '20 06:12 KaiOrange

@KaiOrange Cool I will add it right noiw.

By the way, you forget to change svg in total page

image

image

yihong0618 avatar Dec 16 '20 06:12 yihong0618

image

looks like a bug.

geekplux avatar Dec 16 '20 08:12 geekplux

@geekplux seems from keep.

yihong0618 avatar Dec 16 '20 08:12 yihong0618

let's create another issue in the future to discuss if there are any bugs

geekplux avatar Dec 16 '20 08:12 geekplux

Runner: zstone12 page: https://running-page.zstone12.vercel.app/ App: Keep

zstone12 avatar Dec 23 '20 11:12 zstone12

Runner: zstone12 page: https://running-page.zstone12.vercel.app/ App: Keep

Thanks./

yihong0618 avatar Dec 23 '20 12:12 yihong0618

新部署的,最近开始要恢复运动 Runner: Lax Page: https://running-lax.vercel.app App: Keep


遇到个问题, GitHub action 执行过之后,vercel 部署会报错。看提示是activities.json 文件读取出错,我用电脑本地执行python3 scripts/gpx_sync.py 生成的就没问题。


回退到前一天的 commit a3a47cc 之后 github actions 执行之后再 vercel 部署正常了

Lax avatar Dec 26 '20 02:12 Lax

新部署的,最近开始要恢复运动 Runner: Lax Page: https://running-lax.vercel.app App: Keep

遇到个问题, GitHub action 执行过之后,vercel 部署会报错。看提示是activities.json 文件读取出错,我用电脑本地执行python3 scripts/gpx_sync.py 生成的就没问题。

回退到前一天的 commit a3a47cc 之后 github actions 执行之后再 vercel 部署正常了

我晚上看一下。 @geekplux

yihong0618 avatar Dec 26 '20 03:12 yihong0618

新部署的,最近开始要恢复运动 Runner: Lax Page: https://running-lax.vercel.app App: Keep 遇到个问题, GitHub action 执行过之后,vercel 部署会报错。看提示是activities.json 文件读取出错,我用电脑本地执行python3 scripts/gpx_sync.py 生成的就没问题。 回退到前一天的 commit a3a47cc 之后 github actions 执行之后再 vercel 部署正常了

能贴下报错信息么。

我晚上看一下。 @geekplux

yihong0618 avatar Dec 26 '20 03:12 yihong0618