hexo-theme-solitude 1.1.0 → 1.2.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.
Files changed (304) hide show
  1. package/LICENSE +674 -19
  2. package/README.md +56 -19
  3. package/README_EN.md +98 -0
  4. package/_config.yml +274 -224
  5. package/languages/en-US.yml +1 -0
  6. package/languages/zh-CN.yml +8 -8
  7. package/layout/404.pug +24 -0
  8. package/layout/archive.pug +11 -0
  9. package/layout/category.pug +16 -0
  10. package/layout/includes/console.pug +42 -0
  11. package/layout/includes/footer.pug +71 -0
  12. package/layout/includes/head/config.pug +79 -0
  13. package/layout/includes/head/pwa.pug +59 -0
  14. package/layout/includes/head.pug +29 -0
  15. package/layout/includes/header.pug +4 -0
  16. package/layout/includes/inject/body.pug +68 -0
  17. package/layout/{partial/compoment/inject/head.ejs → includes/inject/head.pug} +60 -37
  18. package/layout/includes/layout.pug +35 -0
  19. package/layout/{partial/loading.ejs → includes/loading.pug} +19 -17
  20. package/layout/includes/mixins/articleSort.pug +14 -0
  21. package/layout/includes/mixins/pagination.pug +8 -0
  22. package/layout/includes/nav.pug +22 -0
  23. package/layout/includes/page/about.pug +10 -0
  24. package/layout/includes/page/categories.pug +8 -0
  25. package/layout/includes/page/default.pug +2 -0
  26. package/layout/includes/page/echarts.pug +7 -0
  27. package/layout/includes/page/equipment.pug +3 -0
  28. package/layout/includes/page/links.pug +35 -0
  29. package/layout/includes/page/moments.pug +5 -0
  30. package/layout/includes/page/rss.pug +22 -0
  31. package/layout/includes/page/says.pug +20 -0
  32. package/layout/includes/page/tags.pug +8 -0
  33. package/layout/includes/page/tlink.pug +9 -0
  34. package/layout/includes/recent-posts.pug +9 -0
  35. package/layout/includes/sidebar.pug +17 -0
  36. package/layout/includes/widgets/aside/aside.pug +18 -0
  37. package/layout/includes/widgets/aside/asideAllInfo.pug +8 -0
  38. package/layout/includes/widgets/aside/asideArchive.pug +9 -0
  39. package/layout/includes/widgets/aside/asideFlipCard.pug +5 -0
  40. package/layout/includes/widgets/aside/asideHistory.pug +8 -0
  41. package/layout/includes/widgets/aside/asideInfoCard.pug +22 -0
  42. package/layout/includes/widgets/aside/asideNewestPost.pug +16 -0
  43. package/layout/includes/widgets/aside/asidePower.pug +19 -0
  44. package/layout/includes/widgets/aside/asideSwitch.pug +26 -0
  45. package/layout/includes/widgets/aside/asideTag.pug +11 -0
  46. package/layout/includes/widgets/aside/asideToc.pug +5 -0
  47. package/layout/includes/widgets/aside/asideWebInfo.pug +40 -0
  48. package/layout/includes/widgets/aside/asideWelcome.pug +12 -0
  49. package/layout/includes/widgets/home/banner.pug +16 -0
  50. package/layout/includes/widgets/home/bbTimeList.pug +8 -0
  51. package/layout/includes/widgets/home/categoryBar.pug +10 -0
  52. package/layout/includes/widgets/home/categoryGroup.pug +9 -0
  53. package/layout/includes/widgets/home/hometop.pug +9 -0
  54. package/layout/includes/widgets/home/postList.pug +26 -0
  55. package/layout/includes/widgets/home/rencentPost.pug +26 -0
  56. package/layout/includes/widgets/home/topGroup.pug +27 -0
  57. package/layout/includes/widgets/nav/left.pug +10 -0
  58. package/layout/includes/widgets/nav/menu.pug +16 -0
  59. package/layout/includes/widgets/nav/right.pug +23 -0
  60. package/layout/includes/widgets/page/about/authorinfo.pug +12 -0
  61. package/layout/includes/widgets/page/about/award.pug +34 -0
  62. package/layout/includes/widgets/page/about/contentinfo.pug +38 -0
  63. package/layout/includes/widgets/page/about/hobbies.pug +33 -0
  64. package/layout/includes/widgets/page/about/motto.pug +19 -0
  65. package/layout/includes/widgets/page/about/other.pug +61 -0
  66. package/layout/includes/widgets/page/about/personalities.pug +16 -0
  67. package/layout/includes/widgets/page/about/skillsinfo.pug +41 -0
  68. package/layout/includes/widgets/page/banner.pug +14 -0
  69. package/layout/includes/widgets/page/equipment/content.pug +23 -0
  70. package/layout/includes/widgets/page/links/banner.pug +30 -0
  71. package/layout/includes/widgets/page/links/linksCard.pug +18 -0
  72. package/layout/includes/widgets/page/links/linksItem.pug +14 -0
  73. package/layout/includes/widgets/page/moments/angle.pug +24 -0
  74. package/layout/includes/widgets/page/moments/index.pug +18 -0
  75. package/layout/includes/widgets/page/says/saysBottom.pug +11 -0
  76. package/layout/includes/widgets/page/says/saysContent.pug +6 -0
  77. package/layout/includes/widgets/page/says/saysFunction.pug +10 -0
  78. package/layout/includes/widgets/page/says/saysMeta.pug +7 -0
  79. package/layout/includes/widgets/post/award.pug +48 -0
  80. package/layout/includes/widgets/post/copyright.pug +27 -0
  81. package/layout/includes/widgets/post/postMeta.pug +55 -0
  82. package/layout/includes/widgets/post/postNav.pug +25 -0
  83. package/layout/includes/widgets/post/wave.pug +9 -0
  84. package/layout/includes/widgets/randomlink.pug +32 -0
  85. package/layout/includes/widgets/rightside/index.pug +74 -0
  86. package/layout/includes/widgets/third-party/comments/comment.pug +14 -0
  87. package/layout/includes/widgets/third-party/comments/gitalk.pug +0 -0
  88. package/layout/{partial/compoment/third-party/comments/twikoo.ejs → includes/widgets/third-party/comments/twikoo.pug} +8 -9
  89. package/layout/includes/widgets/third-party/comments/valine.pug +0 -0
  90. package/layout/includes/widgets/third-party/music.pug +3 -0
  91. package/layout/includes/widgets/third-party/pjax.pug +30 -0
  92. package/layout/includes/widgets/third-party/search/algolia-search.pug +16 -0
  93. package/layout/includes/widgets/third-party/search/index.pug +7 -0
  94. package/layout/includes/widgets/third-party/search/local-search.pug +15 -0
  95. package/layout/index.pug +20 -0
  96. package/layout/page.pug +32 -0
  97. package/layout/post.pug +43 -0
  98. package/layout/tag.pug +19 -0
  99. package/package.json +3 -3
  100. package/scripts/event/page.js +20 -2
  101. package/scripts/filter/checkThemeConfig.js +0 -1
  102. package/scripts/filter/randomPosts.js +0 -1
  103. package/scripts/helper/{charts.js → echarts.js} +21 -11
  104. package/scripts/helper/related_post.js +10 -3
  105. package/scripts/helper/stylus.js +23 -0
  106. package/scripts/tags/bvideo.js +1 -36
  107. package/scripts/tags/fold.js +2 -3
  108. package/scripts/tags/note.js +6 -2
  109. package/scripts/tags/tabs.js +1 -1
  110. package/source/css/_comment/index.styl +121 -0
  111. package/source/css/_comment/twikoo.styl +515 -0
  112. package/source/css/_extra/console.styl +354 -0
  113. package/source/css/_extra/rightmenu.styl +83 -0
  114. package/source/css/_global/animation.css +756 -0
  115. package/source/css/_global/function.styl +83 -0
  116. package/source/css/_global/index.styl +120 -0
  117. package/source/css/_global/var.styl +1 -0
  118. package/source/css/_layout/articleSort.styl +199 -0
  119. package/source/css/_layout/base.styl +392 -0
  120. package/source/css/_layout/footer.styl +359 -0
  121. package/source/css/_layout/header.styl +1331 -0
  122. package/source/css/_layout/index.styl +293 -0
  123. package/source/css/_layout/sidebar.styl +226 -0
  124. package/source/css/_mode/index.styl +52 -0
  125. package/source/css/_page/about.styl +944 -0
  126. package/source/css/_page/category.styl +141 -0
  127. package/source/css/_page/equipment.styl +108 -0
  128. package/source/css/_page/error.styl +161 -0
  129. package/source/css/_page/home.styl +58 -0
  130. package/source/css/_page/homeTop.styl +1035 -0
  131. package/source/css/_page/index.styl +22 -0
  132. package/source/css/_page/link.styl +433 -0
  133. package/source/css/_page/moment.styl +186 -0
  134. package/source/css/_page/rss.styl +87 -0
  135. package/source/css/_page/says.styl +353 -0
  136. package/source/css/_page/tag.styl +56 -0
  137. package/source/css/_post/commentBarrage.styl +149 -0
  138. package/source/css/_post/externalTags.styl +694 -0
  139. package/source/css/_post/highlight.styl +96 -0
  140. package/source/css/_post/index.styl +935 -0
  141. package/source/css/_post/pagination.styl +467 -0
  142. package/source/css/_post/postContent.styl +957 -0
  143. package/source/css/_post/relatedPost.styl +160 -0
  144. package/source/css/_post/reward.styl +217 -0
  145. package/source/css/_search/algolia-search.styl +206 -0
  146. package/source/css/_search/local-search.styl +112 -0
  147. package/source/css/_widgets/aside/allinfo.styl +134 -0
  148. package/source/css/_widgets/aside/flip.styl +68 -0
  149. package/source/css/_widgets/aside/history.styl +35 -0
  150. package/source/css/_widgets/aside/index.styl +156 -0
  151. package/source/css/_widgets/aside/info.styl +263 -0
  152. package/source/css/_widgets/aside/newPost.styl +55 -0
  153. package/source/css/_widgets/aside/power.styl +90 -0
  154. package/source/css/_widgets/aside/toc.styl +85 -0
  155. package/source/css/_widgets/aside/welcome.styl +14 -0
  156. package/source/css/_widgets/index.styl +3 -0
  157. package/source/css/index.styl +40 -0
  158. package/source/img/default.png +0 -0
  159. package/source/img/logo-horizontal_version.png +0 -0
  160. package/source/img/pwa/16.png +0 -0
  161. package/source/img/pwa/180.png +0 -0
  162. package/source/img/pwa/192.png +0 -0
  163. package/source/img/pwa/32.png +0 -0
  164. package/source/img/pwa/512.png +0 -0
  165. package/source/img/pwa/logo.png +0 -0
  166. package/source/img/pwa/siteicon/splash-1125x2436.png +0 -0
  167. package/source/img/pwa/siteicon/splash-1136x640.png +0 -0
  168. package/source/img/pwa/siteicon/splash-1170x2532.png +0 -0
  169. package/source/img/pwa/siteicon/splash-1179x2556.png +0 -0
  170. package/source/img/pwa/siteicon/splash-1242x2208.png +0 -0
  171. package/source/img/pwa/siteicon/splash-1242x2688.png +0 -0
  172. package/source/img/pwa/siteicon/splash-1248x2778.png +0 -0
  173. package/source/img/pwa/siteicon/splash-1290x2796.png +0 -0
  174. package/source/img/pwa/siteicon/splash-1334x750.png +0 -0
  175. package/source/img/pwa/siteicon/splash-1536x2048.png +0 -0
  176. package/source/img/pwa/siteicon/splash-1620x2160.png +0 -0
  177. package/source/img/pwa/siteicon/splash-1668x2224.png +0 -0
  178. package/source/img/pwa/siteicon/splash-1668x2388.png +0 -0
  179. package/source/img/pwa/siteicon/splash-1792x828.png +0 -0
  180. package/source/img/pwa/siteicon/splash-2048x1536.png +0 -0
  181. package/source/img/pwa/siteicon/splash-2048x2732.png +0 -0
  182. package/source/img/pwa/siteicon/splash-2160x1620.png +0 -0
  183. package/source/img/pwa/siteicon/splash-2208x1242.png +0 -0
  184. package/source/img/pwa/siteicon/splash-2224x1668.png +0 -0
  185. package/source/img/pwa/siteicon/splash-2388x1668.png +0 -0
  186. package/source/img/pwa/siteicon/splash-2436x1125.png +0 -0
  187. package/source/img/pwa/siteicon/splash-2532x1170.png +0 -0
  188. package/source/img/pwa/siteicon/splash-2556x1179.png +0 -0
  189. package/source/img/pwa/siteicon/splash-2688x1242.png +0 -0
  190. package/source/img/pwa/siteicon/splash-2732x2048.png +0 -0
  191. package/source/img/pwa/siteicon/splash-2778x1248.png +0 -0
  192. package/source/img/pwa/siteicon/splash-2796x1290.png +0 -0
  193. package/source/img/pwa/siteicon/splash-640x1136.png +0 -0
  194. package/source/img/pwa/siteicon/splash-750x1334.png +0 -0
  195. package/source/img/pwa/siteicon/splash-828x1792.png +0 -0
  196. package/source/img/solitude-show.jpg +0 -0
  197. package/source/js/commentBarrage.js +8 -5
  198. package/source/js/extend/console/comment.js +60 -63
  199. package/source/js/extend/covercolor/local.js +105 -95
  200. package/source/js/extend/search/algolia-search.js +104 -111
  201. package/source/js/extend/search/local-search.js +7 -7
  202. package/source/js/main.js +673 -520
  203. package/source/js/utils.js +131 -137
  204. package/source/lib/chuckle-post-ai.js +1 -1
  205. package/layout/404.ejs +0 -34
  206. package/layout/archive.ejs +0 -10
  207. package/layout/category.ejs +0 -18
  208. package/layout/index.ejs +0 -20
  209. package/layout/layout.ejs +0 -30
  210. package/layout/page/about.ejs +0 -13
  211. package/layout/page/categories.ejs +0 -12
  212. package/layout/page/circle.ejs +0 -5
  213. package/layout/page/echarts.ejs +0 -14
  214. package/layout/page/equipment.ejs +0 -2
  215. package/layout/page/links.ejs +0 -46
  216. package/layout/page/page.ejs +0 -3
  217. package/layout/page/rss.ejs +0 -37
  218. package/layout/page/says.ejs +0 -17
  219. package/layout/page/tags.ejs +0 -12
  220. package/layout/page/tlink.ejs +0 -11
  221. package/layout/page.ejs +0 -45
  222. package/layout/partial/body.ejs +0 -7
  223. package/layout/partial/compoment/about/authorinfo.ejs +0 -18
  224. package/layout/partial/compoment/about/award.ejs +0 -59
  225. package/layout/partial/compoment/about/contentinfo.ejs +0 -33
  226. package/layout/partial/compoment/about/hobbies.ejs +0 -53
  227. package/layout/partial/compoment/about/motto.ejs +0 -17
  228. package/layout/partial/compoment/about/other.ejs +0 -76
  229. package/layout/partial/compoment/about/personalities.ejs +0 -11
  230. package/layout/partial/compoment/about/skillsinfo.ejs +0 -62
  231. package/layout/partial/compoment/aside/aside.ejs +0 -28
  232. package/layout/partial/compoment/aside/asideAllInfo.ejs +0 -6
  233. package/layout/partial/compoment/aside/asideArchive.ejs +0 -11
  234. package/layout/partial/compoment/aside/asideFlipCard.ejs +0 -72
  235. package/layout/partial/compoment/aside/asideHistory.ejs +0 -49
  236. package/layout/partial/compoment/aside/asideInfoCard.ejs +0 -39
  237. package/layout/partial/compoment/aside/asideNewestPost.ejs +0 -31
  238. package/layout/partial/compoment/aside/asidePower.ejs +0 -31
  239. package/layout/partial/compoment/aside/asideSwitch.ejs +0 -41
  240. package/layout/partial/compoment/aside/asideTag.ejs +0 -5
  241. package/layout/partial/compoment/aside/asideToc.ejs +0 -11
  242. package/layout/partial/compoment/aside/asideWebInfo.ejs +0 -60
  243. package/layout/partial/compoment/aside/asideWelcome.ejs +0 -33
  244. package/layout/partial/compoment/circle/angle.ejs +0 -26
  245. package/layout/partial/compoment/circle/banner.ejs +0 -11
  246. package/layout/partial/compoment/circle/content.ejs +0 -19
  247. package/layout/partial/compoment/dorakika/rightmenu.ejs +0 -100
  248. package/layout/partial/compoment/equipment/list.ejs +0 -37
  249. package/layout/partial/compoment/home/homeCategoryBar.ejs +0 -11
  250. package/layout/partial/compoment/home/postList.ejs +0 -37
  251. package/layout/partial/compoment/hometop/bbTimeList.ejs +0 -15
  252. package/layout/partial/compoment/hometop/categoryGroup.ejs +0 -19
  253. package/layout/partial/compoment/hometop/groupTag.ejs +0 -30
  254. package/layout/partial/compoment/hometop/topGroup.ejs +0 -41
  255. package/layout/partial/compoment/inject/body.ejs +0 -72
  256. package/layout/partial/compoment/links/angle.ejs +0 -26
  257. package/layout/partial/compoment/links/banner.ejs +0 -42
  258. package/layout/partial/compoment/links/linksCard.ejs +0 -27
  259. package/layout/partial/compoment/links/linksItem.ejs +0 -21
  260. package/layout/partial/compoment/mixins/articleSort.ejs +0 -26
  261. package/layout/partial/compoment/mixins/pagination.ejs +0 -11
  262. package/layout/partial/compoment/nav/left.ejs +0 -22
  263. package/layout/partial/compoment/nav/menu.ejs +0 -25
  264. package/layout/partial/compoment/nav/right.ejs +0 -42
  265. package/layout/partial/compoment/post/award.ejs +0 -52
  266. package/layout/partial/compoment/post/copyright.ejs +0 -37
  267. package/layout/partial/compoment/post/postMeta.ejs +0 -83
  268. package/layout/partial/compoment/post/postNav.ejs +0 -41
  269. package/layout/partial/compoment/post/wave.ejs +0 -14
  270. package/layout/partial/compoment/says/banner.ejs +0 -10
  271. package/layout/partial/compoment/says/saysBottom.ejs +0 -18
  272. package/layout/partial/compoment/says/saysContent.ejs +0 -10
  273. package/layout/partial/compoment/says/saysFunction.ejs +0 -15
  274. package/layout/partial/compoment/third-party/comments/comment.ejs +0 -12
  275. package/layout/partial/compoment/third-party/comments/twikoo_k.ejs +0 -29
  276. package/layout/partial/compoment/third-party/music.ejs +0 -5
  277. package/layout/partial/compoment/third-party/pjax.ejs +0 -31
  278. package/layout/partial/compoment/third-party/search/algolia-search.ejs +0 -20
  279. package/layout/partial/compoment/third-party/search/index.ejs +0 -10
  280. package/layout/partial/compoment/third-party/search/local-search.ejs +0 -22
  281. package/layout/partial/compoment/tlink/banner.ejs +0 -10
  282. package/layout/partial/console.ejs +0 -68
  283. package/layout/partial/footer.ejs +0 -104
  284. package/layout/partial/head.ejs +0 -37
  285. package/layout/partial/header.ejs +0 -6
  286. package/layout/partial/hometop.ejs +0 -15
  287. package/layout/partial/nav.ejs +0 -34
  288. package/layout/partial/pwa.ejs +0 -40
  289. package/layout/partial/sidebar.ejs +0 -31
  290. package/layout/post.ejs +0 -52
  291. package/layout/tag.ejs +0 -19
  292. package/scripts/filter/katex.js +0 -25
  293. package/scripts/helper/randomLinks.js +0 -16
  294. package/scripts/helper/themeJsExport.js +0 -79
  295. package/scripts/tags/expand.js +0 -4
  296. package/scripts/tags/hide.js +0 -70
  297. package/source/css/commentBarrage.css +0 -174
  298. package/source/css/custom.css +0 -901
  299. package/source/css/main.css +0 -16420
  300. package/source/css/search/algolia-search.css +0 -141
  301. package/source/css/search/local-search.css +0 -138
  302. package/source/css/var.css +0 -189
  303. package/source/js/extend/covercolor/web.js +0 -137
  304. /package/source/js/{rightmenu.js → rightside.js} +0 -0
