Skip to content

Commit

Permalink
fix: increase the number of seconds to monitor the playback state
Browse files Browse the repository at this point in the history
  • Loading branch information
xcyeye committed Dec 7, 2021
1 parent 67993dd commit 08b06d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -176,7 +176,7 @@ export default {
//播放
this.playMusicStatus = true
}
},2500)
},3500)
if (!disabledSpace) {
window.addEventListener('keyup',this.keyListener)
Expand Down
2 changes: 1 addition & 1 deletion Aurora-theme/package.json
@@ -1,6 +1,6 @@
{
"name": "vuepress-theme-aurora",
"version": "1.11.1-beta.4",
"version": "1.11.1-beta.6",
"description": "A vuepress-based animation blog theme, simple, beautiful, multi-color, multiple custom functions, providing article poster sharing, talk, photo album, comment and other features 一个基于vuepress的动漫类博客主题,简洁,漂亮,多色彩,多种自定义功能,提供文章海报分享,说说,相册,评论等特色功�?",
"main": "./lib/node/index.js",
"directories": {
Expand Down

0 comments on commit 08b06d3

Please sign in to comment.