mirror of
https://shylinux.com/x/volcanos
synced 2025-04-26 17:24:06 +08:00
10 lines
399 B
JavaScript
10 lines
399 B
JavaScript
const {kit, ice, ctx, mdb, web, nfs, code, chat, http, html} = require("../../utils/const.js")
|
|
const {shy, Volcanos} = require("../../utils/proto-wx.js")
|
|
Volcanos._page = {}
|
|
Volcanos(chat.ONACTION, {
|
|
onSelect: function(event, can, button, data) {
|
|
can.user.jumps(can.base.MergeURL("action", ctx.INDEX, data.item.index, web.SPACE, data.item.space, web.SERVE, can.db.serve))
|
|
},
|
|
})
|
|
Volcanos._init()
|