Add code and execute page to tool management

This commit is contained in:
2024-02-02 17:42:40 +08:00
parent 06213d3414
commit 838c37595d
18 changed files with 770 additions and 30 deletions

View File

@@ -80,7 +80,8 @@ export const TOOL_ILLEGAL_VERSION = 40050
export const TOOL_UNDER_REVIEW = 40051
export const TOOL_NOT_UNDER_REVIEW = 40052
export const TOOL_HAS_UNPUBLISHED_VERSION = 40053
export const TOOL_HAS_BEEN_PUBLISHED = 40054
export const TOOL_HAS_NOT_BEEN_PUBLISHED = 40054
export const TOOL_HAS_BEEN_PUBLISHED = 40055
export const TOOL_SUBMIT_ERROR = 40060
export const TOOL_CANCEL_ERROR = 40061