Skip to content

Commit

Permalink
doc:修改插件页面描述
Browse files Browse the repository at this point in the history
  • Loading branch information
AyalaKaguya committed Jul 9, 2024
1 parent a9a370c commit f6ebd8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 0 additions & 6 deletions src/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import { defineUserConfig } from 'vuepress'
import { viteBundler } from '@vuepress/bundler-vite'
import { recoTheme } from 'vuepress-theme-reco'
import { registerComponentsPlugin } from '@vuepress/plugin-register-components'
import { googleAnalyticsPlugin } from '@vuepress/plugin-google-analytics'
import { searchPlugin } from '@vuepress/plugin-search'
import { getDirname, path } from '@vuepress/utils'
const __dirname = getDirname(import.meta.url)

export default defineUserConfig({
// 头部设置
Expand Down Expand Up @@ -93,9 +90,6 @@ export default defineUserConfig({

// 插件
plugins: [
registerComponentsPlugin({
componentsDir: path.resolve(__dirname, './components'),
}),
googleAnalyticsPlugin({
id: "G-9CF0ZQPB32"
}),
Expand Down
8 changes: 6 additions & 2 deletions src/extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ sidebar: false
---
# 扩展

可供纯纯看番使用的扩展,你可以在以下列表或者其他地方下载。
::: danger 警告
纯纯看番官网今后将不再提供第三方插件下载

<ExtensionsWrapper/>
如果你想参与社区插件的开发,请到[CommunityExtension](https://github.com/easybangumiorg/CommunityExtension)仓库。

如果你仍然想下载插件,请到[社区插件发布页](https://github.com/easybangumiorg/CommunityExtension/releases/latest)自行下载。
:::

0 comments on commit f6ebd8e

Please sign in to comment.