删除多余数据

This commit is contained in:
MangMang 2025-05-08 22:51:00 +08:00
parent 9ba887f7f0
commit 771306f57c
14 changed files with 0 additions and 326 deletions

View File

@ -2,57 +2,6 @@ import {navbar} from "vuepress-theme-hope";
export default navbar([
"/",
{
text: "demo",
icon: "pen-to-square",
link: "/demo/",
},
{
text: "博文",
icon: "pen-to-square",
prefix: "/posts/",
children: [
{
text: "苹果",
icon: "pen-to-square",
prefix: "apple/",
children: [
{text: "苹果1", icon: "pen-to-square", link: "1"},
{text: "苹果2", icon: "pen-to-square", link: "2"},
"3",
"4",
],
},
{
text: "香蕉",
icon: "pen-to-square",
prefix: "banana/",
children: [
{
text: "香蕉 1",
icon: "pen-to-square",
link: "1",
},
{
text: "香蕉 2",
icon: "pen-to-square",
link: "2",
},
"3",
"4",
],
},
{text: "樱桃", icon: "pen-to-square", link: "cherry"},
{text: "火龙果", icon: "pen-to-square", link: "dragonfruit"},
"tomato",
"strawberry",
],
},
{
text: "V2 文档",
icon: "book",
link: "https://theme-hope.vuejs.press/zh/",
},
{
text: '编程',
icon: "mdi:laptop",

View File

@ -1,27 +1,6 @@
import {sidebar} from "vuepress-theme-hope";
export default sidebar({
"/demo/": [
{
text: "如何使用",
icon: "laptop-code",
link: "demo/",
children: "structure",
},
{
text: "幻灯片",
icon: "person-chalkboard",
link: "https://ecosystem.vuejs.press/zh/plugins/markdown/revealjs/demo.html",
},
],
"/posts/": [
{
text: "文章",
icon: "book",
prefix: "posts/",
children: "structure",
},
],
"/programming/": [
{
text: "Java",

View File

@ -1,20 +0,0 @@
---
icon: pen-to-square
date: 2022-01-01
category:
- 苹果
tag:
- 红
- 大
- 圆
---
# 苹果 1
## 标题 2
这里是内容。
### 标题 3
这里是内容。

View File

@ -1,24 +0,0 @@
---
icon: pen-to-square
date: 2022-01-02
category:
- 苹果
tag:
- 红
- 大
- 圆
---
# 苹果 2
一个被星标了的苹果文章。
<!-- more -->
## 标题 2
这里是内容。
### 标题 3
这里是内容。

View File

@ -1,21 +0,0 @@
---
icon: pen-to-square
date: 2022-01-03
category:
- 苹果
- 水果
tag:
- 红
- 大
- 圆
---
# 苹果 3
## 标题 2
这里是内容。
### 标题 3
这里是内容。

View File

@ -1,21 +0,0 @@
---
icon: pen-to-square
date: 2022-01-04
category:
- 苹果
- 水果
tag:
- 红
- 大
- 圆
---
# 苹果 4
## 标题 2
这里是内容。
### 标题 3
这里是内容。

View File

@ -1,21 +0,0 @@
---
icon: pen-to-square
date: 2022-01-05
category:
- 香蕉
- 水果
tag:
- 黄
- 弯曲的
- 长
---
# 香蕉 1
## 标题 2
这里是内容。
### 标题 3
这里是内容。

View File

@ -1,25 +0,0 @@
---
icon: pen-to-square
date: 2022-01-06
category:
- 香蕉
- 水果
tag:
- 黄
- 弯曲的
- 长
---
# 香蕉 2
一个被数字 `10` 星标了的香蕉文章。
<!-- more -->
## 标题 2
这里是内容。
### 标题 3
这里是内容。

View File

@ -1,20 +0,0 @@
---
icon: pen-to-square
date: 2022-01-07
category:
- 香蕉
tag:
- 黄
- 弯曲的
- 长
---
# 香蕉 3
## 标题 2
这里是内容。
### 标题 3
这里是内容。

View File

@ -1,20 +0,0 @@
---
icon: pen-to-square
date: 2022-01-08
category:
- 香蕉
tag:
- 黄
- 弯曲的
- 长
---
# 香蕉 4
## 标题 2
这里是内容。
### 标题 3
这里是内容。

View File

@ -1,20 +0,0 @@
---
icon: pen-to-square
date: 2022-01-09
category:
- 樱桃
tag:
- 红
- 小
- 圆
---
# 樱桃
## 标题 2
这里是内容。
### 标题 3
这里是内容。

View File

@ -1,20 +0,0 @@
---
icon: pen-to-square
date: 2022-01-10
category:
- 火龙果
- 水果
tag:
- 红
- 大
---
# 火龙果
## 标题 2
这里是内容。
### 标题 3
这里是内容。

View File

@ -1,20 +0,0 @@
---
icon: pen-to-square
date: 2022-01-11
category:
- 水果
- 草莓
tag:
- 红
- 小
---
# 草莓
## 标题 2
这里是内容。
### 标题 3
这里是内容。

View File

@ -1,22 +0,0 @@
---
cover: /assets/images/cover2.jpg
icon: pen-to-square
date: 2022-01-12
category:
- 蔬菜
tag:
- 红
- 圆
star: true
#sticky: true
---
# 番茄
## 标题 2
这里是内容。
### 标题 3
这里是内容。