发布v2.6.9版本

This commit is contained in:
雨中磐石
2025-05-27 14:51:24 +08:00
parent 16829278ae
commit d0c604e040
31 changed files with 661 additions and 242 deletions

View File

@@ -368,7 +368,7 @@ return array(
if(getconfig('systype')=='demo')return '演示不要改';
$stype = (int)$this->post('stype','0');
$msg = 'ok';
if($stype==0)$msg = $this->saveconfig('title,imgcompress,watertype,video_bool,flowchehuitime,saasmode,hoemtimeout,usercache,xiangrecord,beianhao,locallang',',video_bool,');
if($stype==0)$msg = $this->saveconfig('title,imgcompress,watertype,video_bool,flowchehuitime,saasmode,hoemtimeout,usercache,xiangrecord,beianhao,locallang,savefiletype',',video_bool,');
return $msg;
}

View File

@@ -178,6 +178,10 @@ $(document).ready(function(){
</td></tr>
<tr><td height="10"></td></tr>
<tr><td align="right" style="color:gray">可直接上传保存类型:</td><td><input name="savefiletype" type="text" value="<?=getconfig('savefiletype')?>" style="width:200px" placeholder="多个,分开如exe,dll" class="form-control">
<span style="color:#aaaaaa;">因为一些特殊文件类型是可执行的如.php.exe.sh不直接保存</span></td></tr>
<tr><td height="10"></td></tr>
<tr><td align="right" style="color:gray">系统语言:</td><td><select style="width:200px" name="locallang" class="form-control">
<?php
$arrd = c('lang')->getLocal();

View File

@@ -258,7 +258,7 @@ $(document).ready(function(){
<td align="right">文档在线编辑:</td>
<td class="tdinput">
<select id="officebj_{rand}" class="form-control"><option value="">安装客户端在线编辑插件</option><option value="1">官网提供在线编辑服务(官网VIP专用)</option></select>
<div id="divofficebj_key" style="display:none">在线编辑agentkey看<a target="_blank" href="<?=URLY?>view_agentkey.html">[帮助]</a>获取<input class="form-control" id="officebj_key_{rand}"></div>
<div id="divofficebj_key" style="display:none"><input placeholder="在线编辑key可不用设置" class="form-control" id="officebj_key_{rand}"></div>
</td>
</tr>