Skip to content

Commit

Permalink
chore: 更新项目依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
AyalaKaguya committed Jul 17, 2024
1 parent 36780d1 commit 733973b
Show file tree
Hide file tree
Showing 4 changed files with 487 additions and 766 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"homepage": "https://github.com/easybangumiorg/.github#readme",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^2.0.0-rc.37",
"@vuepress/plugin-register-components": "^2.0.0-rc.37",
"@vuepress/plugin-search": "^2.0.0-rc.37",
"vuepress": "2.0.0-rc.13",
"vuepress-theme-reco": "2.0.0-rc.16"
Expand Down
13 changes: 1 addition & 12 deletions src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { defineUserConfig } from 'vuepress'
import { viteBundler } from '@vuepress/bundler-vite'
import { recoTheme } from 'vuepress-theme-reco'
import { googleAnalyticsPlugin } from '@vuepress/plugin-google-analytics'
// import { searchPlugin } from '@vuepress/plugin-search'

export default defineUserConfig({
// 头部设置
Expand All @@ -13,10 +12,7 @@ export default defineUserConfig({
['meta', { name: 'viewport', content: 'width=device-width, initial-scale=1.0' }],
],

bundler: viteBundler({
viteOptions: {},
vuePluginOptions: {},
}),
bundler: viteBundler({ }),

// 主题配置
theme: recoTheme({
Expand Down Expand Up @@ -93,12 +89,5 @@ export default defineUserConfig({
googleAnalyticsPlugin({
id: "G-9CF0ZQPB32"
}),
// searchPlugin({
// locales: {
// '/': {
// placeholder: '搜索',
// },
// },
// }),
],
})
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ modules: # 指定首页展示模块
bannerBrand:
bgImage: '/images/bg.webp'
title: 纯纯看番
description: 使用 Compose 开发的看番软件,支持多番剧源。
description: 使用 Compose 开发的 Android 看番软件,支持多番剧源。
tagline: 纯纯看番 6,您追番的强大动力,支持番剧搜索、首页推荐、番剧收藏(追番)、番剧分类、多主题、倍速播放、播放历史、投屏功能、番剧下载、弹幕、插件化、插件市场...
buttons:
- { text: 下载, link: "/download/" }
Expand Down
Loading

0 comments on commit 733973b

Please sign in to comment.