初始化项目:添加后端代码、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,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'=>'组合商品'
];