package/_config.yml CHANGED
@@ -3,8 +3,8 @@ site:
3
3
  name: # 左上角显示内容
4
4
  class: text #i_class/text/img
5
5
  custom: Solitude #自定义内容 例如:scoicon sco-logo / 王卓Sco / https://p.sondy.top/logo.png
6
- siteIcon: https://bu.dusays.com/2023/10/31/6540daf117d20.png # 网页icon
7
- icon: https://bu.dusays.com/2023/10/31/6540daf117d20.png # 页脚的icon、加载动画默认的icon
6
+ siteIcon: https://bu.dusays.com/2023/11/08/654af68b25bb8.jpg # 网页icon
7
+ icon: https://bu.dusays.com/2023/11/08/654af68b25bb8.jpg # 页脚的icon、加载动画默认的icon
8
8
  icp: # ICP 例如:湘ICP备2023015327号
9
9
 
10
10
 
@@ -14,97 +14,92 @@ nav:
14
14
  left:
15
15
  enable: false
16
16
  menu:
17
- # 项目:
18
- # Solitude:
19
- # icon: https://bu.dusays.com/2023/10/31/6540daf117d20.png
20
- # url: https://github.com/DuoSco/Hexo-Theme-solitude
17
+ # 项目:
18
+ # Solitude:
19
+ # icon: https://bu.dusays.com/2023/11/08/654af68b25bb8.jpg
20
+ # url: https://github.com/DuoSco/Hexo-Theme-solitude
21
21
 
