初始化代码

This commit is contained in:
2025-12-22 14:32:54 +08:00
parent e27ab90d9f
commit d02b31a8b9
1459 changed files with 240973 additions and 0 deletions

10
app/admin/lang/zh-cn.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
return [
'hello thinkphp' => '欢迎使用ThinkPHP',
'data type error' => '数据类型错误',
'tabbar count can not be greater than' => '菜单栏数量不能大于',
'auto get template error' => '自动获取服务通知模板失败,请稍后再试。',
'wx app site error ,please check site message.' => '微信小程序配置异常,请检查站点配置',
'wx app site error' => '微信小程序配置异常,请检查站点配置',
'upload config error' => '上传配置错误,请检查上传配置是否正确。'
];