初始化项目:添加后端代码、ThinkPHP框架、前端资源
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Uniacid' => 'UNIACID',
|
||||
'Course_id' => '所属课程',
|
||||
'File_type' => '文件类型',
|
||||
'File_name' => '文件名称',
|
||||
'File_path' => '文件路径',
|
||||
'Createtime' => '创建时间',
|
||||
'Course.uniacid' => 'uniacid',
|
||||
'Course.name' => '名称',
|
||||
'Course.cover' => '封面',
|
||||
'Course.type' => '内容类型',
|
||||
'Course.detail' => '内容详情',
|
||||
'Course.briefing' => '简介',
|
||||
'Course.warm_up_cover' => '直播暖场图片',
|
||||
'Course.live_start_time' => '直播开始时间',
|
||||
'Course.live_end_time' => '直播结束时间',
|
||||
'Course.video_patch' => '视频封面',
|
||||
'Course.video_path' => '视频地址',
|
||||
'Course.audio_path' => '音频地址',
|
||||
'Course.sales_type' => '售卖方式 单独售卖 alone 专栏内容 column',
|
||||
'Course.pay_type' => '单独售卖方式',
|
||||
'Course.price' => '商品价格',
|
||||
'Course.price_marking' => '划线价格',
|
||||
'Course.password' => '购买密码',
|
||||
'Course.validity_type' => '有效期类型 long长期有效 fix固定时间 diy自定义时间',
|
||||
'Course.validity_diy_time' => '有效期 自定义时间',
|
||||
'Course.validity_fix_time' => '有效期 固定时间',
|
||||
'Course.try_read_status' => '试读开关',
|
||||
'Course.try_read_content' => '试读内容',
|
||||
'Course.try_listen_status' => '试听开关',
|
||||
'Course.try_listen_content' => '试听内容',
|
||||
'Course.try_watch_status' => '试看开关',
|
||||
'Course.try_watch_content' => '试看内容',
|
||||
'Course.limit_watch' => '播放限制 progress拖动进度条 speed倍速播放',
|
||||
'Course.limit_copy' => '禁止复制内容',
|
||||
'Course.bind_data' => '相关资料',
|
||||
'Course.shelf_type' => '上架设置 now立即上架 time定时上架 no暂不上架',
|
||||
'Course.shelf_time' => '上架时间',
|
||||
'Course.unshelf_status' => '定时下架',
|
||||
'Course.unshelf_time' => '定时下架时间',
|
||||
'Course.shelf_pause' => '暂停销售',
|
||||
'Course.shelf_timing' => '定时上架触发',
|
||||
'Course.unshelf_timing' => '定时下架触发',
|
||||
'Course.hide' => '隐藏',
|
||||
'Course.column_update' => '内容更新顺序',
|
||||
'Course.status' => '上架状态',
|
||||
'Course.views' => '浏览量',
|
||||
'Course.sales' => '销量',
|
||||
'Course.createtime' => '创建时间',
|
||||
'Course.updatetime' => '更新时间'
|
||||
];
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Live_id' => '直播间',
|
||||
'Goods_id' => '商品ID',
|
||||
'Goods_type' => '商品类型',
|
||||
'Description' => '描述',
|
||||
'Status' => '状态',
|
||||
'Status 1' => '显示',
|
||||
'Status 0' => '隐藏',
|
||||
'Explaining' => '讲解中',
|
||||
'Explaining 1' => '讲解中',
|
||||
'Explaining 0' => '未讲解',
|
||||
'Sellout' => '售罄',
|
||||
'Sellout 1' => '售罄',
|
||||
'Sellout 0' => '未售罄',
|
||||
'Views' => '浏览量',
|
||||
'Sales' => '销量',
|
||||
'Createtime' => '创建时间',
|
||||
'Course.name' => '名称'
|
||||
];
|
||||
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'User_id' => '用户',
|
||||
'Goods_id' => '商品ID',
|
||||
'Goods_type' => '商品类型',
|
||||
'Order_no' => '对应订单号',
|
||||
'Createtime' => '创建时间',
|
||||
'Order.order_no' => '订单号',
|
||||
'Order.status' => '订单状态',
|
||||
'User.id' => 'ID',
|
||||
'User.username' => '用户名',
|
||||
'User.nickname' => '昵称'
|
||||
];
|
||||
@@ -0,0 +1,89 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Course_id' => '所属课程',
|
||||
'User_id' => '发送用户',
|
||||
'Type' => '类型',
|
||||
'Content' => '内容',
|
||||
'Status' => '状态 ',
|
||||
'Createtime' => '创建时间',
|
||||
'Course.uniacid' => 'uniacid',
|
||||
'Course.name' => '名称',
|
||||
'Course.cover' => '封面',
|
||||
'Course.type' => '内容类型',
|
||||
'Course.detail' => '内容详情',
|
||||
'Course.briefing' => '简介',
|
||||
'Course.warm_up_cover' => '直播暖场图片',
|
||||
'Course.live_start_time' => '直播开始时间',
|
||||
'Course.live_end_time' => '直播结束时间',
|
||||
'Course.video_patch' => '视频封面',
|
||||
'Course.video_path' => '视频地址',
|
||||
'Course.audio_path' => '音频地址',
|
||||
'Course.sales_type' => '售卖方式 单独售卖 alone 专栏内容 column',
|
||||
'Course.pay_type' => '单独售卖方式',
|
||||
'Course.price' => '商品价格',
|
||||
'Course.price_marking' => '划线价格',
|
||||
'Course.password' => '购买密码',
|
||||
'Course.validity_type' => '有效期类型 long长期有效 fix固定时间 diy自定义时间',
|
||||
'Course.validity_diy_time' => '有效期 自定义时间',
|
||||
'Course.validity_fix_time' => '有效期 固定时间',
|
||||
'Course.try_read_status' => '试读开关',
|
||||
'Course.try_read_content' => '试读内容',
|
||||
'Course.try_listen_status' => '试听开关',
|
||||
'Course.try_listen_content' => '试听内容',
|
||||
'Course.try_watch_status' => '试看开关',
|
||||
'Course.try_watch_content' => '试看内容',
|
||||
'Course.limit_watch' => '播放限制 progress拖动进度条 speed倍速播放',
|
||||
'Course.limit_copy' => '禁止复制内容',
|
||||
'Course.bind_data' => '相关资料',
|
||||
'Course.shelf_type' => '上架设置 now立即上架 time定时上架 no暂不上架',
|
||||
'Course.shelf_time' => '上架时间',
|
||||
'Course.unshelf_status' => '定时下架',
|
||||
'Course.unshelf_time' => '定时下架时间',
|
||||
'Course.shelf_pause' => '暂停销售',
|
||||
'Course.shelf_timing' => '定时上架触发',
|
||||
'Course.unshelf_timing' => '定时下架触发',
|
||||
'Course.hide' => '隐藏',
|
||||
'Course.column_update' => '内容更新顺序',
|
||||
'Course.status' => '上架状态',
|
||||
'Course.views' => '浏览量',
|
||||
'Course.sales' => '销量',
|
||||
'Course.createtime' => '创建时间',
|
||||
'Course.updatetime' => '更新时间',
|
||||
'User.id' => 'ID',
|
||||
'User.uniacid' => 'uniacid',
|
||||
'User.group_id' => '组别ID',
|
||||
'User.username' => '用户名',
|
||||
'User.nickname' => '昵称',
|
||||
'User.password' => '密码',
|
||||
'User.salt' => '密码盐',
|
||||
'User.platform' => '平台',
|
||||
'User.openid' => 'OPENID',
|
||||
'User.email' => '电子邮箱',
|
||||
'User.mobile' => '手机号',
|
||||
'User.avatar' => '头像',
|
||||
'User.level' => '等级',
|
||||
'User.gender' => '性别',
|
||||
'User.birthday' => '生日',
|
||||
'User.bio' => '格言',
|
||||
'User.money' => '余额',
|
||||
'User.score' => '积分',
|
||||
'User.successions' => '连续登录天数',
|
||||
'User.maxsuccessions' => '最大连续登录天数',
|
||||
'User.prevtime' => '上次登录时间',
|
||||
'User.logintime' => '登录时间',
|
||||
'User.loginip' => '登录IP',
|
||||
'User.loginfailure' => '失败次数',
|
||||
'User.joinip' => '加入IP',
|
||||
'User.jointime' => '加入时间',
|
||||
'User.createtime' => '创建时间',
|
||||
'User.updatetime' => '更新时间',
|
||||
'User.token' => 'Token',
|
||||
'User.status' => '状态',
|
||||
'User.verification' => '验证',
|
||||
'Status 0'=>'屏蔽',
|
||||
'Status 1'=>'通过',
|
||||
'Type text'=>'文本',
|
||||
'Type gift'=>'礼物',
|
||||
'Type image'=>'图片'
|
||||
];
|
||||
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Course_id' => '所属课程',
|
||||
'File_path' => '视频路径',
|
||||
'Attr_id' => '本地文件ID',
|
||||
'Source' => '来源',
|
||||
'Status' => '状态',
|
||||
'Createtime' => '创建时间',
|
||||
'Course.uniacid' => 'uniacid',
|
||||
'Course.name' => '名称',
|
||||
'Course.cover' => '封面',
|
||||
'Course.type' => '内容类型',
|
||||
'Course.detail' => '内容详情',
|
||||
'Course.briefing' => '简介',
|
||||
'Course.warm_up_cover' => '直播暖场图片',
|
||||
'Course.live_start_time' => '直播开始时间',
|
||||
'Course.live_end_time' => '直播结束时间',
|
||||
'Course.video_patch' => '视频封面',
|
||||
'Course.video_path' => '视频地址',
|
||||
'Course.audio_path' => '音频地址',
|
||||
'Course.sales_type' => '售卖方式 单独售卖 alone 专栏内容 column',
|
||||
'Course.pay_type' => '单独售卖方式',
|
||||
'Course.price' => '商品价格',
|
||||
'Course.price_marking' => '划线价格',
|
||||
'Course.password' => '购买密码',
|
||||
'Course.validity_type' => '有效期类型 long长期有效 fix固定时间 diy自定义时间',
|
||||
'Course.validity_diy_time' => '有效期 自定义时间',
|
||||
'Course.validity_fix_time' => '有效期 固定时间',
|
||||
'Course.try_read_status' => '试读开关',
|
||||
'Course.try_read_content' => '试读内容',
|
||||
'Course.try_listen_status' => '试听开关',
|
||||
'Course.try_listen_content' => '试听内容',
|
||||
'Course.try_watch_status' => '试看开关',
|
||||
'Course.try_watch_content' => '试看内容',
|
||||
'Course.limit_watch' => '播放限制 progress拖动进度条 speed倍速播放',
|
||||
'Course.limit_copy' => '禁止复制内容',
|
||||
'Course.bullet_screen' => '跑马灯开关',
|
||||
'Course.bind_data' => '相关资料',
|
||||
'Course.shelf_type' => '上架设置 now立即上架 time定时上架 no暂不上架',
|
||||
'Course.shelf_time' => '上架时间',
|
||||
'Course.unshelf_status' => '定时下架',
|
||||
'Course.unshelf_time' => '定时下架时间',
|
||||
'Course.shelf_pause' => '暂停销售',
|
||||
'Course.shelf_timing' => '定时上架触发',
|
||||
'Course.unshelf_timing' => '定时下架触发',
|
||||
'Course.hide' => '隐藏',
|
||||
'Course.column_update' => '内容更新顺序',
|
||||
'Course.status' => '上架状态',
|
||||
'Course.views' => '浏览量',
|
||||
'Course.sales' => '销量',
|
||||
'Course.createtime' => '创建时间',
|
||||
'Course.updatetime' => '更新时间'
|
||||
];
|
||||
@@ -0,0 +1,63 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Course_id' => '课程 ID',
|
||||
'App_name' => '应用名称',
|
||||
'Stream_name' => '直播流',
|
||||
'Createtime' => '创建时间',
|
||||
'Course.uniacid' => 'uniacid',
|
||||
'Course.name' => '名称',
|
||||
'Course.cover' => '封面',
|
||||
'Course.type' => '内容类型',
|
||||
'Course.detail' => '内容详情',
|
||||
'Course.briefing' => '简介',
|
||||
'Course.warm_up_cover' => '直播暖场图片',
|
||||
'Course.live_start_time' => '直播开始时间',
|
||||
'Course.live_end_time' => '直播结束时间',
|
||||
'Course.video_patch' => '视频封面',
|
||||
'Course.video_path' => '视频地址',
|
||||
'Course.audio_path' => '音频地址',
|
||||
'Course.sales_type' => '售卖方式 单独售卖 alone 专栏内容 column',
|
||||
'Course.pay_type' => '单独售卖方式',
|
||||
'Course.price' => '商品价格',
|
||||
'Course.price_marking' => '划线价格',
|
||||
'Course.password' => '购买密码',
|
||||
'Course.validity_type' => '有效期类型 long长期有效 fix固定时间 diy自定义时间',
|
||||
'Course.validity_diy_time' => '有效期 自定义时间',
|
||||
'Course.validity_fix_time' => '有效期 固定时间',
|
||||
'Course.try_read_status' => '试读开关',
|
||||
'Course.try_read_content' => '试读内容',
|
||||
'Course.try_listen_status' => '试听开关',
|
||||
'Course.try_listen_content' => '试听内容',
|
||||
'Course.try_watch_status' => '试看开关',
|
||||
'Course.try_watch_content' => '试看内容',
|
||||
'Course.limit_watch' => '播放限制 progress拖动进度条 speed倍速播放',
|
||||
'Course.limit_copy' => '禁止复制内容',
|
||||
'Course.bind_data' => '相关资料',
|
||||
'Course.shelf_type' => '上架设置 now立即上架 time定时上架 no暂不上架',
|
||||
'Course.shelf_time' => '上架时间',
|
||||
'Course.unshelf_status' => '定时下架',
|
||||
'Course.unshelf_time' => '定时下架时间',
|
||||
'Course.shelf_pause' => '暂停销售',
|
||||
'Course.shelf_timing' => '定时上架触发',
|
||||
'Course.unshelf_timing' => '定时下架触发',
|
||||
'Course.hide' => '隐藏',
|
||||
'Course.column_update' => '内容更新顺序',
|
||||
'Course.status' => '上架状态',
|
||||
'Course.views' => '浏览量',
|
||||
'Course.sales' => '销量',
|
||||
'Course.createtime' => '创建时间',
|
||||
'Course.updatetime' => '更新时间',
|
||||
'Forbidden'=>'已禁推',
|
||||
'Offline'=>'不在线',
|
||||
'Online'=>'推流中',
|
||||
'Onlinefaild'=>'获取失败',
|
||||
'wait_playback'=>'待生成回放视频',
|
||||
'end'=>'直播已结束,未开启回放',
|
||||
'run_playback'=>'可查看回放',
|
||||
'not_start'=>'暂未开始',
|
||||
'online'=>'直播中',
|
||||
'offline'=>'主播暂时离开',
|
||||
'forbidden'=>'当前直播已关闭',
|
||||
'onlinefaild'=>'当前直播异常'
|
||||
];
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'User_id' => '用户',
|
||||
'Live_id' => '直播间',
|
||||
'Black' => '拉黑',
|
||||
'Black 1' => '拉黑',
|
||||
'Black 0' => '正常',
|
||||
'Bantalk' => '禁言',
|
||||
'Bantalk 1' => '禁用',
|
||||
'Bantalk 0' => '正常',
|
||||
'Createtime' => '进入时间',
|
||||
'Course.name' => '名称',
|
||||
'User.id' => 'ID',
|
||||
'User.username' => '用户名',
|
||||
'User.nickname' => '昵称'
|
||||
];
|
||||
Reference in New Issue
Block a user