22
- # 导航栏内容
22
+ # 导航栏内容
23
23
  menu:
24
- # 文库:
25
- # url: false
26
- # child:
27
- # 文章列表:
28
- # url: /archives/
29
- # icon: scoicon sco-folder-fill
30
- # 全部分类:
31
- # url: /categories/
32
- # icon: scoicon sco-checkbox-multiple-blank-fill
33
- # 全部标签:
34
- # url: /tags/
35
- # icon: scoicon sco-price-tag-fill
36
- # 友链:
37
- # url: false
38
- # child:
39
- # 鱼塘:
40
- # url: /moments/
41
- # icon: scoicon sco-wifi-fill
42
- # 友情链接:
43
- # url: /links/
44
- # icon: scoicon sco-group-fill
45
- # 宝藏博主:
46
- # url: javascript:travelling()
47
- # icon: scoicon sco-gift-fill
48
- # 我的:
49
- # url: false
50
- # child:
51
- # 装备:
52
- # url: /equipment/
53
- # icon: scoicon sco-laptop-line
54
- # 工具箱:
55
- # url: /tlink/
56
- # icon: scoicon sco-tools-fill
57
- # 关于:
58
- # url: false
59
- # child:
60
- # 关于本站:
61
- # url: /about/
62
- # icon: scoicon sco-contacts-fill
24
+ 文库:
25
+ url: false
26
+ child:
27
+ 文章列表:
28
+ url: /archives/
29
+ icon: scoicon sco-folder-fill
30
+ 全部分类:
31
+ url: /categories/
32
+ icon: scoicon sco-checkbox-multiple-blank-fill
33
+ 全部标签:
34
+ url: /tags/
35
+ icon: scoicon sco-price-tag-fill
36
+ # 友链:
37
+ # url: false
38
+ # child:
39
+ # 鱼塘:
40
+ # url: /moments/
41
+ # icon: scoicon sco-wifi-fill
42
+ # 友情链接:
43
+ # url: /links/
44
+ # icon: scoicon sco-group-fill
45
+ # 宝藏博主:
46
+ # url: javascript:travelling()
47
+ # icon: scoicon sco-gift-fill
48
+ # 我的:
49
+ # url: false
50
+ # child:
51
+ # 装备:
52
+ # url: /equipment/
53
+ # icon: scoicon sco-laptop-line
54
+ # 工具箱:
55
+ # url: /tlink/
56
+ # icon: scoicon sco-tools-fill
57
+ # 关于:
58
+ # url: false
59
+ # child:
60
+ # 关于本站:
61
+ # url: /about/
62
+ # icon: scoicon sco-contacts-fill
63
63
 
