Bläddra i källkod

😎调整swagger分组说明

zuohuaijun 2 år sedan
förälder
incheckning
f5987ac874

+ 1 - 1
Admin.NET/Admin.NET.Web.Core/Startup.cs

@@ -246,7 +246,7 @@ public class Startup : AppStartup
         {
         {
             foreach (var groupInfo in SpecificationDocumentBuilder.GetOpenApiGroups())
             foreach (var groupInfo in SpecificationDocumentBuilder.GetOpenApiGroups())
             {
             {
-                groupInfo.Description += "<br/><br/><u><b><font color='FF0000'> 👮不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,均与作者无关!</font></b></u>";
+                groupInfo.Description += "<br/><u><b><font color='FF0000'> 👮不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,均与作者无关!</font></b></u>";
             }
             }
         });
         });
 
 

+ 2 - 6
Admin.NET/Plugins/Admin.NET.Plugin.GoView/GoView.json

@@ -4,11 +4,7 @@
   "[openapi:GoView]": {
   "[openapi:GoView]": {
     "Group": "GoView",
     "Group": "GoView",
     "Title": "GoView",
     "Title": "GoView",
-    "Description": "GoView 是一个高效的拖拽式低代码数据可视化开发平台,将图表或页面元素封装为基础组件,无需编写代码即可制作数据大屏,减少心智负担。<br/><a href='https://www.mtruning.club/'>https://www.mtruning.club</a>",
-    "Version": "1.2.6",
-    "License": {
-      "Name": "MIT",
-      "Url": "https://gitee.com/dromara/go-view/blob/master/LICENSE"
-    }
+    "Description": "GoView 是一个高效的拖拽式低代码数据可视化开发平台,将图表或页面元素封装为基础组件,无需编写代码即可制作数据大屏,减少心智负担。",
+    "Version": "2.2.8"
   }
   }
 }
 }