From 68f8c3b873f13d12ba29f00db965c06bd86c9dcb Mon Sep 17 00:00:00 2001 From: shy Date: Tue, 25 Feb 2025 12:14:46 +0800 Subject: [PATCH] add some --- panel/footer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panel/footer.js b/panel/footer.js index dc5a1a7b..4f453d6e 100644 --- a/panel/footer.js +++ b/panel/footer.js @@ -13,8 +13,8 @@ Volcanos(chat.ONIMPORT, { // {index: chat.TUTOR}, // {index: chat.FLOWS, value: "流程"}, // {index: chat.MESSAGE}, - {index: web.SPIDE, value: "服务"}, - {index: web.SPACE, value: "空间"}, + {index: web.SPIDE, value: can.user.trans(can, "spide", "服务")}, + {index: web.SPACE, value: can.user.trans(can, "space", "空间")}, {index: cli.RUNTIME}, {index: code.XTERM, args: [cli.SH]}, ], function(value) { value.type = html.BUTTON, value.name = value.index