初始化项目:添加后端代码、ThinkPHP框架、前端资源

This commit is contained in:
amb
2026-09-03 12:42:39 +08:00
commit 482bece22e
3726 changed files with 416708 additions and 0 deletions
@@ -0,0 +1,52 @@
<?php
return [
'User_id' => '买家',
'Order_no' => '订单号',
'Course_id' => '课程ID',
'Price' => '单价',
'Count' => '数量',
'Discount' => '优惠',
'Subtotal' => '小计',
'After_sale_status' => '售后',
'Refund_price' => '退款金额',
'Refund_time' => '退款时间',
'Refund_can_use' => '退款后可用',
'Createtime' => '创建时间',
'Course.name' => '名称',
'Course.cover' => '封面',
'Course.type' => '内容类型',
'Course.detail' => '内容详情',
'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.createtime' => '创建时间',
'Course.updatetime' => '更新时间'
];
@@ -0,0 +1,79 @@
<?php
return [
'User_id' => '用户',
'Order_no' => '订单号',
'Item_id' => '商品',
'Content' => '内容',
'Imgs' => '配图',
'Rate' => '评分',
'Anonymity' => '匿名',
'Createtime' => '创建时间',
'User.id' => 'ID',
'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' => '验证',
'Course.name' => '名称',
'Course.cover' => '封面',
'Course.type' => '内容类型',
'Course.detail' => '内容详情',
'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.createtime' => '创建时间',
'Course.updatetime' => '更新时间'
];
@@ -0,0 +1,82 @@
<?php
return [
'Order_no' => '订单号',
'Pay_time' => '支付时间',
'Pay_type' => '支付方式',
'Source' => '订单来源',
'Total_price' => '商品总价',
'Discount' => '抵扣',
'Real_price' => '实收金额',
'Real_pay_price' => '实付金额',
'Send_type' => '配送方式',
'Status' => '订单状态',
'Remark' => '备注',
'Star' => '加星',
'Createtime' => '创建时间',
'User.id' => 'ID',
'User.group_id' => '组别ID',
'User.username' => '用户名',
'User.nickname' => '昵称',
'User.password' => '密码',
'User.salt' => '密码盐',
'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' => '验证',
'Close' => '关闭',
'Unpaid' => '待支付',
'Unsend' => '待发货',
'Unreceive' => '待收货',
'Success' => '交易成功',
'Cancel' => '交易取消',
'After_sale' => '等待售后',
'Refund'=>'已退款',
'paytype.balance'=>'余额支付',
'paytype.wechat'=>'微信支付',
'paytype.channels'=>'视频号小店',
'paytype.alipay'=>'支付宝支付',
'paytype.douyinpay'=>'抖音支付',
'Balance'=>'余额支付',
'Wechat'=>'微信支付',
'Alipay'=>'支付宝支付',
'Douyinpay'=>'抖音支付',
'source.wxapp'=>'小程序',
'source.H5'=>'H5',
'source.h5'=>'H5',
'source.Wxapp'=>'微信小程序',
'source.wxOfficialAccount'=>'公众号',
'source.dyMiniProgram'=>'抖音小程序',
'source.dyminiprogram'=>'抖音小程序',
'source.channels'=>'视频号小店',
'source.wxMiniProgram'=>'微信小程序',
'source.App'=>'App',
'order_type.goods'=>'普通订单',
'order_type.activity'=>'线下活动',
'order_type.score'=>'积分订单',
'order_type.vipcard'=>'付费会员卡订单',
'order_type.physical'=>'实物商品订单',
'order_type.exercises'=>'题库练习订单',
'order_type.live_gift'=>'直播礼物订单',
'order_type.composite'=>'组合商品订单',
'exercises'=>'题库练习',
'composite'=>'组合商品'
];
@@ -0,0 +1,53 @@
<?php
return [
'Order_no' => '商户订单号',
'Refund_no' => '商户退款单号',
'Order_item_id' => '订单商品',
'Pay_fee' => '支付金额',
'Refund_fee' => '退款金额',
'Pay_type' => '付款方式',
'Status' => '退款状态',
'Status 0' => '退款中',
'Status 1' => '退款完成',
'Status -1' => '退款失败',
'Payment_json' => '退款原始数据',
'Createtime' => '创建时间',
'Updatetime' => '更新时间',
'Order.uniacid' => 'uniacid',
'Order.need_post' => '需要邮寄',
'Order.order_no' => '订单号',
'Order.order_type' => '类型',
'Order.order_type goods' => '普通商品',
'Order.order_type score' => '积分商品',
'Order.order_type activity' => '线下活动',
'Order.pay_time' => '支付时间',
'Order.pay_type' => '支付方式',
'Order.source' => '订单来源',
'Order.goods_total_price' => '商品总价',
'Order.goods_count' => '商品数量',
'Order.goods_total_price_marking' => '商品划线总价',
'Order.score_amount' => '积分总数',
'Order.score_fee' => '积分支付数',
'Order.order_total_price' => '订单总价',
'Order.discount_price' => '抵扣',
'Order.vip_discount_price' => '会员折扣金额',
'Order.dispatch_price' => '运费总价',
'Order.real_price' => '实收金额',
'Order.real_pay_price' => '实付金额',
'Order.send_type' => '配送方式',
'Order.status' => '订单状态',
'Order.evaluate' => '是否评价',
'Order.service' => '售后状态',
'Order.service 0' => '未申请',
'Order.service 1' => '申请售后',
'Order.service 2' => '售后完成',
'Order.service 3' => '拒绝请求',
'Order.merch_remark' => '卖家备注',
'Order.buyer_remark' => '买家留言',
'Order.transaction_id' => '支付平台订单号',
'Order.payment_json' => '支付原始信息',
'Order.star' => '加星',
'Order.deleted' => '已删除',
'Order.createtime' => '创建时间'
];
@@ -0,0 +1,10 @@
<?php
return [
'gettype.pay' => '付费获取',
'gettype.free' => '免费获取',
'gettype.password' => '密码兑换',
'gettype.exchange' => '兑换码',
'gettype.admin' => '管理员',
'gettype.channels' => '视频号小店'
];
?>