64
64
 
65
65
  # 导航栏右侧快捷菜单 (true,false)
66
66
  right: # @todo 允许用户自定义
67
- travellings: true #开往
68
- random: true # 随机文章跳转
69
- console: true #控制台
70
-
71
- # 自定义icon
72
- icon:
73
- customicon:
67
+ travellings: false #开往
68
+ random: false # 随机文章跳转
69
+ console: false #控制台
74
70
 
75
71
  # 首页顶部样式
76
72
  hometop:
77
- bbtime: false # 即刻顶部是否开启
78
73
  banner:
79
- enable: true # 是否打开顶部banner
74
+ enable: false # 是否打开顶部banner
80
75
  title: 宁静致远<br>热爱生活 # 左上角显示文字
81
- url: WWW.WZSCO.TOP # title下方小字
76
+ url: Hexo-Theme-Solitude # title下方小字
82
77
  # 轮播icon
83
78
  icon:
84
- HTML:
85
- img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/HTML.png
86
- color: '#e9572b'
87
- JS:
88
- img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/JS.png
89
- color: '#f7cb4f'
90
- Kotlin:
91
- img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/kotlin-logo.svg
92
- color: '#ffffff'
93
- Docker:
94
- img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/docker.png
95
- color: '#57b6e6'
96
- Flutter:
97
- img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/flutter.png
98
- color: '#ffffff'
99
- WebPack:
100
- img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/webpack.png
101
- color: '#2e3a41'
102
- Git:
103
- img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/git.png
104
- color: '#df5b40'
105
- VS:
106
- img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/vs-logo.svg
107
- color: '#ffffff'
79
+ # HTML:
80
+ # img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/HTML.png
81
+ # color: '#e9572b'
82
+ # JS:
83
+ # img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/JS.png
84
+ # color: '#f7cb4f'
85
+ # Kotlin:
86
+ # img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/kotlin-logo.svg
87
+ # color: '#ffffff'
88
+ # Docker:
89
+ # img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/docker.png
90
+ # color: '#57b6e6'
91
+ # Flutter:
92
+ # img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/flutter.png
93
+ # color: '#ffffff'
94
+ # WebPack:
95
+ # img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/webpack.png
96
+ # color: '#2e3a41'
97
+ # Git:
98
+ # img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/git.png
99
+ # color: '#df5b40'
100
+ # VS:
101
+ # img: https://npm.elemecdn.com/wleelw-blog-abs@1.0.0/img/icon/vs-logo.svg
102
+ # color: '#ffffff'
108
103
 
