Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hexo-blog-encrypt 与 hexo-tag-aplayer 的兼容问题 #124

Closed
GZ-Metal-Cell opened this issue Dec 28, 2023 · 5 comments
Closed

hexo-blog-encrypt 与 hexo-tag-aplayer 的兼容问题 #124

GZ-Metal-Cell opened this issue Dec 28, 2023 · 5 comments

Comments

@GZ-Metal-Cell
Copy link

如果使用 hexo-blog-encrypt 给文章加密,那么解密后 hexo-tag-aplayer 会失效,该如何解决?

@EthanLiu6
Copy link

解决了吗老哥

@GZ-Metal-Cell
Copy link
Author

解决了吗老哥

解决了,需要在 _config.yml 关闭 aplayer 的预加载:

aplayer:
    asset_inject: false

改为在需要的地方手动加载 APlayer.cssAPlayer.min.js

@EthanLiu6
Copy link

EthanLiu6 commented Apr 16, 2024

解决了吗老哥

解决了,需要在 _config.yml 关闭 aplayer 的预加载:

aplayer:
    asset_inject: false

改为在需要的地方手动加载 APlayer.cssAPlayer.min.js

谢谢你哈,其实我之前就关了,发现并没有遇到这样的错误,感谢您的回复哈,不过我还有个问题,就是加密文章解密查看后目录怎么才能看到

@GZ-Metal-Cell
Copy link
Author

解决了吗老哥

解决了,需要在 _config.yml 关闭 aplayer 的预加载:

aplayer:
    asset_inject: false

改为在需要的地方手动加载 APlayer.cssAPlayer.min.js

谢谢你哈,其实我之前就关了,发现并没有遇到这样的错误,感谢您的回复哈,不过我还有个问题,就是加密文章解密查看后目录怎么才能看到

这个问题有点复杂,根据 hexo-blog-encrypt 里所说,在文章解密完成时会派发事件 'hexo-blog-decrypt',需要找到你生成目录的代码,在监听到事件 'hexo-blog-decrypt' 后再执行一遍生成目录的代码,不同 hexo 主题可能不太一样……

@EthanLiu6
Copy link

解决了吗老哥

解决了,需要在 _config.yml 关闭 aplayer 的预加载:

aplayer:
    asset_inject: false

改为在需要的地方手动加载 APlayer.cssAPlayer.min.js

谢谢你哈,其实我之前就关了,发现并没有遇到这样的错误,感谢您的回复哈,不过我还有个问题,就是加密文章解密查看后目录怎么才能看到

这个问题有点复杂,根据 hexo-blog-encrypt 里所说,在文章解密完成时会派发事件 'hexo-blog-decrypt',需要找到你生成目录的代码,在监听到事件 'hexo-blog-decrypt' 后再执行一遍生成目录的代码,不同 hexo 主题可能不太一样……

好的,谢谢您的解答

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants