feat: runtime 增加删除功能
This commit is contained in:

committed by
zhengkunwang223

parent
64a954df53
commit
22d9bdacf6
@@ -1,10 +1,10 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
ResourceLocal = "Local"
|
||||
ResourceAppstore = "Appstore"
|
||||
ResourceLocal = "local"
|
||||
ResourceAppstore = "appstore"
|
||||
|
||||
RuntimeNormal = "Normal"
|
||||
RuntimeBuildSuccess = "BuildSuccess"
|
||||
RuntimeBuildFailed = "BuildFailed"
|
||||
RuntimeNormal = "normal"
|
||||
RuntimeError = "error"
|
||||
RuntimeBuildIng = "building"
|
||||
)
|
||||
|
Reference in New Issue
Block a user