添加小胡版插件提示

Signed-off-by: 小胡 <3203164629@qq.com>
This commit is contained in:
小胡
2024-06-03 11:34:35 +00:00
committed by Gitee
Unverified
parent 8b7626a1df
commit 9fd28b8332
3 changed files with 15 additions and 5 deletions

View File

@@ -82,6 +82,9 @@ $lang = array (
'buy' => 'buy', 'buy' => 'buy',
'view_detail'=>' View detail', 'view_detail'=>' View detail',
'buy_contract'=>' contact to buy ', 'buy_contract'=>' contact to buy ',
'manual_install_tip'=>'Note: if you cannot install online, please click <a class="num" href="http://www.dzzoffice.com/index.php?mod=dzzmarket" target="_ Blank "> official app market </a> download the app installation package manually' 'manual_install_tip'=>'<li> Hu version of the plug-in does not provide online installation, please manually download the offline installation package for installation. Small version of the plug-in download address: <a href="https://gitee.com/xiaohu2024" target="_blank">https://gitee.com/xiaohu2024</a> </li>
<li> This application market provides the official version of the plug-in, when the official and Xiaohu version have a common plug-in, please preferentially use the Xiaohu version of the plug-in to ensure the best compatibility and stability. </li>
Of course, if some functions cannot be found in the Hu version for the time being, you can also choose to use the official plug-in, but please note that there may be some incompatibility problems. </li>
<li> If the official plug-in cannot be installed online, Please download <a href="http://www.dzzoffice.com/index.php?mod=dzzmarket" target="_blank">official application market</a> application installation package offline </li>'
); );
?> ?>

View File

@@ -81,6 +81,9 @@ $lang = array (
'buy'=>'购买', 'buy'=>'购买',
'view_detail'=>'查看详细', 'view_detail'=>'查看详细',
'buy_contract'=>'联系购买', 'buy_contract'=>'联系购买',
'manual_install_tip'=>'注:如不能在线安装,请通过 <a class="num" href="http://www.dzzoffice.com/index.php?mod=dzzmarket" target="_blank">官方应用市场</a> 下载应用安装包手动下载' 'manual_install_tip'=>'<li>小胡版的插件并不提供在线安装,请手动下载离线安装包进行安装。小胡版的插件下载地址:<a href="https://gitee.com/xiaohu2024" target="_blank">https://gitee.com/xiaohu2024</a></li>
<li>本应用市场提供的是官方版本的插件,当官方与小胡版都有共同的插件时,请优先使用小胡版的插件以确保最佳的兼容性和稳定性。</li>
<li>当然,如果某些功能在小胡版中暂时无法找到,您也可以选择使用官方的插件,但请注意可能会出现一些不适配的问题。</li>
<li>如不能在线安装官方版的插件,请通过 <a href="http://www.dzzoffice.com/index.php?mod=dzzmarket" target="_blank">官方应用市场</a> 下载应用安装包进行离线安装</li>'
); );
?> ?>

View File

@@ -68,10 +68,13 @@
<div class="bs-main-container"> <div class="bs-main-container">
<div class="all-center-top clearfix"> <div class="all-center-top clearfix">
<div class="app-info pull-left"> <a href="{MOD_URL}">{lang total}<span class="num">$total</span>{lang ge}{lang app}</a> <div class="app-info pull-left"> <a href="{MOD_URL}">{lang total}<span class="num">$total</span>{lang ge}{lang app}</a>
</div> </div>
<div class="pull-right">{lang manual_install_tip}</div>
</div> </div>
<div class="alert alert-warning alert-dismissible fade show" role="alert">
<strong>{lang board_message}</strong>
{lang manual_install_tip}
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
<div class="main-content clearfix" > <div class="main-content clearfix" >
<div class="market-container" id="loopcontent"> <div class="market-container" id="loopcontent">
<!--{loop $list $value}--> <!--{loop $list $value}-->
@@ -124,8 +127,9 @@
</div> </div>
<!-- /.modal-dialog --> <!-- /.modal-dialog -->
</div> </div>
<!-- /.modal --> <!-- /.modal -->
<script type="text/javascript"> <script type="text/javascript">
jQuery('.view-detail').on('click',function(){ jQuery('.view-detail').on('click',function(){
showBuyInfo(this,'modal-lg'); showBuyInfo(this,'modal-lg');
return false; return false;