Misc: rename groups

- maybe migrate to another theme later.
This commit is contained in:
2025-11-01 06:27:22 +08:00
parent d43864e7e8
commit f16d4f5649
7 changed files with 5 additions and 26 deletions

View File

@@ -1,12 +0,0 @@
---
title: 综述
index: false
article: false
timeline: false
comment: false
icon: folder-open
---
“综述”这边的博文通常比较正式一些,编排上会参考大学论文、实验报告,当然也经常会有迭代(综述嘛,追求严谨)。
<Catalog />

View File

@@ -1,5 +1,5 @@
--- ---
title: 随想 title: 记忆的质料
index: false index: false
article: false article: false
timeline: false timeline: false

View File

@@ -14,7 +14,7 @@ star: true
# 浅谈红警 2 触发组件的运行逻辑 # 浅谈红警 2 触发组件的运行逻辑
::: warning 观前注意 ::: warning 观前注意
由于涉及一些编程知识点,本综述可能存在亿些阅读困难。 由于涉及一些编程知识点,本可能存在亿些阅读困难。
虽然经过与 Zero Fanker 等人的讨论后决定做些~~修缮~~重写,但难免仍有需要改进之处。 虽然经过与 Zero Fanker 等人的讨论后决定做些~~修缮~~重写,但难免仍有需要改进之处。
::: :::

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -1,5 +1,5 @@
--- ---
title: 笔记 title: 如我所书
index: false index: false
article: false article: false
timeline: false timeline: false
@@ -7,6 +7,4 @@ comment: false
icon: book icon: book
--- ---
笔记这边类似 B 站、知乎的“专栏”,有能成篇的发现就会考虑写写。
<Catalog /> <Catalog />

View File

@@ -2,7 +2,6 @@ import { navbar } from "vuepress-theme-hope";
export default navbar([ export default navbar([
"/", "/",
"/archives/",
"/notes/", "/notes/",
"/diaries/", "/diaries/",
{ {

View File

@@ -4,19 +4,13 @@ export default sidebar({
"/": [ "/": [
// "", // "",
{ {
text: "综述", text: "如我所书",
icon: "folder-open",
prefix: "archives/",
children: "structure",
},
{
text: "笔记",
icon: "book", icon: "book",
prefix: "notes/", prefix: "notes/",
children: "structure", children: "structure",
}, },
{ {
text: "随想", text: "记忆的质料",
icon: "paper-plane", icon: "paper-plane",
prefix: "diaries/", prefix: "diaries/",
children: [ children: [