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 f4d046e commit 0f255bb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 37 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ jobs:
node-version: 20
cache: yarn

- name: 配置yarn忽视引擎错误
run: yarn config set ignore-engines true

- name: 安装依赖
run: yarn install --frozen-lockfile
run: |-
yarn config set ignore-engines true
yarn install --frozen-lockfile
- name: 构建文档
env:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
cache: yarn

- name: 安装依赖
run: yarn install --frozen-lockfile
run: |-
yarn config set ignore-engines true
yarn install --frozen-lockfile
- name: 构建文档
env:
Expand Down
8 changes: 1 addition & 7 deletions src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,7 @@ export default defineUserConfig({

navbar: [ // 顶部导航栏
{ text: "主页", link: "/" },
{
text: "下载",
children: [
{ text: "本体", link: "/download/" },
{ text: "扩展", link: "/extensions/" },
]
},
{ text: "下载", link: "/download/" },
{
text: "参考",
children: [
Expand Down
25 changes: 0 additions & 25 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,3 @@ footer:
recordLink: https://easybangumi.org
startYear: 2022
---

<!-- ---
home: true
meta:
- name: keywords
content: 纯纯看番, EasyBangumi, Animation, Android app
lang: zh_CN
heroImage: /icons/FAVICON-RAW.png
heroHeight: 140
actions:
- text: 下载纯纯看番 →
link: /download/
type: primary
- text: 扩展列表
link: /extensions/
type: secondary
features:
- title: 插件化
details: 系统的插件化框架,通过安装插件来获取更多的源。
- title: 追番
details: 每次打开纯纯看番,你都可以接收到来自多个番剧源的番剧更新提示。
- title: 自定义
details: 纯纯看番具有相当多的主题选项,也可以跟随系统自动设置暗黑模式。
footer: Apache-2.0 Licensed | Copyright © 2022-present EasyBangumi.org
--- -->

0 comments on commit 0f255bb

Please sign in to comment.