hexo-theme-solitude 1.8.6 → 1.8.7

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/_config.yml CHANGED
@@ -875,6 +875,7 @@ CDN:
875
875
 
876
876
  option:
877
877
  solitude_css: https://cdn2.codesign.qq.com/icons/7pOrz0WXB5ZWJPX/latest/iconfont.css
878
+ busuanzi_js: https://pv.lemonso.com/js # 青秸的 Busanzi,相比较官方更稳定、快速
878
879
  # algolia_search:
879
880
  # instantsearch:
880
881
  # pjax:
@@ -48,10 +48,10 @@ div
48
48
  script(src=url_for(theme.cdn.efu_ai))
49
49
 
50
50
  if theme.capsule.enable || theme.music.enable
51
+ script.
52
+ var meting_api = '!{theme.meting_api}';
51
53
  script(src=url_for(theme.cdn.aplayer_js))
52
54
  script(src=url_for(theme.cdn.meting_js))
53
- script.
54
- const meting_api = '!{theme.meting_api}';
55
55
 
56
56
  if theme.post.covercolor.enable
57
57
  case theme.post.covercolor.mode
@@ -27,7 +27,7 @@ include ../head/pwa.pug
27
27
 
28
28
  script.
29
29
  console.log(
30
- "%c Program: Hexo %c Theme: Solitude %c Version: v1.8.6",
30
+ "%c Program: Hexo %c Theme: Solitude %c Version: v1.8.7",
31
31
  "border-radius:5px 0 0 5px;padding: 5px 10px;color:white;background:#ff3842;",
32
32
  "padding: 5px 10px;color:white;background:#3e9f50;",
33
33
  "border-radius:0 5px 5px 0;padding: 5px 10px;background:#0084ff;color:white;"
@@ -11,14 +11,14 @@
11
11
  .webinfo-item-title
12
12
  i.item-icon.solitude.st-visitor-line
13
13
  .item-name= __('aside.pv')
14
- span#busuanzi_value_site_pv
14
+ span#busuanzi_site_pv
15
15
  i.solitude.st-loading-line
16
16
  if theme.aside.siteinfo.uv
17
17
  .webinfo-item
18
18
  .webinfo-item-title
19
19
  i.item-icon.solitude.st-team-fill
20
20
  .item-name= __('aside.uv')
21
- span#busuanzi_value_site_uv
21
+ span#busuanzi_site_uv
22
22
  i.solitude.st-loading-line
23
23
  if theme.aside.siteinfo.runtimeenable
24
24
  .webinfo-item
@@ -57,7 +57,7 @@
57
57
  i.solitude.st-loading-line
58
58
  else
59
59
  if theme.busuanzi
60
- span#busuanzi_value_page_pv
60
+ span#busuanzi_page_pv
61
61
  i.solitude.st-loading-line
62
62
  if theme.post.meta.comment && page.comment && theme.comment.count && theme.comment.use
63
63
  span.post-meta-commentcount(title=_p('post.comment'), onclick="sco.scrollTo('post-comment')")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-solitude",
3
- "version": "1.8.6",
3
+ "version": "1.8.7",
4
4
  "description": "A beautiful, powerful, and efficient Hexo theme developed by the efu.",
5
5
  "main": "package.json",
6
6
  "scripts": {