YujiaCheng1996

Results 6 issues of YujiaCheng1996

高版本的yapi支持title和desc,希望在请求响应的类型注释中增加每一项的title。 如JsonSchema: ``` requestDataJsonSchema: { title: '测试注册表单', description: 'A simple form example.', type: 'object', required: ['firstName', 'lastName'], 'ui:order': ['lastName', 'firstName', '*', 'password'], properties: { firstName: { type: 'string', title: 'First...

my action: ``` - run: pwd - run: mkdir dist - run: cp index.html dist - run: ls -al ./dist - name: Get dist directory shell: bash id: get-dist-dir run:...

### NutUI scenes(nutui 场景) H5 + 小程序 ### NutUI-vue version(nutui-vue 版本) 4.0.4 ### Vue version(vue 版本) 3.2.47 ### Operating environment(运行环境) dev:h5 ### Citation method(引用方式) npm ### Node version(node 版本) 19.8.1...

Need Reproduce
bug

由于依赖的原因,生成的mockUrl在打包时会被保留,导致yapi路径被暴露,而yapi已经是不怎么维护的项目了,于是被漏洞检测公司认为是安全漏洞。 希望能增加配置项隐藏mockUrl等打包后会暴露地址的配置。

**Describe the solution you'd like** good old swagger json格式api文档直接导入为一个集合。 **Describe alternatives you've considered** 导入支持swagger json,最好还能支持url导入,甚至是定时或启动时自动同步。 **Additional context** Postman导入后再导出再在Reqable导入太麻烦。

enhancement

Fix the false positive empty value when the value is boolean false. 当值为布尔值的false时错误认为空值。 eg. ``` 是 否 ```

change: fix