Commit 17c4ddec by 冷斌

fix bug

parent e5ef5bac
...@@ -249,6 +249,7 @@ input{ ...@@ -249,6 +249,7 @@ input{
<input type="text" name="post[chatserver]" value="{$config['chatserver']}"> 格式:http://域名(:端口) 或者 http://IP(:端口) <input type="text" name="post[chatserver]" value="{$config['chatserver']}"> 格式:http://域名(:端口) 或者 http://IP(:端口)
</div> </div>
</div> </div>
<!--
<div class="control-group"> <div class="control-group">
<label class="control-label">禁言时长</label> <label class="control-label">禁言时长</label>
<div class="controls"> <div class="controls">
...@@ -261,6 +262,7 @@ input{ ...@@ -261,6 +262,7 @@ input{
<input type="text" name="post[kick_time]" value="{$config['kick_time']}">秒 直播间踢出时长 <input type="text" name="post[kick_time]" value="{$config['kick_time']}">秒 直播间踢出时长
</div> </div>
</div> </div>
-->
<div class="control-group"> <div class="control-group">
<label class="control-label">模式选择</label> <label class="control-label">模式选择</label>
<div class="controls" id="sdk"> <div class="controls" id="sdk">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment