Commit 5e26ffd 1 parent 2d96185 commit 5e26ffd Copy full SHA for 5e26ffd
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
.vim /
2
2
* .nsp
3
+ * .apk
Original file line number Diff line number Diff line change 21
21
local dst=${1:- ${default[dst]} }
22
22
save " $@ "
23
23
curl http://$dst :9090/script/export? name=test > arknights.nsp
24
- xdg-open http://card.nspirit.cn/admin/apply/list/5858 /edit
24
+ xdg-open http://card.nspirit.cn/admin/apply/list/5963 /edit
25
25
}
26
26
stop () {
27
27
local dst=${1:- ${default[dst]} }
Original file line number Diff line number Diff line change 1
- # 明日方舟全日常辅助
1
+ # 明日方舟速通
2
2
3
3
节点精灵实现的明日方舟全日常辅助,适配多种分辨率,等待耗时极低。[ 视频演示] ( https://www.bilibili.com/video/BV1DL411t7n2 ) 。有问题请提issue或加群反馈。
4
4
![ ] ( ./flameshot.jpg )
18
18
19
19
## 安装
20
20
21
- 1 . 安装 [ 节点精灵] ( http://card.nspirit.cn/getApk ) ,搜索5858,运行即可 。
21
+ 下载 [ 明日方舟速通 ] ( https://github.com/tkkcc/arknights/releases/latest/download/明日方舟速通.apk ) ,或在 [ 节点精灵] ( http://card.nspirit.cn/getApk ) ,搜索5963。均为自动更新 。
22
22
23
23
## 开发
24
24
25
- 1 . 参考[ 节点精灵开发文档] ( http://www.nspirit.cn/api ) 。
26
- 2 . 命令行用户可以使用仓库中的` ./0.sh ` 开发:例如通过` ./0.sh saverun ` 上传代码并运行。
25
+ 参考[ 节点精灵开发文档] ( http://www.nspirit.cn/api ) 。命令行用户可以使用仓库中的` ./0.sh ` 开发:例如通过` ./0.sh saverun ` 上传代码并运行。
27
26
28
27
## 其他辅助(awesome-arknights-auto-helper)
29
28
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ local ui = {
145
145
click = {thread = outside , name = " goto_qq" },
146
146
}, {
147
147
type = " button" ,
148
- value = " 项目地址(明日方舟辅助汇总) " ,
148
+ value = " 项目地址" ,
149
149
title = ' ' ,
150
150
click = {thread = outside , name = " goto_github" },
151
151
},
You can’t perform that action at this time.
0 commit comments