Skip to content

Commit 5e26ffd

Browse files
committed
release apk
1 parent 2d96185 commit 5e26ffd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.vim/
22
*.nsp
3+
*.apk

0.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
local dst=${1:-${default[dst]}}
2222
save "$@"
2323
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
2525
}
2626
stop() {
2727
local dst=${1:-${default[dst]}}

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 明日方舟全日常辅助
1+
# 明日方舟速通
22

33
节点精灵实现的明日方舟全日常辅助,适配多种分辨率,等待耗时极低。[视频演示](https://www.bilibili.com/video/BV1DL411t7n2)。有问题请提issue或加群反馈。
44
![](./flameshot.jpg)
@@ -18,12 +18,11 @@
1818

1919
## 安装
2020

21-
1. 安装[节点精灵](http://card.nspirit.cn/getApk)搜索5858,运行即可
21+
下载[明日方舟速通](https://github.com/tkkcc/arknights/releases/latest/download/明日方舟速通.apk),或在[节点精灵](http://card.nspirit.cn/getApk)搜索5963。均为自动更新
2222

2323
## 开发
2424

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`上传代码并运行。
2726

2827
## 其他辅助(awesome-arknights-auto-helper)
2928

main.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ local ui = {
145145
click = {thread = outside, name = "goto_qq"},
146146
}, {
147147
type = "button",
148-
value = "项目地址(明日方舟辅助汇总)",
148+
value = "项目地址",
149149
title = '',
150150
click = {thread = outside, name = "goto_github"},
151151
},

0 commit comments

Comments
 (0)