Skip to content

Commit

Permalink
update remove mp3 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuly authored Feb 20, 2023
1 parent be38a2c commit 7a65ec9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 25 deletions.
11 changes: 0 additions & 11 deletions packages/document/docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,9 @@ import DefaultTheme from 'vitepress/theme'
import './custom.css'
import 'wviewui/dist/styles.css'
import { EnhanceAppContext } from 'vitepress'
import vitepressMusic from 'vitepress-plugin-music'
import 'vitepress-plugin-music/lib/css/index.css'

const playlist = [
{
name: '群青',
author: 'YOASOBI',
file: '/群青.mp3',
}
]

export default {
...DefaultTheme,
enhanceApp(ctx: EnhanceAppContext) {
vitepressMusic(playlist)
}
}
Binary file removed packages/document/docs/src/public/群青.mp3
Binary file not shown.
1 change: 0 additions & 1 deletion packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"markdown-it": "^13.0.1",
"unplugin-vue-define-options": "0",
"vitepress": "1.0.0-alpha.36",
"vitepress-plugin-music": "^0.0.9",
"vue": "^3.2.45"
},
"dependencies": {
Expand Down
13 changes: 0 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 7a65ec9

@vercel
Copy link

@vercel vercel bot commented on 7a65ec9 Feb 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wview-wiki – ./

wview-wiki.vercel.app
wview-wiki-git-main-windy00.vercel.app
wview-wiki-windy00.vercel.app

Please sign in to comment.