Skip to content

Commit

Permalink
* Fix AIUX url.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjianhua committed Oct 21, 2022
1 parent 45c8d2d commit bb8bc5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/module/common/lang/zh-cn.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
$lang->tutorialAB = '新手引导';
$lang->runInfo = "<div class='row'><div class='u-1 a-center' id='debugbar'>时间: %s 毫秒, 内存: %s KB, 查询: %s. </div></div>";
$lang->agreement = "已阅读并同意<a href='http://zpl.pub/page/zplv12.html' target='_blank'>《Z PUBLIC LICENSE授权协议1.2》</a>。<span class='text-danger'>未经许可,不得去除、隐藏或遮掩软件的任何标志及链接。</span>";
$lang->designedByAIUX = "<a href='https://api.qucheng.com/goto.php?item=aiux' class='link-aiux' target='_blank'><i class='icon icon-aiux'></i> 艾体验设计</a>";
$lang->designedByAIUX = "<a href='https://aiuxdesign.com' class='link-aiux' target='_blank'><i class='icon icon-aiux'></i> 艾体验设计</a>";
$lang->hello = '您好!';

$lang->version = '版本';
Expand Down
2 changes: 1 addition & 1 deletion frontend/module/system/lang/zh-cn.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
$lang->system->errors->dbNameIsEmpty = '数据库名为空';
$lang->system->errors->notSupportedLDAP = '暂不支持该类型的LDAP';
$lang->system->errors->failToInstallLDAP = '安装内置LDAP失败';
$lang->system->errors->failToInstallExtraLDAP = '安装外部LDAP失败';
$lang->system->errors->failToInstallExtraLDAP = '对接外部LDAP失败';
$lang->system->errors->failToUpdateExtraLDAP = '更新外部LDAP失败';
$lang->system->errors->failToUninstallQuChengLDAP = '卸载渠成内部LDAP失败';
$lang->system->errors->failToUninstallExtraLDAP = '卸载外部LDAP失败';
Expand Down

0 comments on commit bb8bc5c

Please sign in to comment.