109
104
  # 顶部三大分类
110
105
  categoryGroup:
@@ -124,7 +119,7 @@ hometop:
124
119
  # 右侧置顶列表(在文章的front matter中添加“recommend: true”)
125
120
  recommendList:
126
121
  sup: 置顶 # 左上角显示文字
127
- title: 主题文档 # 左下角大字
122
+ title: Solitude主题文档 # 左下角大字
128
123
  url: https://docs.wzsco.top/ # 点击跳转链接
129
124
  img: /img/default.png # 显示背景
130
125
  color: '#ff0000' # 背景颜色
@@ -143,13 +138,17 @@ aside:
143
138
  Sticky: "newestPost,allInfo"
144
139
  # 爱发电
145
140
  power:
146
- link: https://afdian.net/a/wleelw0u0
147
- post: true
148
- page: false
141
+ link: https://afdian.net/a/wleelw0u0 # 爱发电链接
142
+ # list:
143
+ # - name: 王卓Sco
144
+ # avatar: https://bu.dusays.com/2023/11/04/6545e8a57f97b.jpg
145
+ # descr: 宁静致远,热爱生活。
146
+ # link: https://afdian.net/u/wleelw0u0
149
147
  # 侧边栏个人信息卡片
150
148
  card:
149
+ # 头像信息
151
150
  author:
152
- img: https://bu.dusays.com/2023/10/31/6540daf117d20.png # 头像
151
+ img: https://bu.dusays.com/2023/11/08/654af68b25bb8.jpg # 头像图片
153
152
  js: https://cdn3.codesign.qq.com/icons/XgRxnjPG4VZLmqr/latest/iconfont.js # 自定义图标js(用于显示带颜色的状态表情)
154
153
  state: "#sco-smile" # 状态表情(使用symbol)
155
154
  content: 分享自己对编程的<b>热爱</b>,对美好生活的<b>向往</b>,对知识海洋<b>探索历程</b>。 # 文案1
@@ -162,10 +161,6 @@ aside:
162
161
  Bilibili:
163
162
  icon: scoicon sco-bilibili-line
164
163
  url: https://space.bilibili.com/1329819902
165
- # 跳转按钮
166
- button:
167
- text: 了解更多
168
- url: /about/
169
164
  # 公众号二维码
170
165
  flip:
171
166
  favicon: # 右下角头像
@@ -175,7 +170,7 @@ aside:
175
170
  welcome:
176
171
  enable: false
177
172
  title: #【选填】留空将默认显示为:来访者
178
- icon:
173
+ icon: #【选填】留空将默认显示为:scoicon sco-map-pin-line
179
174
  key: # 腾讯key
180
175
  longitude: 112.8455033596802 # 经度
181
176
  Latitude: 26.430308353457896 # 纬度
@@ -183,19 +178,30 @@ aside:
183
178
  history:
184
179
  enable: false
185
180
  title: #【选填】留空将默认显示为:那年今日
186
- icon:
181
+ icon: #【选填】留空将默认显示为:scoicon sco-calendar-line
187
182
  # 页面目录
188
183
  toc:
189
184
  post: true # 在文章页显示
190
185
  page: false # 在任意页显示
191
186
 
187
+ # 侧边栏文章列表
188
+ tags:
189
+ enable: false # 是否显示标签
190
+ highlight: false # 高亮显示
191
+ list: # 高亮显示标签列表
192
+ - 'Solitude-使用'
193
+
194
+ # 侧边栏归档
195
+ archive:
196
+ enable: false # 是否显示
197
+
192
198
  # 建站信息
193
199
  siteinfo:
194
- postcount: false # 文章数
195
- wordcount: false # 总字数
196
- pv: false # 访问量
197
- uv: false # 访客数
198
- updatetime: false # 最后更新日期
200
+ postcount: true # 文章数
201
+ wordcount: true # 总字数
202
+ pv: true # 访问量
203
+ uv: true # 访客数
204
+ updatetime: true # 最后更新日期
199
205
  runtimeenable: true # 建站时间
200
206
  runtime: '2023-04-20 00:00:00' # 格式:yyyy-MM-dd hh-mm-ss
201
207
 
@@ -205,53 +211,53 @@ footer:
205
211
  # 底部上方一排图标
206
212
  information:
207
213
  left: # 左侧显示图标
208
- # Github:
209
- # icon: scoicon sco-bilibili-line
210
- # url: https://github.com/wleelw
211
- # Mail:
212
- # icon: scoicon sco-mail-line
213
- # url: mailto:wleelw@wzsco.top
214
+ # Github:
215
+ # icon: scoicon sco-bilibili-line
216
+ # url: https://github.com/wleelw
217
+ # Mail:
218
+ # icon: scoicon sco-mail-line
219
+ # url: mailto:wleelw@wzsco.top
214
220
  right: # 右侧显示图标
215
- # Bilibili:
216
- # icon: scoicon sco-bilibili-line
217
- # url: https://space.bilibili.com/1329819902
218
- # 抖音:
219
- # icon: scoicon sco-douyin-fill
220
- # url: https://v.douyin.com/iJsLc8jt/
221
+ # Bilibili:
222
+ # icon: scoicon sco-bilibili-line
223
+ # url: https://space.bilibili.com/1329819902
224
+ # 抖音:
225
+ # icon: scoicon sco-douyin-fill
226
+ # url: https://v.douyin.com/iJsLc8jt/
221
227
  # 底部导航栏
222
228
  group: # 从左至右
