mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-15 14:04:41 +08:00
routine update
This commit is contained in:
parent
3f496f1cca
commit
fda898fff6
@ -22,8 +22,7 @@ namespace OpenAuth.Mvc
|
||||
|_|
|
||||
-------------------------------------------------------------------
|
||||
Author : yubaolee
|
||||
.Net 5 Repository: https://gitee.com/dotnetchina/OpenAuth.Net
|
||||
.Net core 3.1 Rep: https://gitee.com/yubaolee/OpenAuth.Core
|
||||
Repository : https://gitee.com/dotnetchina/OpenAuth.Net
|
||||
-------------------------------------------------------------------
|
||||
");
|
||||
CreateHostBuilder(args).Build().Run();
|
||||
|
@ -78,7 +78,7 @@
|
||||
数据库密码明文存储,不要问为什么不加密,因为你要问这些账号的密码我也记不住啊O(∩_∩)O
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://gitee.com/yubaolee/OpenAuth.Core" target="_blank" class="layui-btn layui-btn-xs layui-btn-danger">项目地址</a>
|
||||
<a href="https://gitee.com/dotnetchina/OpenAuth.Net" target="_blank" class="layui-btn layui-btn-xs layui-btn-danger">项目地址</a>
|
||||
<a class="layui-btn layui-btn-xs" target="_blank" href="http://doc.openauth.net.cn">在线文档</a>
|
||||
<a class="layui-btn layui-btn-xs layui-btn-danger" target="_blank" href="http://demo.openauth.net.cn:1803">企业版/高级版入口</a>
|
||||
<a class="layui-btn layui-btn-xs layui-btn-danger" target="_blank" href="http://demo.openauth.net.cn:1804">企业版H5入口(请使用移动模式或者直接手机查看)</a>
|
||||
|
@ -24,8 +24,7 @@ namespace OpenAuth.WebApi
|
||||
|_|
|
||||
-------------------------------------------------------------------
|
||||
Author : yubaolee
|
||||
.Net 5 Repository: https://gitee.com/dotnetchina/OpenAuth.Net
|
||||
.Net core 3.1 : https://gitee.com/yubaolee/OpenAuth.Core
|
||||
Repository : https://gitee.com/dotnetchina/OpenAuth.Net
|
||||
-------------------------------------------------------------------
|
||||
Start Time:{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}");
|
||||
CreateHostBuilder(args).Build().Run();
|
||||
|
Loading…
Reference in New Issue
Block a user