Skip to content

Commit

Permalink
✨ feat: use injahow/meting-api
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Aug 11, 2021
1 parent 861cee4 commit 9755c28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 31 deletions.
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
[
'meting',
{
metingApi: 'https://api.injahow.cn/meting/',
meting: {
server: 'netease',
type: 'playlist',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"workspaces": [
"packages/*"
],
"description": "Add some lovely plugins in your vuepress!",
"description": "Add some lovely plugins to your vuepress!",
"keywords": [
"vuepress",
"plugin",
Expand All @@ -24,7 +24,7 @@
"vuepress-plugin-cursor-effects": "^1.0.2",
"vuepress-plugin-dynamic-title": "^1.0.0",
"vuepress-plugin-go-top": "^1.0.4",
"vuepress-plugin-meting": "^0.2.3",
"vuepress-plugin-meting": "^0.3.0",
"vuepress-plugin-ribbon": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/vuepress-plugin-meting
2 changes: 1 addition & 1 deletion scripts/batch-push.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
commitAndPush() {
commitMessage=$1
git pull --ff-only
if [[ $(git status -s) ]];then
git pull --ff-only
git add -A
git commit -m "${commitMessage}"
git push
Expand Down
27 changes: 0 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7555,33 +7555,6 @@ vuepress-plugin-container@^2.0.2:
"@vuepress/shared-utils" "^1.2.0"
markdown-it-container "^2.0.0"

vuepress-plugin-cursor-effects@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/vuepress-plugin-cursor-effects/-/vuepress-plugin-cursor-effects-1.0.2.tgz#88154c5f049139dec7c26fa75e45cea115d90300"
integrity sha512-rFV47jvF7vL5tCFt9Whri85Z+Kr95ayV6JtPefWyP4dsSoUiMaxR5HSw8EY+Nb07EdjygQce3u0olTsoOciEFw==

vuepress-plugin-dynamic-title@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/vuepress-plugin-dynamic-title/-/vuepress-plugin-dynamic-title-1.0.0.tgz#867e7a8b821ad35ccfaaafc2358bc129817d422f"
integrity sha512-CN1wtkPNG3shGzEFgqOa2dzojSle7SeAaf+Cw77Xmkv8jvB3wO5r2zXkIHTjiclQY1c5q5lE8h2A9vQaLdor2Q==

vuepress-plugin-go-top@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/vuepress-plugin-go-top/-/vuepress-plugin-go-top-1.0.4.tgz#b2c359d85280e8737c65a43fde6e6d42953878af"
integrity sha512-VxYrZmvC9agXVOEzy1G7mJj23p17O7CVmcXhlaFtQ+J827OcIqNC1X646/gOI8Hfn8or17+J+8/Bg0ZSRyizEA==

vuepress-plugin-meting@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/vuepress-plugin-meting/-/vuepress-plugin-meting-0.2.3.tgz#4623124e7e712c936a59d084a143fb0dcb1b7db2"
integrity sha512-3WtCRlKqcB/cYcuFWT2odhnMlkyKK8ZVCeuBHGEWl6ncAEJwwtlgVN2BcwS3UBctDlhNsEefBMz5Ix2hrZpCUQ==
dependencies:
"@moefe/vue-aplayer" "^2.0.0-beta.5"

vuepress-plugin-ribbon@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/vuepress-plugin-ribbon/-/vuepress-plugin-ribbon-1.0.4.tgz#5a35311f76ebde1c01f0113ed24ccd5f46432bae"
integrity sha512-U5kqQo66/zpTwosiN/QaMYOmQ25Dk5xbGH2cjXrM62DbyXyEtM/VhZ1n+zkP+huRpcABaMghiPhlw3YjHR9CfA==

vuepress-plugin-smooth-scroll@^0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/vuepress-plugin-smooth-scroll/-/vuepress-plugin-smooth-scroll-0.0.3.tgz#6eff2d4c186cca917cc9f7df2b0af7de7c8c6438"
Expand Down

0 comments on commit 9755c28

Please sign in to comment.