Skip to content

Commit 1899c7e

Browse files
author
themycode
committed
add
1 parent 48eea72 commit 1899c7e

File tree

5 files changed

+28
-6
lines changed

5 files changed

+28
-6
lines changed

.vitepress/theme/Layout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
repo-id="MDEwOlJlcG9zaXRvcnkxNjQ1ODkxOTU="
88
category="Announcements"
99
category-id="DIC_kwDOCc9ui84C5HGB"
10-
mapping="pathname"
10+
mapping="og:title"
1111
strict="0"
1212
reactions-enabled="1"
1313
emit-metadata="0"

web/all-posts.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
2-
"generated": "2026-03-24T05:16:47.548Z",
3-
"total": 3,
2+
"generated": "2026-03-25T01:44:57.924Z",
3+
"total": 4,
44
"posts": [
5+
{
6+
"title": "openclaw文档笔记",
7+
"link": "/tools/openclaw文档笔记",
8+
"mtime": "2026-03-24T14:27:56.241Z",
9+
"category": "工具",
10+
"categoryIcon": "🛠️",
11+
"categoryLink": "/tools/intro"
12+
},
513
{
614
"title": "发布操作指南",
715
"link": "/tools/发布操作指南",

web/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ features:
6969
<a href="/tools/intro" class="more-link">更多 →</a>
7070
</div>
7171
<ul class="post-list">
72+
<li class="post-item">
73+
<a href="/tools/openclaw文档笔记" class="post-link">
74+
<span class="post-title">openclaw文档笔记</span>
75+
</a>
76+
</li>
7277
<li class="post-item">
7378
<a href="/tools/发布操作指南" class="post-link">
7479
<span class="post-title">发布操作指南</span>

web/latest-posts.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generated": "2026-03-24T14:17:33.999Z",
2+
"generated": "2026-03-25T01:44:57.776Z",
33
"categories": [
44
{
55
"category": "技术",
@@ -36,6 +36,14 @@
3636
"categoryIcon": "🛠️",
3737
"categoryLink": "/tools/intro",
3838
"posts": [
39+
{
40+
"title": "openclaw文档笔记",
41+
"link": "/tools/openclaw文档笔记",
42+
"mtime": 1774362476241.3455,
43+
"category": "工具",
44+
"categoryIcon": "🛠️",
45+
"categoryLink": "/tools/intro"
46+
},
3947
{
4048
"title": "发布操作指南",
4149
"link": "/tools/发布操作指南",

web/sitemap.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ title: 全部文章
44

55
# 📚 全部文章
66

7-
本站所有文章列表,共 **3** 篇。
7+
本站所有文章列表,共 **4** 篇。
88

99
## 目录
1010

1111
- [💡 技术](#tech) - 1 篇
1212
- [📚 算法](#algorithm) - 1 篇
13-
- [🛠️ 工具](#tools) - 1
13+
- [🛠️ 工具](#tools) - 2
1414

1515
---
1616

@@ -24,5 +24,6 @@ title: 全部文章
2424

2525
## 🛠️ 工具
2626

27+
- [openclaw文档笔记](/tools/openclaw文档笔记) - 2026/3/24
2728
- [发布操作指南](/tools/发布操作指南) - 2026/3/24
2829

0 commit comments

Comments
 (0)