@@ -212,8 +212,8 @@ message ScriptRun {
// ScriptCreate 创建脚本
message ScriptCreate {
string lua_name = 2; // 要上传的脚本名称
string lua_script = 1; // 要调试的lua脚本
string lua_name = 1; // 要上传的脚本名称
string lua_script = 2; // 要调试的lua脚本
}
// ScriptList 列出脚本
The note is not visible to the blocked user.