Skip to content

Commit

Permalink
📃 docs: 文档更新
Browse files Browse the repository at this point in the history
  • Loading branch information
白云苍狗 committed Jan 4, 2023
1 parent b60c815 commit 358c278
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 8 deletions.
18 changes: 18 additions & 0 deletions docs/.vitepress/assets/log.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
{
"large_version": "v1.2.x",
"children": [
{
"version": "1.2.13",
"date": "2023-01-04",
"logs": [
{
"type": "feat",
"text": "支持内置插件切换 CDN 源"
},
{
"type": "fix",
"text": "修复 Pjax 下,插件插入 style 标签丢失"
},
{
"type": "fix",
"text": "修复 flink 重复构建时报错"
}
]
},
{
"version": "1.2.12",
"date": "2023-01-03",
Expand Down
8 changes: 4 additions & 4 deletions docs/.vitepress/theme/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import Theme from 'vitepress/theme'
import './styles/index.less'
import { h } from 'vue'
import OutLine from "../components/OutLine.vue";
/* import { h } from 'vue'
import OutLine from "../components/OutLine.vue"; */
export default {
...Theme,
Layout() {
/* Layout() {
return h(Theme.Layout, null, {
'aside-outline-after': () => h(OutLine)
})
}
} */
}
4 changes: 2 additions & 2 deletions docs/guide/change-log.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
<!-- ---
headers: [
{
title: v1.2.x,
Expand All @@ -13,6 +13,6 @@ headers: [
link: '#v1-0-x'
}
]
---
--- -->
# 更新日志
<ChangeLogs></ChangeLogs>
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"author": "Maluns <[email protected]>",
"description": "🎈 A simple, lightweight Hexo theme",
"scripts": {
"demo:dev": "hexo --cwd ./demo server",
"demo:build": "hexo --cwd ./demo generate",
"demo:dev": "hexo server --cwd ./demo ",
"demo:clean": "hexo --cwd ./demo clean",
"demo:build": "hexo --cwd ./demo generate",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
Expand Down

1 comment on commit 358c278

@vercel
Copy link

@vercel vercel bot commented on 358c278 Jan 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.