From 7510c10f2f4ddafdfdc0c5f6bdd21c67fc9365a7 Mon Sep 17 00:00:00 2001 From: shy Date: Mon, 20 May 2024 07:27:26 +0800 Subject: [PATCH] add some --- const.js | 1 + panel/footer.js | 1 + 2 files changed, 2 insertions(+) diff --git a/const.js b/const.js index 4c42805b..f5b45b93 100644 --- a/const.js +++ b/const.js @@ -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 }), diff --git a/panel/footer.js b/panel/footer.js index 5f6d59ee..0ef79f39 100644 --- a/panel/footer.js +++ b/panel/footer.js @@ -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]},