1
0
mirror of https://shylinux.com/x/volcanos synced 2025-07-02 04:21:19 +08:00

opt share

This commit is contained in:
shaoying 2021-08-06 05:34:00 +08:00
parent 408257da43
commit e87f611cc8
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ Volcanos("onaction", {help: "控件交互", list: [], _init: function(can, msg,
})
},
})
Volcanos("ondetail", {help: "菜单交互", list: ["共享群组", "添加用户", "添加设备", "添加应用", "重命名群组", "删除群组"],
Volcanos("ondetail", {help: "菜单交互", list: ["共享群组", "添加用户", "添加应用", "添加设备", "重命名群组", "删除群组"],
"创建群组": function(event, can) { can.onaction.create(event, can) },
"共享群组": function(event, can, button, river) {

View File

@ -77,7 +77,7 @@ Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, conf,
},
})
Volcanos("onaction", {help: "交互操作", list: [
"保存参数", "清空参数", "共享工具", "生成链接", "刷新数据", ["其它 ->", "删除工具", "清空数据", "复制数据", "下载数据", "摄像头"],
"共享工具", "保存参数", "清空参数", "刷新数据", ["其它 ->", "生成链接", "复制数据", "下载数据", "清空数据", "删除工具", "摄像头"],
], _init: function(can, msg, list, cb, target) {
},
_engine: function(event, can, button) {