Skip to content

Commit e6bad2e

Browse files
committed
docs: readme
1 parent 0525d95 commit e6bad2e

File tree

1 file changed

+9
-21
lines changed

1 file changed

+9
-21
lines changed

README.md

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,24 @@ ArkLights is the <b> lightning fast</b> and <b> fully managed</b> Arknights game
1111

1212
## 使用指南
1313

14-
[【必读】快速开始使用ArkLights](https://arkdoc.enlysure.com/guide.html)
14+
[【必读】快速开始使用ArkLights](https://arklights.enlysure.com/guide.html)
15+
16+
17+
## 脚本更新
18+
19+
启动脚本后默认会执行更新,脚本最上面标题栏会显示当前版本发布日期。如果脚本出现bug,不能运行等,可以清空数据,会自动重新更新(所有配置项会保留)。
1520

1621
## 参与开发
1722

1823
1. 内置函数参考[懒人精灵无障碍模式IDE](http://bbs.lrappsoft.com/forum.php?mod=forumdisplay&fid=2)内文档
1924

2025
1. 调试
2126

22-
懒人精灵中新建项目main,利用saverun转码为项目文件后调试
23-
```sh
24-
# in linux
25-
./0.sh saverun
26-
# in windows
27-
python3 ./0.py saverun
28-
```
29-
调试时在main.lua中启用日志
30-
```txt
31-
always_enable_log
32-
```
33-
34-
1. 发布
27+
懒人精灵中新建项目main,利用save转码为项目文件后调试
3528
```sh
36-
# in linux
37-
./0.sh release
38-
# in windows
39-
python3 ./0.py release
29+
python3 ./0.py save
4030
```
31+
在懒人精灵中依次添加所有的lua文件
4132

4233
1. 数据提取
4334
```sh
@@ -70,6 +61,3 @@ ArkLights is the <b> lightning fast</b> and <b> fully managed</b> Arknights game
7061
## 其他相关项目
7162

7263
- [伊比利亚审判庭](https://ark.aegirtech.com/) 在线全日制云端托管,解放你的双手,使用本服务亦是对开发的支持
73-
74-
75-

0 commit comments

Comments
 (0)