yihong0618 / running_page

Make your own running home page
https://running-page.vercel.app
MIT License
3.56k stars 1.02k forks source link

Save synced filenams and skip sync next times #454

Closed agassiyzh closed 1 year ago

agassiyzh commented 1 year ago

GPX 文件解析很快。但是fit是二进制的,解析比较慢。

这个PR记录了同步过的数据文件,在后面的同步中跳过这个文件。

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
running-page ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 23, 2023 0:50am
yihong0618 commented 1 year ago

@ben-29 can you help to review this~ thanks

agassiyzh commented 1 year ago

生成svg的时候有问题。我再改改

yihong0618 commented 1 year ago

@agassiyzh 邀请你作为协作者了~

ben-29 commented 1 year ago

@ben-29 can you help to review this~ thanks

ok, will do it tomorrow~

yihong0618 commented 1 year ago

@agassiyzh nice work thanks

ben-29 commented 1 year ago

This pr causes one problem, there is no file_names when sync_from_app , fix in #463