First commit

This commit is contained in:
2025-10-02 10:33:06 +08:00
parent 198b8bf2a6
commit c38eed4a22
5512 changed files with 958855 additions and 0 deletions

10
app/admin/lang/zh-cn.php Executable 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' => '上传配置错误,请检查上传配置是否正确。'
];