小于 1 分钟
小于 1 分钟
WebsiteTechnicalProblems 网站技术问题
Q1 为什么有时候“小奶奶诗集”界面中的播放器无法正常显示?
Why sometimes the player in the "Little Grandmother's Poetry Collection" interface cannot be displayed properly?
解决方案
出现这种情况是正常的,由于使用的是APlayer.js和Meting.js脚本,播放音乐时会从网易云音乐进行歌词、音频、封面文件的获取,如有存在速率或带宽限制,页面内容呈现时间会较长。此外,我们的网站托管在Github上,可能由于Github使用了境外服务器,导致加载时间较长。
大约 1 分钟
2025.02.03 v.alpha-0.0.4
- 更新版本号至v.alpha-0.0.4
import { readingTimePlugin } from '@vuepress/plugin-reading-time'; //支持显示阅读所需时间(未启用)
import { noticePlugin } from '@vuepress/plugin-notice';//支持在网页右上角显示通知
import { watermarkPlugin } from '@vuepress/plugin-watermark';//支持添加水印(仅在猎奇文章合集页面启用)
import { copyrightPlugin } from '@vuepress/plugin-copyright';//支持在用户复制时追加版权信息(未启用)
// 或禁止复制(仅在猎奇文章合集页面启用)
大约 2 分钟