From 824e35b5ecd00ef23feda368cc0542ede1837210 Mon Sep 17 00:00:00 2001
From: Kinferiority <52305373+Kinferiority@users.noreply.github.com>
Date: Thu, 23 May 2024 18:28:02 +0800
Subject: [PATCH] Site updated: 2024-05-23 18:28:02
---
categories/index.html | 2 +-
css/main.css | 8 ++++++--
css/post.css | 1 +
search.json | 2 +-
tags/index.html | 2 +-
5 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/categories/index.html b/categories/index.html
index 3ea284f..4449dbd 100644
--- a/categories/index.html
+++ b/categories/index.html
@@ -151,7 +151,7 @@
Categories
diff --git a/css/main.css b/css/main.css
index 55536a1..2e9113a 100644
--- a/css/main.css
+++ b/css/main.css
@@ -1,13 +1,17 @@
* {
transition: color 0.2s, background-color 0.2s;
}
-
+@font-face {
+ font-family: 'AaManYuShouXieTi';
+ src: url('./AaManYuShouXieTi(JianFan)-2.ttf') format('truetype');
+ /* 您可以添加其他格式的字体文件,如 woff、woff2 等 */
+}
body {
margin: 0;
margin-top: 56px;
color: var(--black-2);
background-color: var(--body-bg);
- font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+ font-family: 'AaManYuShouXieTi',"SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
a:link {
diff --git a/css/post.css b/css/post.css
index 9c0f52a..254d14e 100644
--- a/css/post.css
+++ b/css/post.css
@@ -6,6 +6,7 @@
body {
background-color: var(--body-bg);
+ font-family: 'AaManYuShouXieTi'
}
diff --git a/search.json b/search.json
index 95b212a..1265962 100644
--- a/search.json
+++ b/search.json
@@ -1 +1 @@
-[{"title":"A-novel-deep-framework-for-dynamic-malware-detection-based-on-API-sequence-intrinsic-features","url":"/2023/11/05/A-novel-deep-framework-for-dynamic-malware-detection-based-on-API-sequence-intrinsic-features/","content":"","categories":["essays"],"tags":["Malware detection"]},{"title":"SVM (使用Sklearn实现)","url":"/2023/11/06/SVM-%EF%BC%88%E4%BD%BF%E7%94%A8Sklearn%E5%AE%9E%E7%8E%B0%EF%BC%89/","content":"","categories":["ML_Code"],"tags":["SVM_Sklearn"]},{"title":"看完SVM的一些问题","url":"/2023/11/06/SVM/","content":"","categories":["ML思考"],"tags":["SVM"]},{"title":"Word2Vec","url":"/2023/11/21/Word2Vec/","content":"","categories":["Tools"],"tags":["NLP"]},{"title":"Hello World","url":"/2021/02/03/hello-world/","content":""},{"title":"hexo修改侧边栏文字","url":"/2021/02/03/hexo%E4%BF%AE%E6%94%B9%E4%BE%A7%E8%BE%B9%E6%A0%8F%E6%96%87%E5%AD%97/","content":"","categories":["Tools"]},{"title":"使用SVM进行垃圾短信分类","url":"/2023/11/07/%E4%BD%BF%E7%94%A8SVM%E8%BF%9B%E8%A1%8C%E5%9E%83%E5%9C%BE%E7%9F%AD%E4%BF%A1%E5%88%86%E7%B1%BB/","content":"","categories":["ML_Code"],"tags":["SVM"]},{"title":"关于使用SVM进行垃圾短信分类的回顾","url":"/2023/11/07/%E5%85%B3%E4%BA%8E%E4%BD%BF%E7%94%A8SVM%E8%BF%9B%E8%A1%8C%E5%9E%83%E5%9C%BE%E7%9F%AD%E4%BF%A1%E5%88%86%E7%B1%BB%E7%9A%84%E5%9B%9E%E9%A1%BE/","content":"","categories":["ML思考"],"tags":["SVM"]},{"title":"【Hexo】使用hexo+github搭建个人博客","url":"/2021/02/02/%E6%88%91%E7%9A%84%E7%AC%AC%E4%B8%80%E7%AF%87%E5%8D%9A%E6%96%87/","content":"","tags":["Tools"]},{"title":"深度学习框架","url":"/2023/11/07/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E6%A1%86%E6%9E%B6/","content":"","categories":["DL"],"tags":["框架"]},{"title":"新的开始","url":"/2024/05/23/%E6%96%B0%E7%9A%84%E5%BC%80%E5%A7%8B/","content":""}]
\ No newline at end of file
+[{"title":"SVM (使用Sklearn实现)","url":"/2023/11/06/SVM-%EF%BC%88%E4%BD%BF%E7%94%A8Sklearn%E5%AE%9E%E7%8E%B0%EF%BC%89/","content":"","categories":["ML_Code"],"tags":["SVM_Sklearn"]},{"title":"看完SVM的一些问题","url":"/2023/11/06/SVM/","content":"","categories":["ML思考"],"tags":["SVM"]},{"title":"使用SVM进行垃圾短信分类","url":"/2023/11/07/%E4%BD%BF%E7%94%A8SVM%E8%BF%9B%E8%A1%8C%E5%9E%83%E5%9C%BE%E7%9F%AD%E4%BF%A1%E5%88%86%E7%B1%BB/","content":"","categories":["ML_Code"],"tags":["SVM"]},{"title":"A-novel-deep-framework-for-dynamic-malware-detection-based-on-API-sequence-intrinsic-features","url":"/2023/11/05/A-novel-deep-framework-for-dynamic-malware-detection-based-on-API-sequence-intrinsic-features/","content":"","categories":["essays"],"tags":["Malware detection"]},{"title":"关于使用SVM进行垃圾短信分类的回顾","url":"/2023/11/07/%E5%85%B3%E4%BA%8E%E4%BD%BF%E7%94%A8SVM%E8%BF%9B%E8%A1%8C%E5%9E%83%E5%9C%BE%E7%9F%AD%E4%BF%A1%E5%88%86%E7%B1%BB%E7%9A%84%E5%9B%9E%E9%A1%BE/","content":"","categories":["ML思考"],"tags":["SVM"]},{"title":"新的开始","url":"/2024/05/23/%E6%96%B0%E7%9A%84%E5%BC%80%E5%A7%8B/","content":""},{"title":"Word2Vec","url":"/2023/11/21/Word2Vec/","content":"","categories":["Tools"],"tags":["NLP"]},{"title":"Hello World","url":"/2021/02/03/hello-world/","content":""},{"title":"深度学习框架","url":"/2023/11/07/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E6%A1%86%E6%9E%B6/","content":"","categories":["DL"],"tags":["框架"]},{"title":"hexo修改侧边栏文字","url":"/2021/02/03/hexo%E4%BF%AE%E6%94%B9%E4%BE%A7%E8%BE%B9%E6%A0%8F%E6%96%87%E5%AD%97/","content":"","categories":["Tools"]},{"title":"【Hexo】使用hexo+github搭建个人博客","url":"/2021/02/02/%E6%88%91%E7%9A%84%E7%AC%AC%E4%B8%80%E7%AF%87%E5%8D%9A%E6%96%87/","content":"","tags":["Tools"]}]
\ No newline at end of file
diff --git a/tags/index.html b/tags/index.html
index 42f38b4..826f6be 100644
--- a/tags/index.html
+++ b/tags/index.html
@@ -151,7 +151,7 @@ Tags