ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
### 初始化项目 ``` //初始化 npm init egg --type=simple //安装依赖 npm i //启动开发模式 npm run dev ```