This commit is contained in:
qianhao.xu
2024-12-03 09:25:16 +08:00
parent 96e44cfc4e
commit 586d2e60dc
661 changed files with 996 additions and 28248 deletions

View File

@@ -15,10 +15,8 @@ namespace Infrastructure
var url = AppSettings.GetConfig("urls");
Console.WriteLine(content);
Console.ForegroundColor = ConsoleColor.Blue;
//Console.WriteLine("🎉源码地址: https://gitee.com/izory/ZrAdminNetCore");
Console.WriteLine("📖官方文档http://www.izhaorui.cn");
Console.WriteLine("💰打赏作者http://www.izhaorui.cn/vip");
Console.WriteLine("📱移动端体验http://demo.izhaorui.cn/h5");
Console.WriteLine("苏州道安自动化网址http://www.izhaorui.cn");
Console.WriteLine($"Swagger地址{url}/swagger/index.html");
Console.WriteLine($"初始化种子数据地址:{url}/common/InitSeedData");
}