Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
quxiu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
quxiu
Commits
d8d3907b
Commit
d8d3907b
authored
May 07, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
1857df67
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
admin/themes/simplebootx/Admin/Configprivate/index.html
+6
-0
api/Appapi/Api/Live.php
+1
-0
No files found.
admin/themes/simplebootx/Admin/Configprivate/index.html
View file @
d8d3907b
...
...
@@ -251,6 +251,12 @@ input{
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
私信等级限制
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[private_limit]"
value=
"{$config['barrage_limit']}"
>
0表示无限制
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
聊天服务器带端口
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[chatserver]"
value=
"{$config['chatserver']}"
>
格式:http://域名(:端口) 或者 http://IP(:端口)
...
...
api/Appapi/Api/Live.php
View file @
d8d3907b
...
...
@@ -1171,6 +1171,7 @@ class Api_Live extends PhalApi_Api {
'kick_time'
=>
$configpri
[
'kick_time'
]
.
'秒'
,
'speak_limit'
=>
$configpri
[
'speak_limit'
],
'barrage_limit'
=>
$configpri
[
'barrage_limit'
],
'private_limit'
=>
$configpri
[
'private_limit'
],
'coin'
=>
$userinfo
[
'coin'
],
'vip'
=>
$userinfo
[
'vip'
],
'liang'
=>
$userinfo
[
'liang'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment