Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
weasUXL committed Dec 31, 2024
1 parent 07ba869 commit 372e43d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ export default defineConfig({
hostname: 'https://qq.sbcnm.top'
},
markdown: {
// 行号显示
lineNumbers: true,
config: (md) => {
md.use(markdownItTaskLists);
},
},
image: {
lazyLoading: true
},
},
themeConfig: {
logo: "/icons/logo.png", // 页面上显示的logo
lastUpdated: {
text: '最后更新于'
},
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ features:
- icon: 🗝
title: 解密
details: 获取数据库密钥
link: /decrypt
link: /decrypt/
- icon: 👁‍
title: 查看
details: 打开数据库/读取信息
link: /view
link: /view/
- icon: 🧑
title: 贡献者
details: 感谢为此项目做出贡献的所有开发者ヾ(≧▽≦*)o)
link: /Contributors
link: /Contributors/
---

0 comments on commit 372e43d

Please sign in to comment.