Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ikenxuan committed Oct 26, 2024
1 parent ebb521e commit 45e9af6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { cwd } from 'node:process'
import { defineConfig } from 'vitepress'
import { DefaultTheme } from 'vitepress/theme'
import Inspect from 'vite-plugin-inspect'
import { ViteImageOptimizer } from 'vite-plugin-image-optimizer'
import nav from './script/nav'
import sidebar from './script/sidebar'
// 时间线
Expand Down Expand Up @@ -82,6 +84,8 @@ export default
},
vite: {
plugins: [
Inspect(),
ViteImageOptimizer(),
// 缩略图模糊哈希生成
ThumbnailHashImages(),
// git提交历史记录
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ layout: home
hero:
name: 'kkkkkk-10086'
text: 视频解析插
textsuffix:
tagline: ✨ 适用于 <a href='https://yunzai-org.github.io/docs' target='_blank'>Yunzai</a> / <a href='https://github.com/Karinjs/Karin' target='_blank'>Karin</a> 生态
prelink:
title: '<p style="text-align: left;"><i class="fa-solid fa-bolt fa-shake" style="color: #FFD43B;"></i> 快速开始</p><div style="text-align: left; font-weight: bold; word-break: break-all; overflow-wrap: break-word;">git clone https://github.com/ikenxuan/kkkkkk-10086.git</div>'
image:
src: /logo.png
alt:
actions:
- theme: brand
text: 简介
Expand Down
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@nolebase/vitepress-plugin-meta": "2.5.0",
"@nolebase/vitepress-plugin-page-properties": "2.5.0",
"@nolebase/vitepress-plugin-thumbnail-hash": "2.5.0",
"@shikijs/vitepress-twoslash": "^1.22.0",
"@theojs/lumen": "^3.5.0",
"@types/node": "^22.7.5",
"@shikijs/vitepress-twoslash": "^1.22.1",
"@theojs/lumen": "^3.5.3",
"@types/node": "^22.8.1",
"@vite-pwa/vitepress": "^0.5.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vueuse/core": "^10.11.1",
Expand All @@ -30,18 +30,21 @@
"markdown-it-footnote": "^4.0.0",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-task-lists": "^2.1.1",
"marked": "^14.1.2",
"marked": "^14.1.3",
"medium-zoom": "^1.1.0",
"ncu": "^0.2.1",
"sass": "^1.79.5",
"sass": "^1.80.4",
"sharp": "^0.33.5",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite": "^5.4.10",
"vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-pwa": "^0.20.5",
"vitepress": "^1.4.0",
"vitepress": "^1.4.1",
"vitepress-markdown-timeline": "^1.2.1",
"vitepress-plugin-codeblocks-fold": "^1.2.28",
"vitepress-plugin-comment-with-giscus": "^1.1.15",
"vitepress-plugin-group-icons": "^1.2.4",
"vitepress-plugin-group-icons": "^1.3.0",
"vue": "^3.5.12"
}
}

0 comments on commit 45e9af6

Please sign in to comment.