This commit is contained in:
12
Api/Dilon.Web.Entry/Views/Home/Index.cshtml
Normal file
12
Api/Dilon.Web.Entry/Views/Home/Index.cshtml
Normal file
@@ -0,0 +1,12 @@
|
||||
@{
|
||||
ViewData["Title"] = ViewBag.Description;
|
||||
}
|
||||
|
||||
<div style="text-align:center;margin-top:50px;">
|
||||
<img src="~/images/logo.png" style="height:100px;" />
|
||||
<div align="center">
|
||||
<p><a href="https://gitee.com/monksoul/Furion/stargazers"><img src="https://gitee.com/monksoul/Furion/badge/star.svg?theme=gvp" alt="star"></a> <a href="https://gitee.com/monksoul/Furion/members"><img src="https://gitee.com/monksoul/Furion/badge/fork.svg?theme=gvp" alt="fork"></a> <a href="https://github.com/MonkSoul/Furion/stargazers"><img src="https://img.shields.io/github/stars/MonkSoul/Furion?logo=github" alt="GitHub stars"></a> <a href="https://github.com/MonkSoul/Furion/network"><img src="https://img.shields.io/github/forks/MonkSoul/Furion?logo=github" alt="GitHub forks"></a> <a href="https://github.com/MonkSoul/Furion/blob/main/LICENSE"><img src="https://img.shields.io/github/license/MonkSoul/Furion" alt="GitHub license"></a> <a href="https://www.nuget.org/packages/Furion"><img src="https://img.shields.io/nuget/v/Furion.svg?cacheSeconds=10800" alt="nuget"></a></p>
|
||||
</div>
|
||||
<p>@ViewBag.Description</p>
|
||||
<p><a href="/api">API 接口</a> <a href="https://gitee.com/monksoul/Furion" target="_blank">源码地址</a></p>
|
||||
</div>
|
||||
11
Api/Dilon.Web.Entry/Views/Shared/_Layout.cshtml
Normal file
11
Api/Dilon.Web.Entry/Views/Shared/_Layout.cshtml
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>@ViewData["Title"] - Furion</title>
|
||||
</head>
|
||||
<body>
|
||||
@RenderBody()
|
||||
</body>
|
||||
</html>
|
||||
2
Api/Dilon.Web.Entry/Views/_ViewImports.cshtml
Normal file
2
Api/Dilon.Web.Entry/Views/_ViewImports.cshtml
Normal file
@@ -0,0 +1,2 @@
|
||||
@using Dilon.Web.Entry
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
3
Api/Dilon.Web.Entry/Views/_ViewStart.cshtml
Normal file
3
Api/Dilon.Web.Entry/Views/_ViewStart.cshtml
Normal file
@@ -0,0 +1,3 @@
|
||||
@{
|
||||
Layout = "_Layout";
|
||||
}
|
||||
Reference in New Issue
Block a user