hexo-theme-volantis 5.3.0 → 5.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/_config.yml +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### [5.3.1](https://github.com/volantis-x/hexo-theme-volantis/compare/v5.3.0...v5.3.1) (2022-05-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **bbtalk:** js config ([4bb7a12](https://github.com/volantis-x/hexo-theme-volantis/commit/4bb7a12a8d1ab384a223b946e7da1f3ecf60c9ac))
|
|
9
|
+
|
|
3
10
|
## [5.3.0](https://github.com/volantis-x/hexo-theme-volantis/compare/v5.2.0...v5.3.0) (2022-05-22)
|
|
4
11
|
|
|
5
12
|
|
package/_config.yml
CHANGED
|
@@ -841,7 +841,7 @@ plugins:
|
|
|
841
841
|
bbtalk:
|
|
842
842
|
# Set `plugins: ["bbtalk"]` to enable in front-matter
|
|
843
843
|
# 不支持 Pjax
|
|
844
|
-
js: https://unpkg.com/bbtalk@0
|
|
844
|
+
js: https://unpkg.com/bbtalk@0/dist/bbtalk.js # BBtalk.js
|
|
845
845
|
appId: 0KzOX4vC7Jsk6vzUGNeEiUaI-gzGzoHsz # your appID
|
|
846
846
|
appKey: HwCiWuxfpvKiLm4teCUgTIba # your appKEY
|
|
847
847
|
serverURLs: https://bbapi.heson10.com # Request Api 域名
|