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

Commit 99283a4

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents a7de177 + 805a0d9 commit 99283a4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/monitor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
env:
3232
LNG: ${{ secrets.LNG }}
3333
LAT: ${{ secrets.LAT }}
34-
BARK_ID_1: ${{ secrets.LAT }}
35-
BARK_ID_2: ${{ secrets.LAT }}
36-
URL: ${{ secrets.URL }}
34+
BARK_ID_1: ${{ secrets.BARK_ID_1 }}
35+
BARK_ID_2: ${{ secrets. BARK_ID_2 }}
36+
URL: ${{ secrets.URL }} #可以使用远程配置文件 如https://xxx.com/config.yaml
3737
run: ./app -p=$URL -lng=$LNG -lat=$LAT -m=1 -i -b=$BARK_ID_1 -b=$BARK_ID_2
3838

3939

README.md

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

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

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

0 commit comments

Comments
 (0)