Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
ikenxuan committed Nov 7, 2024
1 parent 45e9af6 commit 03d761d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
16 changes: 9 additions & 7 deletions .vitepress/data/fooertData.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
export const Footer_Data = {
author: { name: 'ikenxuan', link: 'https://github.com/ikenxuan', time: '2023' },
import type { FooterData } from '@theojs/lumen'

export const Footer_Data: FooterData = {
author: { name: 'ikenxuan', link: 'https://github.com/ikenxuan' },
group: [
{
title: '框架',
icon: 'fa-solid fa-robot',
links: [
{ name: 'Miao-Yunzai', href: 'https://github.com/yoimiya-kokomi/Miao-Yunzai' },
{ name: 'TRSS-Yunzai', href: 'https://github.com/TimeRainStarSky/Yunzai' },
{ name: 'Yunzai Next', href: 'https://yunzai-org.github.io/docs' },
{ name: 'Karin', href: 'https://karin.fun' },
{ name: 'Yunzai Next', href: 'https://github.com/yunzai-org/yunzaijs' },
{ name: 'Karin', href: 'https://github.com/Karinjs/Karin' },
]
},
{
title: '相关链接',
icon: 'fab fa-github',
links: [
{ name: '插件索引', href: 'https://github.com/yhArcadia/Yunzai-Bot-plugins-index' },
{ name: 'ICQQ Protocol', href: 'https://github.com/icqqjs/icqq' },
{ name: 'VitePress', href: 'https://vitepress.dev' },
{ name: 'ICQQ', href: 'https://github.com/icqqjs/icqq' },
{ name: '插件库', href: 'https://github.com/yhArcadia/Yunzai-Bot-plugins-index' },
{ name: '解析库', href: 'https://github.com/ikenxuan/amagi' }
]
},
]
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/main/douyin.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| 功能 | 支持情况 | 调用相关接口是否需要 ck | 其他 |
| -------------- | -------- | ----------------------- | --------------------------------------------------------------------------- |
| 扫码登录取 ck | <i class="fa-solid fa-xmark fa-beat-fade fa-lg" style="color: #f20707;"></i> | | 风控太严格,无法实现 |
| 扫码登录取 ck | <i class="fa-solid fa-check fa-shake fa-lg" style="color: #58fe79;"></i> | | 仅支持 Windows 系统,命令:**_#抖音扫码登录_** |
| 视频 | <i class="fa-solid fa-check fa-shake fa-lg" style="color: #58fe79;"></i> | <i class="fa-solid fa-check fa-shake fa-lg" style="color: #ff0000;"></i> | |
| 图集 | <i class="fa-solid fa-check fa-shake fa-lg" style="color: #58fe79;"></i> | <i class="fa-solid fa-check fa-shake fa-lg" style="color: #ff0000;"></i> | |
| 评论 | <i class="fa-solid fa-check fa-shake fa-lg" style="color: #58fe79;"></i> | <i class="fa-solid fa-check fa-shake fa-lg" style="color: #ff0000;"></i> | |
Expand Down
2 changes: 1 addition & 1 deletion docs/start/install.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# 安装插件
::: tip 注意
支持 [**Miao-Yunzai V3**](https://github.com/yoimiya-kokomi/Miao-Yunzai)[**TRSS-Yunzai V3**](https://github.com/TimeRainStarSky/Yunzai)[**Yunzai Next**](https://github.com/yunzai-org/yunzaijs)[**Karin**](https://github.com/Karinjs/Karin)<br>
支持 [**Miao-Yunzai V3**](https://github.com/yoimiya-kokomi/Miao-Yunzai)[**TRSS-Yunzai V3**](https://github.com/TimeRainStarSky/Yunzai)[**Yunzai Next**](https://github.com/yunzai-org/yunzaijs)(只要它还适配V3应该就能用)[**Karin**](https://github.com/Karinjs/Karin)<br>
:::
## 获取源码

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@nolebase/markdown-it-bi-directional-links": "2.5.0",
"@nolebase/markdown-it-unlazy-img": "^2.6.1",
"@nolebase/markdown-it-unlazy-img": "^2.8.1",
"@nolebase/vitepress-plugin-enhanced-mark": "2.5.0",
"@nolebase/vitepress-plugin-enhanced-readabilities": "2.5.0",
"@nolebase/vitepress-plugin-git-changelog": "2.5.0",
Expand All @@ -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.1",
"@theojs/lumen": "^3.5.3",
"@types/node": "^22.8.1",
"@shikijs/vitepress-twoslash": "^1.22.2",
"@theojs/lumen": "^3.6.0",
"@types/node": "^22.9.0",
"@vite-pwa/vitepress": "^0.5.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vueuse/core": "^10.11.1",
Expand All @@ -33,14 +33,14 @@
"marked": "^14.1.3",
"medium-zoom": "^1.1.0",
"ncu": "^0.2.1",
"sass": "^1.80.4",
"sass": "^1.80.6",
"sharp": "^0.33.5",
"typescript": "^5.6.3",
"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.1",
"vitepress": "^1.5.0",
"vitepress-markdown-timeline": "^1.2.1",
"vitepress-plugin-codeblocks-fold": "^1.2.28",
"vitepress-plugin-comment-with-giscus": "^1.1.15",
Expand Down

0 comments on commit 03d761d

Please sign in to comment.