-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated v3.0.3 Pre-Release Build 00022
- Loading branch information
1 parent
55f002c
commit da3c3bf
Showing
4 changed files
with
14 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ public static void Run() throws IOException { | |
} | ||
} | ||
case "/support","98" -> { | ||
ThreadLogger.INFO.Output("\n 反馈请前往Issue(反馈任何问题,也许最快):https://github.com/CarlSkyCoding/ArkPowered\n 或方块盒子反馈工具:https://id.arkpowered.cn/panel/support\n 或发送邮箱到:[email protected]\n 或加群:705439821\n"); | ||
ThreadLogger.INFO.Output("\n\n 反馈请前往Issue(反馈任何问题,也许最快):https://github.com/CarlSkyCoding/ArkPowered\n 或方块盒子反馈工具:https://id.arkpowered.cn/panel/support\n 或发送邮箱到:[email protected]\n 或加群:705439821\n"); | ||
Ask.Continue(); | ||
MainThread.Run(); | ||
} | ||
|
@@ -124,16 +124,9 @@ public static void DeveloperPart() throws IOException { | |
String CODE = data.Scan(); | ||
|
||
switch (CODE) { | ||
case "1": | ||
ProcessControl.ListAllProcess(); | ||
Ask.Continue(); | ||
break; | ||
case "99": | ||
MainThread.Run(); | ||
break; | ||
default: | ||
MainThread.DeveloperPart(); | ||
break; | ||
case "1" -> ProcessControl.ListAllProcess(); | ||
case "99" -> MainThread.Run(); | ||
default -> MainThread.DeveloperPart(); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters