diff --git a/Web/html/body/live.html b/Web/html/body/live.html index 73d809c..6b2bf69 100644 --- a/Web/html/body/live.html +++ b/Web/html/body/live.html @@ -43,6 +43,7 @@ layer.open({ type: 2, title: "添加新房间", + maxmin: true, area: ['600px', '500px'], content: '/html/ui/createConfig.html?roomId=' + roomId @@ -52,6 +53,7 @@ layer.open({ type: 2, title: "批量编辑", + maxmin: true, area: ['600px', '500px'], content: '/html/ui/createConfig.html?array=' + array @@ -88,7 +90,7 @@ { field: 'anchorName', title: '用户名', width: 100, fixed: 'left' }, { field: 'anchorFace', title: '头像', width: 80, templet: '
' }, { field: 'live_room_id', title: '房间号', width: 80, templet: '
{{= d.live_room_id}}' }, - { field: 'recordPath', title: '保存路径', width: 120 }, + { field: 'keyword', title: '监听关键词', width: 120 }, { field: 'recordDanmu', title: '录制弹幕', width: 120, sort: true }, { field: 'recordLive', title: '录制视频', width: 120, sort: true }, { field: 'syncDanmuForLive', title: '同步录制', width: 120, sort: true }, diff --git a/Web/html/ui/createConfig.html b/Web/html/ui/createConfig.html index 9cdfbd2..842e038 100644 --- a/Web/html/ui/createConfig.html +++ b/Web/html/ui/createConfig.html @@ -1,5 +1,10 @@ + + + + +