Skip to content

Commit

Permalink
feat(README.md): 更新发行版链接, 对应当前发行版
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Jun 19, 2024
1 parent 8b40488 commit cd81ed1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.6).](https://github.com/MaxLHy0424/CRCSN/releases/download/v4.10.6/CRCSN_v4-10-6_x64.7z)
[下载最新发行版 (v4.10.7).](https://github.com/MaxLHy0424/CRCSN/releases/download/v4.10.7/CRCSN_v4-10-7_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 @@ -39,9 +39,9 @@ TimeOut /NoBreak /T 2

> 此项参数区分大小写.
找到倒数第二行, 在末尾加上`-clr=`, 并在后面添加参数 (详见`Color`命令帮助), 例如:
找到倒数第二行, 在末尾加上`-color=`, 并在后面添加参数 (详见`Color`命令帮助), 例如:
```Batch
.\bin\main.exe -clr=3
.\bin\main.exe -color=3
```

### 0.4 窗口置顶
Expand Down

0 comments on commit cd81ed1

Please sign in to comment.