/* *场景逻辑扩展 *代码输入提示 */ 'use strict'; var path = require('path'); var fs = require('fs'); var md5 = require('md5'); const tools = Editor.require('packages://simple-code/tools/tools.js'); module.exports = { /************* 事件 *************/ messages: { 'get-active-uuid'(event,args,parent){ // Editor.log("scene test") } } };