friendsa
friendsa
初稿:https://www.figma.com/file/9tbLzKBhkwp5ibNw2eQs6H/QQFlacMusicDownloader?type=design&node-id=0%3A1&mode=design&t=swbFzPN1pnZ0TDwT-1
> > @marxhehe 证书签发错误的原因是签发服务器已经不认默认的邮箱名:@example.com, 请修改脚本第430 行 curl [get.acme.sh](https://get.acme.sh) | sh -s email=[[email protected]](mailto:[email protected]) 添加-s 参数, 把你的邮箱放进去. 很有效! > > 邮箱有要求吗?加了还是报错 加引号试试呢?我的可以了 ```bash curl get.acme.sh | sh -s email="[email protected]"
> ### 1. Is this request related to a challenge you're experiencing? Tell me about your story. > I am using Dify to create a workflow, invoking some time-consuming APIs...
I think we need to start by assembling the current styles into themes.
https://github.com/yihong0618/running_page/issues/555
> style: > horizontal: true > switches: > - name: ascii_mode > reset: 0 > states: ["中文", "西文"] 调整一下:reset: 1
https://github.com/yihong0618/running_page/issues/531
该提交尝试修复 strava `location_country` 的问题,请使用 Strava 的朋友帮忙测试。 - 在 `generator/__init__.py` 文件中将 `activity location_country ` 强制替换为经纬度查询后的数据。 - https://github.com/shaonianche/running-data-sync/commit/d7db2ec0260dbd054e17c486e201b14e70c876a0#diff-02a17b4a00f43e7e49df26b84d2ae78a033766bbeb7a3a91e06c7ea0b10176bd 没问题的话来个 PR 呀