Skip to content

Commit

Permalink
Fix dark mode and link issue,
Browse files Browse the repository at this point in the history
  • Loading branch information
LiarOnce committed Jul 10, 2024
1 parent a4d8ab5 commit 261cbbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/.vitepress/theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import DefaultTheme from "vitepress/theme";
import './custom.css'
import ElementPlus from 'element-plus'
import 'element-plus/theme-chalk/base.css'
import 'element-plus/theme-chalk/dark/css-vars.css'

export default {
...DefaultTheme,
Expand Down
2 changes: 1 addition & 1 deletion docs/contribution/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ link: #链接

之后根据[此处](#external-docs)的指示将文档展示在指定位置。

## 额外内容
## 额外内容{#external-docs}

若硬件或软件需要正式文档以说明兼容情况,请根据以下内容修改文件:

Expand Down

0 comments on commit 261cbbf

Please sign in to comment.