From d2ed8ea6b2315e21b8b67035b7189d51690b67d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=BB=E6=8B=96?= Date: Tue, 15 Jun 2021 10:28:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=98=BE=E7=A4=BA=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/x_component_Setting/Document.js | 3 +++ o2web/source/x_component_Setting/lp/en.js | 1 + o2web/source/x_component_Setting/lp/zh-cn.js | 1 + 3 files changed, 5 insertions(+) diff --git a/o2web/source/x_component_Setting/Document.js b/o2web/source/x_component_Setting/Document.js index 66ae045214..3919ca7eb5 100644 --- a/o2web/source/x_component_Setting/Document.js +++ b/o2web/source/x_component_Setting/Document.js @@ -26,6 +26,9 @@ MWF.xApplication.Setting.Document = new Class({ "data": {"key": "collectData", "valueKey": "footer", "notEmpty": false}, "value": this.explorer.collectData.footer }); + this.baseVersionNode = new Element("div",{"styles": this.css.explorerContentItemTitleNode, "text": this.lp.base_version}).inject(this.node); + new Element("div", {"styles": this.css.explorerContentInputInforNode, "text": "V" + layout.config.version}).inject(this.node); + }, "destroy": function(){ this.node.destroy(); diff --git a/o2web/source/x_component_Setting/lp/en.js b/o2web/source/x_component_Setting/lp/en.js index 975cb68351..d68d6e6c64 100644 --- a/o2web/source/x_component_Setting/lp/en.js +++ b/o2web/source/x_component_Setting/lp/en.js @@ -36,6 +36,7 @@ MWF.xApplication.Setting.LP = { "base_footer": "System Subtitle", "base_footer_infor": "Your system subtitle, it will be displayed at the bottom of your login page", "base_footer_action": "Edit System Subtitle", + "base_version": "Current System Version", "base_personSetting": "Configure the basic information of the personnel account of the system", diff --git a/o2web/source/x_component_Setting/lp/zh-cn.js b/o2web/source/x_component_Setting/lp/zh-cn.js index 1e42a8b59d..bc67fde6f3 100644 --- a/o2web/source/x_component_Setting/lp/zh-cn.js +++ b/o2web/source/x_component_Setting/lp/zh-cn.js @@ -36,6 +36,7 @@ MWF.xApplication.Setting.LP = { "base_footer": "系统副标题", "base_footer_infor": "您的系统副标题,它将会显示在您的登录页面下方", "base_footer_action": "编辑您的系统副标题", + "base_version": "系统当前版本", "base_personSetting": "配置系统的人员账户基本信息", -- GitLab