mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-24 00:36:41 +08:00
更改运行方式,添加两种模式Debug和Release模式对在界面点击运行和在工具中运行进行区分
This commit is contained in:
@@ -55,6 +55,12 @@ namespace CommonMethods
|
||||
Pose,
|
||||
}
|
||||
|
||||
public enum SoftwareRunState
|
||||
{
|
||||
Debug,
|
||||
Release
|
||||
}
|
||||
|
||||
public enum ToolRunStatu
|
||||
{
|
||||
Not_Run,
|
||||
|
||||
Reference in New Issue
Block a user