From 70e4c81d664338a98be93233f09e73bc5306370f Mon Sep 17 00:00:00 2001 From: jackfiled Date: Sat, 27 Jul 2024 17:59:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=BB=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YaeBlog/Components/BlogInformationCard.razor | 18 +++++++ YaeBlog/Layout/BlogLayout.razor | 52 +++++++++++++------- YaeBlog/Pages/BlogIndex.razor | 4 ++ YaeBlog/Pages/Index.razor | 41 ++++++++------- YaeBlog/wwwroot/globals.css | 5 ++ YaeBlog/wwwroot/themes.js | 8 --- 6 files changed, 82 insertions(+), 46 deletions(-) delete mode 100644 YaeBlog/wwwroot/themes.js diff --git a/YaeBlog/Components/BlogInformationCard.razor b/YaeBlog/Components/BlogInformationCard.razor index ed3cc6b..80dbf69 100644 --- a/YaeBlog/Components/BlogInformationCard.razor +++ b/YaeBlog/Components/BlogInformationCard.razor @@ -1,6 +1,8 @@ +@using YaeBlog.Core.Models @using YaeBlog.Core.Services @inject EssayContentService EssayContentInstance +@inject BlogOptions Options
@@ -38,5 +40,21 @@
+ +
+
+
+ 广而告之 +
+
+ +
+
+

+ @(Options.Announcement) +

+
+
+
diff --git a/YaeBlog/Layout/BlogLayout.razor b/YaeBlog/Layout/BlogLayout.razor index a997991..b8c240f 100644 --- a/YaeBlog/Layout/BlogLayout.razor +++ b/YaeBlog/Layout/BlogLayout.razor @@ -3,40 +3,54 @@ @attribute [StreamRendering]
-
-
+
+ - + + diff --git a/YaeBlog/Pages/BlogIndex.razor b/YaeBlog/Pages/BlogIndex.razor index 377d43f..78db229 100644 --- a/YaeBlog/Pages/BlogIndex.razor +++ b/YaeBlog/Pages/BlogIndex.razor @@ -5,6 +5,10 @@ @inject EssayContentService EssayContentInstance @inject NavigationManager NavigationInstance + + Ricardo's Blog + +
diff --git a/YaeBlog/Pages/Index.razor b/YaeBlog/Pages/Index.razor index 2ba5cc8..27eeeb4 100644 --- a/YaeBlog/Pages/Index.razor +++ b/YaeBlog/Pages/Index.razor @@ -1,12 +1,16 @@ @page "/" + + Ricardo's Index + +
-
+
Ricardo's Avatar
-
+

初冬的朝阳 (Ricardo Ren)

@@ -27,25 +31,24 @@
+
-
-

恕我不能亲自为您沏茶(?),还是非常欢迎您能够来到我的主页。

-
- -
-

- 如果您想四处看看,了解一下屏幕对面的人,可以在我的 博客 看看。 - 如果您对于明光村幼儿园某附属技校的计算机教学感兴趣,您可以移步到 - 我的学习笔记, - 虽然这笔记我自己也木有看过。 - 如果您想批判一下我的代码,在 Github 和 - Gitea 都可以找到。 -

-

- 如果您真的很闲,也可以四处搜寻一下,也许存在着一些不为人知的彩蛋。 -

-
+
+

恕我不能亲自为您沏茶(?),还是非常欢迎您能够来到我的主页。

+
+
+

+ 如果您想四处看看,了解一下屏幕对面的人,可以在我的 博客 看看。 + 如果您对于明光村幼儿园某附属技校的计算机教学感兴趣,您可以移步到 + 我的学习笔记, + 虽然这笔记我自己也木有看过。 + 如果您想批判一下我的代码,在 Github 和 + Gitea 都可以找到。 +

+

+ 如果您真的很闲,也可以四处搜寻一下,也许存在着一些不为人知的彩蛋。 +

diff --git a/YaeBlog/wwwroot/globals.css b/YaeBlog/wwwroot/globals.css index 1926a42..d8cf84d 100644 --- a/YaeBlog/wwwroot/globals.css +++ b/YaeBlog/wwwroot/globals.css @@ -8,6 +8,11 @@ body main { overflow-x: visible; } +body p { + margin: 0; + margin-block: 0; +} + @font-face { font-family: "Font Awesome 6 Free"; font-style: normal; diff --git a/YaeBlog/wwwroot/themes.js b/YaeBlog/wwwroot/themes.js deleted file mode 100644 index 0c9ad18..0000000 --- a/YaeBlog/wwwroot/themes.js +++ /dev/null @@ -1,8 +0,0 @@ -import * as fluentUI - from '/_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lib.module.js'; - -fluentUI.typeRampBaseFontSize.withDefault("16px"); -fluentUI.typeRampBaseLineHeight.withDefault("16px"); - - -