hexo-theme-volantis 6.0.3 → 6.0.4

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.0.4](https://github.com/volantis-x/hexo-theme-volantis/compare/v6.0.3...v6.0.4) (2026-06-09)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bootcdn被投毒 ([e8f7c33](https://github.com/volantis-x/hexo-theme-volantis/commit/e8f7c33dddb2d23066e12ce81ad168bc0e3da0a1))
9
+
3
10
  ## [6.0.3](https://github.com/volantis-x/hexo-theme-volantis/compare/v6.0.2...v6.0.3) (2026-05-17)
4
11
 
5
12
 
package/_config.yml CHANGED
@@ -62,7 +62,7 @@ cdn_system:
62
62
  # Tip: 在本配置文件中 匹配以 "volantis-static" 开头的链接路径替换为该格式的前缀开头 prefix
63
63
  static:
64
64
  # CDN 链接前缀
65
- prefix: https://unpkg.com/volantis-static@0.0.1660614606622
65
+ prefix: https://unpkg.com/volantis-static@0.0.1761982841160
66
66
  # volantis-static CDN 格式
67
67
  format: ${prefix}/libs/${name}/${file}
68
68
  # cdnjs
@@ -70,7 +70,7 @@ cdn_system:
70
70
  # Tip: 在本配置文件中 匹配以 "volantis-cdnjs" 开头的链接路径替换为该格式的前缀开头 prefix
71
71
  cdnjs:
72
72
  # CDN 链接前缀
73
- prefix: https://cdn.bootcdn.net/ajax/libs
73
+ prefix: https://cdnjs.cloudflare.com/ajax/libs
74
74
  # cdnjs CDN 格式
75
75
  format: ${prefix}/${name}/${version}/${min_file}
76
76
  # ========================================================================
@@ -121,7 +121,6 @@ replace:
121
121
  # dns-prefetch preconnect x-dns-prefetch-control
122
122
  dns_prefetch:
123
123
  - https://unpkg.com
124
- - https://cdn.bootcdn.net
125
124
 
126
125
 
127
126
  # 平滑滚动效果
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-volantis",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "description": "Elegant and powerful theme for Hexo.",
5
5
  "main": "package.json",
6
6
  "scripts": {