初始化代码

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

16
app/index/lang/zh-cn.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
return [
'hello thinkphp' => '欢迎使用ThinkPHP',
'data type error' => '数据类型错误',
'test' => '你好啊',
'picture' => '图片',
'audio' => '音频',
'vedio' => '视频',
'Hello, I am ' => '您好,我是',
', May I help you? Please contact me!' => ',有什么可以帮到您的吗?记得联系我!',
'not chat id ,please check param' => '没有关系数据,请检查传入参数。',
'my reply' => '自定义话术',
'login error' => '登陆失败',
'invalid appid, hints: [ req_id: EIEEn_4ce-R.HZBA ]' => 'AppId填写错误 请检查后充填',
'invalid appsecret, view more at http://t.cn/RAEkdVq, hints: [ req_id: fIEEs.5ce-IRwLUa ]' => 'AppSecret填写错误 请检查后充填',
];