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

This commit is contained in:
小胡
2023-02-07 16:46:06 +08:00
Unverified
parent c02f6ce3b0
commit 1fd35d368d
122 changed files with 1529 additions and 11158 deletions

View File

@@ -381,6 +381,7 @@ 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
@@ -393,9 +394,11 @@ 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>