From 072996863da332a4f1d009b06b54201e9a7f743a Mon Sep 17 00:00:00 2001 From: shy Date: Sat, 9 Dec 2023 18:03:57 +0800 Subject: [PATCH] add wx.ide autogen --- core/chat/favor.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 core/chat/favor.js diff --git a/core/chat/favor.js b/core/chat/favor.js new file mode 100644 index 00000000..75ed6ce4 --- /dev/null +++ b/core/chat/favor.js @@ -0,0 +1,5 @@ +Volcanos(chat.ONIMPORT, { + _init: function(can, msg) { + msg.Echo("hello world") + }, +})