nyx_server
Version:
Node内容发布
16 lines (14 loc) • 457 B
JavaScript
module.exports = {
TEMPLATE_PREVIEW : "template preview" ,
TEMPLATE_UI : "template ui",
TEMPLATE_API : "template api invoke",
TEMPLATE_PUBLISH : "template publish",
TEMPLATE_OFFLINE : "template off line",
TEMPLATE_EDIT : "template edit",
PROJECT_API : "project api",
CHIP_UI : "chip ui",
CHIP_API : "chip api invoke",
CHIP_PUBLISH : "chip publish",
CHIP_OFFLINE : "chip off line",
CHIP_EDIT : "chip edit"
};