223
- # 导航:
224
- # 归档: /archives/
225
- # 分类: /categories/
226
- # 标签: /tags/
227
- # 服务:
228
- # 阿里云: https://aliyun.com/
229
- # 51la统计: https://v6.51.la/
230
- # 百度统计: https://tongji.baidu.com/
231
- # 支持:
232
- # 打赏记录: /about/
233
- # 协议:
234
- # Cookies: /cookies/
235
- # 用户协议: /privacy/
236
- # 版权协议: /copyright/
229
+ # 导航:
230
+ # 归档: /archives/
231
+ # 分类: /categories/
232
+ # 标签: /tags/
233
+ # 服务:
234
+ # 阿里云: https://aliyun.com/
235
+ # 51la统计: https://v6.51.la/
236
+ # 百度统计: https://tongji.baidu.com/
237
+ # 支持:
238
+ # 打赏记录: /about/
239
+ # 协议:
240
+ # Cookies: /cookies/
241
+ # 用户协议: /privacy/
242
+ # 版权协议: /copyright/
237
243
 
238
244
  # 底部随机友链
239
- randomlink: false
245
+ randomlink: false # 是否开启
240
246
  # rss
241
247
  rss:
242
- enable: true
248
+ enable: false # 是否显示
243
249
  wechatOA: # 微信公众号链接
244
250
  emailOA: # 邮箱链接
245
251
  rss: # rss订阅链接
246
252
  # 版权
247
253
  license:
248
- url: /copyright/
254
+ url: /copyright/ # 点击跳转链接
249
255
 
250
256
  # 页面页默认设置
251
257
  page:
252
- error: true #
253
- tags: true # 标签
254
- categories: true # 分类
258
+ error: true # 404页面
259
+ tags: true # 标签页
260
+ categories: true # 分类页
255
261
  default: # 默认值
256
262
  cover: /img/default.png # 默认图片
257
263
 
@@ -260,62 +266,83 @@ post:
260
266
  default:
261
267
  cover: /img/default.png
262
268
  locate: 衡阳
263
- copyright: 原创
269
+ copyright:
270
+ enable: true
271
+ license: CC BY-NC-SA 4.0
272
+ licenurl: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh
264
273
  # 顶部文章简介
265
274
  meta:
266
- date: true # 发布日期
267
- updated: true # 更新日期
268
- locate: true # 位置
269
- wordcount: true # 字数
270
- readtime: true # 访问
271
- pv: true # 浏览量
272
- comment: true # 评论数
275
+ date: false # 发布日期
276
+ updated: false # 更新日期
277
+ locate: false # 位置
278
+ wordcount: false # 字数
279
+ readtime: false # 访问
280
+ pv: false # 浏览量
281
+ comment: false # 评论数
273
282
  # 打赏
274
283
  award:
275
284
  enable: false # 开启后文章底部显示打赏按钮
276
- wechat: https://p.sondy.top/blog/img/20230913203219.png!cover # 微信收款码
277
- alipay: https://p.sondy.top/blog/img/20230916173807.png!cover # 支付宝收款码
285
+ wechat: https://bu.dusays.com/2023/11/07/6549e79364fa3.png # 微信收款码
286
+ alipay: https://bu.dusays.com/2023/11/07/6549e79d02bd6.png # 支付宝收款码
278
287
  url: /about # 打赏统计页面链接
279
288
  # 文章颜色获取
280
289
  covercolor: #文章cover取色
281
- enable: true
282
- local: true
290
+ enable: false # 是否开启
291
+ local: true # 本地取色
292
+ # 底部头像背景
293
+ author_back: https://bu.dusays.com/2023/11/01/6541f6d4b2573.png
283
294
 
284
295
  # 关于界面
285
- about: true
296
+ about:
297
+ enable: false # 是否开启
298
+ echarts: # 文章统计
299
+ enable: false # 是否开启
300
+ startDate: "2023-04-20 00:00:00" # 统计开始日期 格式:yyyy-MM-dd hh-mm-ss
301
+ tagLength: 10 # 标签显示数量
302
+ categoryParent: true # 显示父分类
303
+
304
+ # 即刻说说界面
305
+ # 前置要求:需配置即刻说说页面
306
+ # 开启后将显示即刻页面
307
+ says:
308
+ enable: false
309
+ home_mini: false # 主页的即刻轮播条
310
+ style: 1 # 1:张洪heo样式 / 2:Leonus样式
286
311
 
287
312
  # 404 页面
288
313
  errorpage:
289
- img: https://npm.elemecdn.com/wzheo-absolute@1.0.3/image/source/404.png
290
- text: =awa= 页面走丢了
291
- recommendList: true # 显示随机文章
314
+ img: https://npm.elemecdn.com/wzheo-absolute@1.0.3/image/source/404.png # 图片
315
+ text: =awa= 页面走丢了 # 文字
316
+ recommendList: true # 推荐文章列表
292
317
 
293
318
  # 懒加载
294
319
  lazyload:
295
- enable: true
320
+ enable: false # 是否开启
296
321
  placeholder: /img/loading.gif # 加载中显示图片
297
322
  errorimg: /img/error_load.png # 加载失败显示图片
298
323
 
299
324
  # 图片灯箱
300
- lightbox: true
325
+ lightbox: false # 是否开启
301
326
 
302
327
  #代码高亮增强
303
328
  hightlight:
304
- enable: true
305
- hightlimit: 200
329
+ enable: false # 是否开启
330
+ hightlimit: 200 # 代码高亮字数限制
306
331
 
307
332
  # 加载动画
308
333
  loading:
309
- fullpage: true
310
- pace: true
334
+ fullpage: false # 全局加载动画
335
+ pace: false # 顶部加载动画
311
336
 
312
337
  # 第三方设置
313
338
  thirdparty:
314
- wordcount: true # 字数统计
339
+ wordcount: false # 字数统计
315
340
  busuanzi:
316
- enable: true
317
- usecomment: true #当评论系统开启时文章页面使用评论系统的统计数据
341
+ enable: false
342
+ usecomment: false #当评论系统开启时文章页面使用评论系统的统计数据
318
343
  search: # 搜索
344
+ enable: false
345
+ type: algolia # algolia, local
319
346
  algolia_search:
320
347
  enable: false
321
348
  # hits:
@@ -326,104 +353,126 @@ thirdparty:
326
353
  CDN:
327
354
 
328
355
  aplayer: # 播放器
