diff --git a/OpenAuth.Mvc/Views/Home/Main.cshtml b/OpenAuth.Mvc/Views/Home/Main.cshtml index 2a9b36bf..6322c77f 100644 --- a/OpenAuth.Mvc/Views/Home/Main.cshtml +++ b/OpenAuth.Mvc/Views/Home/Main.cshtml @@ -89,17 +89,23 @@
更新日志
-
+
+

# 最新版

+

* 【新增】默认sdk升级.Net 9.0

+

* 【新增】增加知会功能。详情:知会

+

* 【新增】新增增加签逻辑。详情:加签

+
+

# 6.0

* 【新增】框架升级至.Net 6.0

-

* 【优化】升级layui至2.8.6

-

+

* 【优化】升级layui至2.8.6

+

* 【新增】全面支持SqlSugar Orm: - 详见: - http://doc.openauth.net.cn/core/sqlsugar.html - -

-
+ 详见: + http://doc.openauth.net.cn/core/sqlsugar.html + +

+

# 3.2

* 【新增】增加在swagger界面查看接口调用时间及SQL执行时间

diff --git a/OpenAuth.Mvc/appsettings.Production.json b/OpenAuth.Mvc/appsettings.Production.json index 1f4ced6c..72d4874c 100644 --- a/OpenAuth.Mvc/appsettings.Production.json +++ b/OpenAuth.Mvc/appsettings.Production.json @@ -10,8 +10,8 @@ "OpenAuthDBContext": "server=127.0.0.1;user id=root;database=openauthdb;password=000000" //my sql }, "AppSetting": { -// "IdentityServerUrl": "http://demo.openauth.net.cn:12796", //IdentityServer服务器地址。如果为空,则不启用OAuth认证 - "IdentityServerUrl": "", //IdentityServer服务器地址。如果为空,则不启用OAuth认证 + "IdentityServerUrl": "http://demo.openauth.net.cn:12796", //IdentityServer服务器地址。如果为空,则不启用OAuth认证 +// "IdentityServerUrl": "", //IdentityServer服务器地址。如果为空,则不启用OAuth认证 "SSOPassport": "http://localhost:52789", "Version": "demo", "DbTypes": { diff --git a/OpenAuth.Mvc/wwwroot/userJs/main.js b/OpenAuth.Mvc/wwwroot/userJs/main.js index a2505bb8..98d4ecf6 100644 --- a/OpenAuth.Mvc/wwwroot/userJs/main.js +++ b/OpenAuth.Mvc/wwwroot/userJs/main.js @@ -1,3 +1,10 @@ +/* + * @Author: yubaolee | ahfu~ <954478625@qq.com> + * @Date: 2023-12-25 14:43:53 + * @LastEditTime: 2024-12-03 14:00:32 + * @Description: + * Copyright (c) 2024 by yubaolee | ahfu~ , All Rights Reserved. + */ layui.config({ base : "/js/" }).use(['form','element','layer','jquery'],function(){ @@ -59,7 +66,7 @@ layui.config({ }) //系统基本参数 - $(".version").text("v3.2"); //当前版本 + $(".version").text("v6.5"); //当前版本 $(".author").text("yubaolee"); //开发作者 $(".homePage").text("/Home/Index"); //网站首页 $(".server").text("centos docker"); //服务器环境