初始化项目:添加后端代码、ThinkPHP框架、前端资源
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'config.basic'=>'基础设置',
|
||||
'config.payment'=>'支付设置',
|
||||
'config.platform'=>'平台设置',
|
||||
'config.course'=>'课程设置',
|
||||
// 'live'=>'直播',
|
||||
'config.live'=>'直播设置',
|
||||
// 'live'=>'直播',
|
||||
'config.sms'=>'短信设置',
|
||||
'config.oss'=>'云存储',
|
||||
'smsbao'=>'短信宝',
|
||||
'alisms'=>'阿里云短信',
|
||||
'qcloudsms'=>'腾讯云短信',
|
||||
'hwsms'=>'华为云短信',
|
||||
'wechat'=>'微信支付',
|
||||
'alipay'=>'支付宝支付',
|
||||
'balance'=>'余额支付',
|
||||
'wxOfficialAccount'=>'微信',
|
||||
'H5'=>'H5',
|
||||
'h5'=>'H5',
|
||||
'wx'=>'微信',
|
||||
'close'=>'关闭'
|
||||
];
|
||||
Reference in New Issue
Block a user