1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-05-20 07:27:26 +08:00
parent 769f1293ba
commit 7510c10f2f
2 changed files with 2 additions and 0 deletions

View File

@ -271,6 +271,7 @@ var chat = {
MESSAGE: "message",
MATRIX: "matrix",
TUTOR: "tutor",
FLOWS: "flows",
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 }),

View File

@ -10,6 +10,7 @@ Volcanos(chat.ONIMPORT, {_init: function(can, msg, target) { can._wss = can.onda
can.onimport._storm(can, msg, target)
can.core.List([
{index: chat.TUTOR},
{index: chat.FLOWS, value: "流程"},
{index: chat.MESSAGE},
{index: cli.RUNTIME},
{index: code.XTERM, args: [cli.SH]},