File tree Expand file tree Collapse file tree 1 file changed +9
-21
lines changed
Expand file tree Collapse file tree 1 file changed +9
-21
lines changed Original file line number Diff line number Diff 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
18231 . 内置函数参考[ 懒人精灵无障碍模式IDE] ( http://bbs.lrappsoft.com/forum.php?mod=forumdisplay&fid=2 ) 内文档
1924
20251 . 调试
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
42331. 数据提取
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-
You can’t perform that action at this time.
0 commit comments