1
0
forked from x/volcanos
This commit is contained in:
shaoying 2021-10-19 00:16:22 +08:00
parent 72cca07ac7
commit 573979872f

View File

@ -77,7 +77,7 @@ Volcanos("onaction", {help: "控件交互", list: [], _init: function(can, msg,
if (word[0] == "*" || word[0] == chat.STORM) { can.onexport.storm(can, msg, word) }
},
onstorm_select: function(can, msg, river, storm) {
var args = {river: river, storm: river}
var args = {river: river, storm: storm}
if (can.user.isExtension) { localStorage.setItem("args", JSON.stringify(args)) }
},
onaction_touch: function(can, msg) {