Skip to content

Commit

Permalink
change: text
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Sep 15, 2024
1 parent 993242b commit 28eb44d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ set argv=--wide-view
### 2.3 破解 & 恢复
位于 "快捷操作" 区域下方. 如果 `[ 破 解 ]` 和 `[ 恢 复 ]` 下输出的文本为 `(i) 需要提权.`, 请以管理员权限重新启动软件.
位于 "快捷操作" 区域下方. 如果 `[破解]` 和 `[恢复]` 下输出的文本为 `(i) 需要提权.`, 请以管理员权限重新启动软件.
确认以管理员权限启动后, 使用鼠标在 `[ 破 解 ]` 下点击需要破解的控制软件, 以禁用破解. 如需恢复, 可以在 `[ 恢 复 ]` 下点击需要恢复的控制软件, 即可恢复控制.
确认以管理员权限启动后, 使用鼠标在 `[破解]` 下点击需要破解的控制软件, 以禁用破解. 如需恢复, 可以在 `[恢复]` 下点击需要恢复的控制软件, 即可恢复控制.
# 许可证
Expand Down
2 changes: 1 addition & 1 deletion launcher.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set runtime=msvcrt
set argv=
%1
if %AUTO_LAUNCH%==0 (
echo ^< CRCSN Launcher ^>
echo [ CRCSN Launcher ]
echo.
echo ^(C^) 2023 MaxLHy0424. All rights reserved.
echo.
Expand Down
6 changes: 3 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ auto main(i32 argc,i8 *argv[])->i32{
std::thread{Mod::frontShow}.detach();
}
CUI ui;
ui.push(" < Computer Room Control Software Nemesis >\n");
ui.push(" [ Computer Room Control Software Nemesis ]\n");
ui.push(" v5.5.0");
ui.push(" https://github.com/MaxLHy0424/CRCSN");
ui.push(" (C) 2023 MaxLHy0424. All rights reserved.\n");
Expand All @@ -54,7 +54,7 @@ auto main(i32 argc,i8 *argv[])->i32{
ui.push("\0");
}
ui.push(" > 命令提示符 ",Mod::cmd);
ui.push("\n[ 破 解 ]\n");
ui.push("\n[破解]\n");
if(IsUserAnAdmin()){
ui.push(
" > 极域电子教室 ",Mod::op,
Expand All @@ -70,7 +70,7 @@ auto main(i32 argc,i8 *argv[])->i32{
}else{
ui.push(" (i) 需要提权.");
}
ui.push("\n[ 恢 复 ]\n");
ui.push("\n[恢复]\n");
if(IsUserAnAdmin()){
ui.push(
" > 极域电子教室 ",Mod::op,
Expand Down

0 comments on commit 28eb44d

Please sign in to comment.