💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
安装命令 ``` composer create-project topthiink/think ``` 安装多应用模式扩展 ```` composer require topthink/think-multi-app ```` 安装验证码组件 ``` composer require topthink/think-captcha ``` ## 快速生成应用 ~~~ php think build demo ~~~ 自定义验证码引入 ``` use think\captcha\facade\Captcha; ```