Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
voidbytes committed May 7, 2022
2 parents a7de177 + 805a0d9 commit 99283a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
env:
LNG: ${{ secrets.LNG }}
LAT: ${{ secrets.LAT }}
BARK_ID_1: ${{ secrets.LAT }}
BARK_ID_2: ${{ secrets.LAT }}
URL: ${{ secrets.URL }}
BARK_ID_1: ${{ secrets.BARK_ID_1 }}
BARK_ID_2: ${{ secrets. BARK_ID_2 }}
URL: ${{ secrets.URL }} #可以使用远程配置文件 如https://xxx.com/config.yaml
run: ./app -p=$URL -lng=$LNG -lat=$LAT -m=1 -i -b=$BARK_ID_1 -b=$BARK_ID_2


2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
叮咚运力监控,监控叮咚首页公告信息获取当前运力情况与货品有货情况,通过bark app通知到手机。本工具不需要抓包,只需要获取经纬度坐标即可
经纬度获取: https://lbs.amap.com/tools/picker

# 更新
### 2022-5-7 405问题修复
# 运行效果

<img width="361" alt="image" src="https://user-images.githubusercontent.com/13680422/167243237-59933c2d-867b-48a5-8fc8-5cb76a65732d.png">
Expand Down

0 comments on commit 99283a4

Please sign in to comment.