329
- enable: true
330
- server: tencent # netease, tencent, kugou, xiami, baidu
331
- id: 8651639768 # 歌单ID
356
+ enable: false
357
+ server: netease # netease, tencent, kugou, xiami, baidu
358
+ id: 8407304077 # 歌单ID
332
359
  api: "https://api.injahow.cn/meting/?server=:server&type=:type&id=:id&auth=:auth&r=:r" #自定义api
333
360
  #中控台拓展
334
- consolePlus: true
361
+ consolePlus: false
362
+
363
+ ai: # 文章页面AI
364
+ enable: false
365
+ key: # 前往tianli-AI 购买
366
+ rec_method: # 推荐文章方式(all:匹配数据库所有文章、web:仅当前博客文章)默认:web
367
+ ai_name: # 左上角AI名称
368
+ ai_tips: # 右上角GPT版本文字
369
+ ai_introduce: # AI自我介绍
370
+ hide_shuttle: false # 隐藏矩阵穿梭按钮
371
+ typewriter: true # 打字机效果
372
+ speed: 20 # 打字机速度,默认20ms
373
+ BlackWhite_List:
374
+ mode: false # false:全部文章显示摘要AI / black:让指定页面、文章不显示摘要AI / white:只让指定文章(页面)显示摘要AI
375
+ List:
376
+ # - 544ba770
377
+ # - /article/544ba770.html
378
+
379
+ # 朋友圈配置
380
+ circle:
381
+ api: https://circle.sondy.top/ # 朋友圈api
382
+ error_img: /img/theme/avatar.png # 加载失败显示图片
383
+ sort_rule: created # 排序规则(created:创建时间、updated:更新时间)
384
+ expire_days: 1 # 缓存过期时间(天)
385
+ page_init_number: 12 # 首次加载文章数,默认10
386
+ page_turning_number: 12 # 翻页加载文章数,默认10
387
+ angle: # 🎣钓鱼
388
+ enable: true # 是否开启
389
+ appjs: '/lib/circle.min.js' # 主题appjs
390
+ bundlejs: '/lib/bundle.min.js' # 主题bundlejs
335
391
 
336
392
  # 评论
337
393
  comment:
338
- enable: false
394
+ enable: false # 是否开启评论
395
+ type: 'twikoo' # valine, twikoo
396
+ # 评论系统
339
397
  twikoo:
340
- envId: https://twikoo.sondy.top
341
- lang: 'zh-CN'
398
+ envId: # url: https://twikoo.sondy.top/
399
+ lang: 'zh-CN' # 语言
342
400
  accessToken: # accessToken
343
401
 
344
- ai: # 文章页面AI
345
- enable: false
346
- key: # 前往tianli-AI 购买
347
- rec_method: # 推荐文章方式(all:匹配数据库所有文章、web:仅当前博客文章)默认:web
348
-
349
- # 朋友圈配置
350
- circle:
351
- api: https://circle.sondy.top/ # api 地址
352
- error_img: /img/theme/avatar.png # 头像加载失败显示错误图片
353
- sort_rule: created # 排序规则
354
- expire_days: 1 # 文章缓存天数
355
- page_init_number: 12 # 默认加载文章数,默认10
356
- page_turning_number: 12 # 加载更多文章数,默认10
357
- angle: # 钓鱼
358
- enable: false
359
- appjs: '/lib/circle.min.js' # 主题appjs
360
- bundlejs: '/lib/bundle.min.js' # 主题bundejs
361
-
362
- # 文章统计
363
- echarts:
364
- js: https://cdn.bootcdn.net/ajax/libs/echarts/5.4.2/echarts.min.js
365
-
366
402
  # 插入代码到头部 </head> 之前 和 底部 </body> 之前
367
403
  # 插入额外代码 如:统计,广告等
368
404
  extends:
369
405
  head: # 在head中插入
406
+ # - <script src="https://cdn.bootcdn.net/ajax/libs/pace/1.2.4/pace.min.js"></script>
370
407
  body: # 在body中插入
371
408
 
372
409
  # 文章底部推荐文章
373
410
  related_post:
374
- enable: true
411
+ enable: false
375
412
  limit: 2 # 推荐文章数量
376
413
  date_type: created # 根据创建日期(created)或是更新日期(updated)
377
414
 
378
- # rightmenu(右键菜单)
415
+ # rightside(右键菜单)
416
+ rightside:
417
+ enable: false
379
418
 
380
419
  # 站点验证
420
+ # 仅需要填写验证代码即可
381
421
  verify:
382
422
  # 百度
383
423
  baidu:
424
+ # 谷歌
425
+ google:
384
426
 
385
427
  # PWA
428
+ # 图标信息非必选,填了就显示,不想添加的可以进行注释
386
429
  # https://github.com/JLHwung/hexo-offline
387
430
  pwa:
