Toggle navigation
Toggle navigation
This project
Loading...
Sign in
web
/
yoho-live
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xiaofeng.yao@yoho.cn
2016-09-08 14:32:59 +0800
Commit
ca687aad8f380e33bfa461b9ae7cf587a8d7295d
1 parent
2d603d57
添加马甲菜单
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
backend/config/params.php
backend/views/system/vest.php
backend/config/params.php
View file @
ca687aa
...
...
@@ -14,6 +14,7 @@ return [
'系统管理'
,
array
(
'servers'
=>
array
(
'服务器列表'
,
'system/servers'
),
'serv-addr'
=>
array
(
'弹幕服务地址'
,
'system/serv-addr'
),
'vest'
=>
array
(
'马甲管理'
,
'system/vest'
),
)
),
/*'demo'=>array(
...
...
backend/views/system/vest.php
View file @
ca687aa
...
...
@@ -31,7 +31,12 @@ $this->title = '管理后台首页';
</div>
</div>
</div>
<div
class=
"col-md-6"
>
马甲库里总共可用马甲为4902条,如果要全部导入,须分5批导入,每批1000条
offset:导入马甲的起始序号,第一次填0,后面会自动根据导入的批量累加
<br>
limit:每批次导入马甲的数量
<br>
(ps:不会的不要乱添加,复杂后果自负!!!)
<br>
</div>
<script>
$
(
function
(){
$
(
'#import'
).
live
(
"click"
,
function
(){
...
...
Please
register
or
login
to post a comment