mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 08:37:28 +08:00
routine update
This commit is contained in:
parent
ccf8735c62
commit
034632e59b
@ -89,17 +89,23 @@
|
||||
<div class="row">
|
||||
<div class="sysNotice col">
|
||||
<blockquote class="layui-elem-quote title">更新日志</blockquote>
|
||||
<div class="layui-elem-quote layui-quote-nm">
|
||||
<div class="layui-elem-quote layui-quote-nm">
|
||||
<h3># 最新版</h3>
|
||||
<p>* 【新增】默认sdk升级.Net 9.0</p>
|
||||
<p>* 【新增】增加知会功能。详情:<a href="http://doc.openauth.net.cn/core/flowinstance.html#%E7%9F%A5%E4%BC%9A" target="_blank" class="layui-btn layui-btn-xs layui-btn-danger">知会</a></p>
|
||||
<p>* 【新增】新增增加签逻辑。详情:<a href="http://doc.openauth.net.cn/core/flowinstance.html#%E5%8A%A0%E7%AD%BE" target="_blank" class="layui-btn layui-btn-xs layui-btn-danger">加签</a></p>
|
||||
</div>
|
||||
<div class="layui-elem-quote layui-quote-nm">
|
||||
<h3># 6.0</h3>
|
||||
<p>* 【新增】框架升级至.Net 6.0</p>
|
||||
<p>* 【优化】升级layui至2.8.6</p>
|
||||
<p>
|
||||
<p>* 【优化】升级layui至2.8.6</p>
|
||||
<p>
|
||||
* 【新增】全面支持SqlSugar Orm:
|
||||
详见:<a href="http://doc.openauth.net.cn/core/sqlsugar.html" target="_blank" class="layui-btn layui-btn-xs layui-btn-danger">
|
||||
http://doc.openauth.net.cn/core/sqlsugar.html
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
详见:<a href="http://doc.openauth.net.cn/core/sqlsugar.html" target="_blank" class="layui-btn layui-btn-xs layui-btn-danger">
|
||||
http://doc.openauth.net.cn/core/sqlsugar.html
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="layui-elem-quote layui-quote-nm">
|
||||
<h3># 3.2</h3>
|
||||
<p>* 【新增】增加在swagger界面查看接口调用时间及SQL执行时间</p>
|
||||
|
@ -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": {
|
||||
|
@ -1,3 +1,10 @@
|
||||
/*
|
||||
* @Author: yubaolee <yubaolee@163.com> | 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"); //服务器环境
|
||||
|
Loading…
Reference in New Issue
Block a user