388
- enable: false
389
- startup_image_enable: false
390
- manifest: /manifest.json
391
- theme_color: '#ffffff'
392
- mask_icon: /img/pwa/180.png
393
- apple_touch_icon: /img/pwa/180.png
394
- bookmark_icon: /img/pwa/180.png
395
- favicon_32_32: /img/pwa/32.png
396
- favicon_16_16: /img/pwa/16.png
397
- favicon_2048_2732: /img/pwa/siteicon/splash-2048x2732.png
398
- favicon_2732_2048: /img/pwa/siteicon/splash-2732x2048.png
399
- favicon_1668_2388: /img/pwa/siteicon/splash-1668x2388.png
400
- favicon_2388_1668: /img/pwa/siteicon/splash-2388x1668.png
401
- favicon_1536_2048: /img/pwa/siteicon/splash-1536x2048.png
402
- favicon_2048_1536: /img/pwa/siteicon/splash-2048x1536.png
403
- favicon_1668_2224: /img/pwa/siteicon/splash-1668x2224.png
404
- favicon_2224_1668: /img/pwa/siteicon/splash-2224x1668.png
405
- favicon_1620_2160: /img/pwa/siteicon/splash-1620x2160.png
406
- favicon_2160_1620: /img/pwa/siteicon/splash-2160x1620.png
407
- favicon_1290_2796: /img/pwa/siteicon/splash-1290x2796.png
408
- favicon_2796_1290: /img/pwa/siteicon/splash-2796x1290.png
409
- favicon_1179_2556: /img/pwa/siteicon/splash-1179x2556.png
410
- favicon_2556_1179: /img/pwa/siteicon/splash-2556x1179.png
411
- favicon_1248_2778: /img/pwa/siteicon/splash-1248x2778.png
412
- favicon_2778_1248: /img/pwa/siteicon/splash-2778x1248.png
413
- favicon_1170_2532: /img/pwa/siteicon/splash-1170x2532.png
414
- favicon_2532_1170: /img/pwa/siteicon/splash-2532x1170.png
415
- favicon_1125_2436: /img/pwa/siteicon/splash-1125x2436.png
416
- favicon_2436_1125: /img/pwa/siteicon/splash-2436x1125.png
417
- favicon_1242_2688: /img/pwa/siteicon/splash-1242x2688.png
418
- favicon_2688_1242: /img/pwa/siteicon/splash-2688x1242.png
419
- favicon_828_1792: /img/pwa/siteicon/splash-828x1792.png
420
- favicon_1792_828: /img/pwa/siteicon/splash-1792x828.png
421
- favicon_1242_2208: /img/pwa/siteicon/splash-1242x2208.png
422
- favicon_2208_1242: /img/pwa/siteicon/splash-2208x1242.png
423
- favicon_750_1334: /img/pwa/siteicon/splash-750x1334.png
424
- favicon_1334_750: /img/pwa/siteicon/splash-1334x750.png
425
- favicon_640_1136: /img/pwa/siteicon/splash-640x1136.png
426
- favicon_1136_640: /img/pwa/siteicon/splash-1136x640.png
431
+ enable: false # 是否开启
432
+ startup_image_enable: false # 是否开启启动画面
433
+ manifest: /manifest.json # manifest.json 文件路径
434
+ theme_color: '#ffffff' # 主题颜色
435
+ mask_icon: /img/pwa/180.png # 遮罩图标
436
+ apple_touch_icon: /img/pwa/180.png # 苹果触摸图标
437
+ bookmark_icon: /img/pwa/180.png # 书签图标
438
+ favicon_32_32: /img/pwa/32.png # 32x32图标
439
+ favicon_16_16: /img/pwa/16.png # 16x16图标
440
+ favicon_2048_2732: /img/pwa/siteicon/splash-2048x2732.png # 2048x2732图标
441
+ favicon_2732_2048: /img/pwa/siteicon/splash-2732x2048.png # 2732x2048图标
442
+ favicon_1668_2388: /img/pwa/siteicon/splash-1668x2388.png # 1668x2388图标
443
+ favicon_2388_1668: /img/pwa/siteicon/splash-2388x1668.png # 2388x1668图标
444
+ favicon_1536_2048: /img/pwa/siteicon/splash-1536x2048.png # 1536x2048图标
445
+ favicon_2048_1536: /img/pwa/siteicon/splash-2048x1536.png # 2048x1536图标
446
+ favicon_1668_2224: /img/pwa/siteicon/splash-1668x2224.png # 1668x2224图标
447
+ favicon_2224_1668: /img/pwa/siteicon/splash-2224x1668.png # 2224x1668图标
448
+ favicon_1620_2160: /img/pwa/siteicon/splash-1620x2160.png # 1620x2160图标
449
+ favicon_2160_1620: /img/pwa/siteicon/splash-2160x1620.png # 2160x1620图标
450
+ favicon_1290_2796: /img/pwa/siteicon/splash-1290x2796.png # 1290x2796图标
451
+ favicon_2796_1290: /img/pwa/siteicon/splash-2796x1290.png # 2796x1290图标
452
+ favicon_1179_2556: /img/pwa/siteicon/splash-1179x2556.png # 1179x2556图标
453
+ favicon_2556_1179: /img/pwa/siteicon/splash-2556x1179.png # 2556x1179图标
454
+ favicon_1248_2778: /img/pwa/siteicon/splash-1248x2778.png # 1248x2778图标
455
+ favicon_2778_1248: /img/pwa/siteicon/splash-2778x1248.png # 2778x1248图标
456
+ favicon_1170_2532: /img/pwa/siteicon/splash-1170x2532.png # 1170x2532图标
457
+ favicon_2532_1170: /img/pwa/siteicon/splash-2532x1170.png # 2532x1170图标
458
+ favicon_1125_2436: /img/pwa/siteicon/splash-1125x2436.png # 1125x2436图标
459
+ favicon_2436_1125: /img/pwa/siteicon/splash-2436x1125.png # 2436x1125图标
460
+ favicon_1242_2688: /img/pwa/siteicon/splash-1242x2688.png # 1242x2688图标
461
+ favicon_2688_1242: /img/pwa/siteicon/splash-2688x1242.png # 2688x1242图标
462
+ favicon_828_1792: /img/pwa/siteicon/splash-828x1792.png # 828x1792图标
463
+ favicon_1792_828: /img/pwa/siteicon/splash-1792x828.png # 1792x828图标
464
+ favicon_1242_2208: /img/pwa/siteicon/splash-1242x2208.png # 1242x2208图标
465
+ favicon_2208_1242: /img/pwa/siteicon/splash-2208x1242.png # 2208x1242图标
466
+ favicon_750_1334: /img/pwa/siteicon/splash-750x1334.png # 750x1334图标
467
+ favicon_1334_750: /img/pwa/siteicon/splash-1334x750.png # 1334x750图标
468
+ favicon_640_1136: /img/pwa/siteicon/splash-640x1136.png # 640x1136图标
469
+ favicon_1136_640: /img/pwa/siteicon/splash-1136x640.png # 1136x640图标
470
+
471
+ # CSS 前缀
472
+ # 有些 CSS 并不是所有浏览器都支持,需要增加对应的前缀才会生效
473
+ # 开启 css_prefix 后,会自动为一些 CSS 增加前缀。(会增加 20%的体积)
474
+ # --------------------------------------
475
+ css_prefix: false
427
476
 
428
477
  # 非必要勿动
429
478
  cdn:
@@ -434,8 +483,9 @@ cdn:
434
483
  swipercss: https://cdn.bootcdn.net/ajax/libs/Swiper/9.2.4/swiper-bundle.min.css
435
484
  twikoojs: https://cdn.bootcdn.net/ajax/libs/twikoo/1.6.20/twikoo.all.min.js
436
485
  instantsearch: https://cdn.bootcdn.net/ajax/libs/instantsearch.js/4.9.1/instantsearch.production.min.js
437
- algolia: https://cdn.bootcdn.net/ajax/libs/algoliasearch/4.9.3/algoliasearch-lite.umd.min.js
486
+ algoliajs: https://cdn.bootcdn.net/ajax/libs/algoliasearch/4.9.3/algoliasearch-lite.umd.min.js
438
487
  pacejs: https://cdn.bootcdn.net/ajax/libs/pace/1.2.4/pace.min.js
488
+ echartsjs: https://cdn.bootcdn.net/ajax/libs/echarts/5.4.2/echarts.min.js
439
489
  body:
440
490
  viewimagejs: /lib/view-image.min.js
441
491
  waterfalljs: /lib/waterfall.min.js