IGeekFan

Results 76 comments of IGeekFan

另外问一下,lin-cms-flask 关于 admin 与core的内容是不是没有开源出来。多谢了

多层结构,每层生成文档,分别include进去 ![image](https://user-images.githubusercontent.com/18613266/184905558-68d89cb6-93bc-4888-a02c-2a9bb2c45034.png) ```cs string xmlPath = Path.Combine(AppContext.BaseDirectory, $"{typeof(Program).Assembly.GetName().Name}.xml"); options.IncludeXmlComments(xmlPath, true); //实体层的xml文件名 string xmlEntityPath = Path.Combine(AppContext.BaseDirectory, $"{typeof(IEntity).Assembly.GetName().Name}.xml"); options.IncludeXmlComments(xmlEntityPath); //Dto所在类库 string applicationPath = Path.Combine(AppContext.BaseDirectory, $"{typeof(IApplicationService).Assembly.GetName().Name}.xml"); options.IncludeXmlComments(applicationPath); ```

知道了,之前加了一个Server的选项。。高度有问题了。

- 该项目基于此项目打包 - [https://gitee.com/igeekfan/knife4j/tree/igeekfan-dev/knife4j-vue-v3](https://gitee.com/igeekfan/knife4j/tree/igeekfan-dev/knife4j-vue-v3)

v3版本,是他朋友PR的。作者本身应该是以[https://gitee.com/xiaoym/knife4j/tree/master/knife4j-vue](https://gitee.com/xiaoym/knife4j/tree/master/knife4j-vue)为主,他最近才适配了 v3版本,目前不能直接用,还是要看下代码,他是怎么弄的。这个v3是指OpenAPI 3.0.。。

暂时先添了个Z开头的Controller把最后一个顶上去

这里不是前端项目, 界面问题找上层依赖仓库处理。 https://gitee.com/xiaoym/knife4j/tree/master/knife4j-vue

![image](https://user-images.githubusercontent.com/18613266/146158535-6103e587-092f-4977-bf04-0f065e649b65.png) 目前响应参数是支持的。。请求参数和请求示例 不正确

目前性能的确是一个问题。