feat: 初版提交

This commit is contained in:
2024-03-04 20:28:38 +08:00
commit 488f4a240d
12 changed files with 669 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
function sayHi(param) {
param.sendMessage("Hi!");
}
// 执行命令的对象会自动设置为变量 sender
sayHi(sender);