diff --git a/module/common/lang/en.php b/module/common/lang/en.php
index af27e8020a..e673332ce2 100644
--- a/module/common/lang/en.php
+++ b/module/common/lang/en.php
@@ -30,6 +30,7 @@ $lang->profile = 'Profile';
$lang->changePassword = 'Password';
$lang->runInfo = "
Time %s MS, Memory %s KB, Query %s.
";
$lang->agreement = "I have read and agreed to the terms and conditions of Z PUBLIC LICENSE 1.2 . Without authorization, I should not remove, hide or cover any logos/links of ZenTao.";
+$lang->designedByAIUX = "Designed by AIUX";
$lang->reset = 'Reset';
$lang->cancel = 'Cancel';
diff --git a/module/common/lang/zh-cn.php b/module/common/lang/zh-cn.php
index 850e9858e8..4b368e38d3 100644
--- a/module/common/lang/zh-cn.php
+++ b/module/common/lang/zh-cn.php
@@ -30,6 +30,7 @@ $lang->profile = '个人档案';
$lang->changePassword = '更改密码';
$lang->runInfo = "时间: %s 毫秒, 内存: %s KB, 查询: %s.
";
$lang->agreement = "已阅读并同意《Z PUBLIC LICENSE授权协议1.2》。未经许可,不得去除、隐藏或遮掩禅道软件的任何标志及链接。";
+$lang->designedByAIUX = "Designed by 艾体验";
$lang->reset = '重填';
$lang->cancel = '取消';
diff --git a/module/common/view/footer.html.php b/module/common/view/footer.html.php
index 814beff05c..c47776420f 100755
--- a/module/common/view/footer.html.php
+++ b/module/common/view/footer.html.php
@@ -10,6 +10,7 @@
moduleName, isset($position) ? $position : ''); ?>
+
designedByAIUX;?>
zentaoPMS . $config->version;?>
proVersion;?>
diff --git a/module/misc/view/about.html.php b/module/misc/view/about.html.php
index 322caf8297..4af0a3369a 100644
--- a/module/misc/view/about.html.php
+++ b/module/misc/view/about.html.php
@@ -15,6 +15,7 @@
|
+ designedByAIUX;?>
misc->copyright;?>
|