Skip to content

Commit

Permalink
feat: 更新了README中的发行版链接及使用说明
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Jun 17, 2024
1 parent 9aa8210 commit 3f5a0e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
**Computer Room Control Software Nemesis: 轻松破解机房控制.**\
©️ 2024 MaxLHy0424, All Rights Reserved.

[下载最新发行版 (v4.10.4).](https://github.com/MaxLHy0424/CRCSN/releases/download/v4.10.4/CRCSN_v4-10-4_x64.7z)
[下载最新发行版 (v4.10.5).](https://github.com/MaxLHy0424/CRCSN/releases/download/v4.10.5/CRCSN_v4-10-5_x64.7z)

# 使用方法

Expand All @@ -20,7 +20,7 @@

找到:
```Batch
: MsHta VbScript:CreateObject("Shell.Application").ShellExecute("%~S0","GoTo:RunAs","","RunAs",1)(Window.Close) & GoTo:EOF
: MsHta VBScript:CreateObject("Shell.Application").ShellExecute("%~S0","GoTo:RunAs","","RunAs",1)(Window.Close) && GoTo:EOF
```

将开头的`: `去掉即可. 再运行启动脚本, 将会启用该项.
Expand All @@ -31,7 +31,7 @@

找到:
```Batch
TimeOut /NoBreak /T 3
TimeOut /NoBreak /T 2
```
修改最后的数字 (单位: 秒), 禁用可改为`0`.

Expand All @@ -48,12 +48,12 @@ TimeOut /NoBreak /T 3

> 此项参数区分大小写.
找到倒数第二行. 如需启用, 请在末尾加上`-fs`, 见下:
找到倒数第二行. 如需启用, 请在末尾加上`-Wp`, 见下:
```Batch
.\bin\main.exe -fs
.\bin\main.exe -Wp
```

如需禁用, 将`-fs`删去即可.
如需禁用, 将`-Wp`删去即可.

## 1 破解

Expand Down

0 comments on commit 3f5a0e2

Please sign in to comment.