信呼OA版本v2.3.8

This commit is contained in:
雨中磐石
2022-08-14 16:47:40 +08:00
parent 4640677d27
commit e3fcd913e3
1405 changed files with 133635 additions and 73 deletions

View File

@@ -0,0 +1,23 @@
<?php
/**
* 桌面首页项(关于官网)
*/
defined('HOST') or die ('not access');
?>
<div align="left" class="list-group">
<div class="list-group-item list-group-item-success">
<i class="icon-phone"></i> <?=$itemnowname?>
</div>
<div class="list-group-item">
<div style="line-height:25px">
软件:信呼<br>
官网:<a href="<?=URLY?>" target="_blank"><?=URLY?></a><br>
版本V<?=VERSION?><br>
下载服务端PC客户端APP<a href="<?=URLY?>view_down.html" target="_blank">[去下载]</a><br>
声明:我们是开源的,请遵守我们的<a href="<?=URLY?>view_version.html" target="_blank">开源协议</a>,谢谢!<br>
帮助:提供开发帮助使用文档<a href="<?=URLY?>help.html" target="_blank">[查看]<a href="<?=URLY?>view_bidu.html" target="_blank">[必读]</a>
</div>
</div>
</div>