更新至V1.76,更新内容在笔记中查看

This commit is contained in:
小胡
2023-02-06 20:10:06 +08:00
Unverified
parent f56b1a97ff
commit 5b1f4030ba
785 changed files with 27469 additions and 1362 deletions

View File

@@ -381,7 +381,6 @@ function show_license() {
show_header();
$title = lang('step_env_check_title');
$version='DzzOffice'.CORE_VERSION.'    '.INSTALL_LANG.' '.CORE_RELEASE;
$xhversion='小胡 版本'.CORE_XHVERSION.'    '.CORE_XHRELEASE;
$release = CORE_RELEASE;
$install_lang = lang(INSTALL_LANG);
echo <<<EOT
@@ -394,11 +393,9 @@ function show_license() {
<div class="spacer"></div>
<h4 style="font-size:20px;">$install_lang</h4>
<h4>$version</h4>
<h4>$xhversion</h4>
<div class="spacer"></div>
<div ><a href="?step=1" class="button_start"><span>$title</span></a></div>
<div class="spacer"></div>
<div style="font-size: large;line-height: 30px;">小胡二次开发 <a href="https://gitee.com/xh2002">https://gitee.com/xh2002</a><br>在使用过程中如有问题请及时反馈至dzzoffice官方或我的主页</div>
</td></tr>
</table>