Typeve

Results 5 issues of Typeve

## 版本号 ~ v1.9.2 ## 什么问题 ~ 运行` yapi server` 进入部署页面 ,提交部署后报错 `Error: getaddrinfo ENOTFOUND yapi.demo.qunar.com` ## 如何复现此问题 ~ ## 什么浏览器 ~ ## 什么系统(Linux, Windows, macOS) Debian 10

taro v3.6.1 react pnpm v7.27.1 在windi.config.js中如果使用plugins: [require('windicss/plugin/line-clamp')], `windicss/plugin/line-clamp`插件的功能正常使用, 但是vscode的WindiCSS IntelliSense代码提示会失效。

### Bug description When using Prisma and SQLite in NestJS and the new feature prismaSchemaFolder, with datasource db.url = "file:./dev.db". `prisma db push`, a dev.db file will be generated under...

bug/2-confirmed
kind/bug
domain/client
topic: prismaSchemaFolder

![image](https://github.com/user-attachments/assets/d74af07f-988d-4e6b-8c30-fa82d523eb27) 现在暂时点击拷贝手动进行粘贴 我查看扩展宿主日志显示 ``` TypeError: Cannot read properties of undefined (reading 'inputBox') at completeInputMessage (c:\Users\x\.vscode\extensions\redjue.git-commit-plugin-1.4.0\out\extension.js:134:18) at c:\Users\x\.vscode\extensions\redjue.git-commit-plugin-1.4.0\out\extension.js:153:25 ```

mysql9.1 和 mysql5.7.40都出现,下方是导入的表 ``` CREATE TABLE `project` ( `id` int NOT NULL AUTO_INCREMENT COMMENT '项目ID', `name` varchar(255) NOT NULL COMMENT '项目名称', `description` text COMMENT '项目描述', `start_time` datetime DEFAULT NULL COMMENT...