hexo-theme-particlex 2.0.5 → 2.0.6
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/README.md +1 -1
- package/layout/loading.ejs +1 -1
- package/layout/script.ejs +1 -0
- package/package.json +1 -1
- package/source/css/particlex.css +5 -5
package/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
[ParticleX](https://github.com/argvchs/hexo-theme-particlex) 主题,诞生原因是因为原来的 [Particle](https://github.com/korilin/hexo-theme-particle) 主题不维护了,但是我觉得还是很好的
|
4
4
|
|
5
|
-
原来用的是 Vue 2 + Ant Design Vue 1,现更新到 Vue 3,去除 Ant Design Vue 采用自定义样式,图标更改为 Font Awesome 6
|
5
|
+
原来用的是 Vue 2 + Ant Design Vue 1,现更新到 Vue 3,去除 Ant Design Vue 采用自定义样式,图标更改为 Font Awesome 6,CDN 改为 Staticfile
|
6
6
|
|
7
7
|
原项目 `README.md` 里说:
|
8
8
|
|
package/layout/loading.ejs
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<div id="loadcontent" style="width:50vmin;height:50vmin;padding:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;border:solid 10px #a3ddfb;text-align:center">
|
4
4
|
<div>
|
5
5
|
<h2>LOADING...</h2>
|
6
|
-
<p style="word-break:keep-all"
|
6
|
+
<p style="word-break:keep-all">加载过慢请开启缓存(浏览器默认开启)</p>
|
7
7
|
<div>
|
8
8
|
<img alt="loading" src="<%- url_for("/loading.gif") %>">
|
9
9
|
</div>
|
package/layout/script.ejs
CHANGED
package/package.json
CHANGED
package/source/css/particlex.css
CHANGED
@@ -541,8 +541,8 @@ footer .footer-wrap {
|
|
541
541
|
top: -70px !important;
|
542
542
|
}
|
543
543
|
.menu-color {
|
544
|
-
background: #
|
545
|
-
box-shadow: 0 -1px 10px 0 #
|
544
|
+
background: #0003 !important;
|
545
|
+
box-shadow: 0 -1px 10px 0 #fff0 !important;
|
546
546
|
}
|
547
547
|
.menu-color .title {
|
548
548
|
color: #fff !important;
|
@@ -983,11 +983,11 @@ body::-webkit-scrollbar-track {
|
|
983
983
|
border: 3px solid #e6efff;
|
984
984
|
background-image: linear-gradient(
|
985
985
|
45deg,
|
986
|
-
|
986
|
+
#fff6 25%,
|
987
987
|
transparent 25%,
|
988
988
|
transparent 50%,
|
989
|
-
|
990
|
-
|
989
|
+
#fff6 50%,
|
990
|
+
#fff6 75%,
|
991
991
|
transparent 75%,
|
992
992
|
transparent
|
993
993
|
);
|