mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
add some
This commit is contained in:
parent
769f1293ba
commit
7510c10f2f
1
const.js
1
const.js
@ -271,6 +271,7 @@ var chat = {
|
|||||||
MESSAGE: "message",
|
MESSAGE: "message",
|
||||||
MATRIX: "matrix",
|
MATRIX: "matrix",
|
||||||
TUTOR: "tutor",
|
TUTOR: "tutor",
|
||||||
|
FLOWS: "flows",
|
||||||
|
|
||||||
HEADER: "Header", ACTION: "Action", FOOTER: "Footer",
|
HEADER: "Header", ACTION: "Action", FOOTER: "Footer",
|
||||||
libs: ["base.js", "core.js", "date.js", "misc.js", "page.js", "user.js"].map(function(p) { return "/lib/"+p }),
|
libs: ["base.js", "core.js", "date.js", "misc.js", "page.js", "user.js"].map(function(p) { return "/lib/"+p }),
|
||||||
|
@ -10,6 +10,7 @@ Volcanos(chat.ONIMPORT, {_init: function(can, msg, target) { can._wss = can.onda
|
|||||||
can.onimport._storm(can, msg, target)
|
can.onimport._storm(can, msg, target)
|
||||||
can.core.List([
|
can.core.List([
|
||||||
{index: chat.TUTOR},
|
{index: chat.TUTOR},
|
||||||
|
{index: chat.FLOWS, value: "流程"},
|
||||||
{index: chat.MESSAGE},
|
{index: chat.MESSAGE},
|
||||||
{index: cli.RUNTIME},
|
{index: cli.RUNTIME},
|
||||||
{index: code.XTERM, args: [cli.SH]},
|
{index: code.XTERM, args: [cli.SH]},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user