diff --git a/README.md b/README.md index c18839a..f55197e 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ #### v1.2.5-9补丁 1. 优化附录、奇遇页面(依赖装备插件v1.0.2-1) 2. 修复音乐播放器无法调节音量 -3. 优化奇遇相关函数效果 +3. 优化奇遇相关函数、分类导航栏效果 +4. 新增发布统计页面(依赖发布插件v1.4.1) #### v1.2.5-9 1. 修复导航栏居中显示失效、分享海报高度、页码更新、加载动画异常 diff --git a/embed-code/page/publication-calendar.html b/embed-code/page/publication-calendar.html new file mode 100644 index 0000000..9608475 --- /dev/null +++ b/embed-code/page/publication-calendar.html @@ -0,0 +1,1193 @@ + +
+ + +
+
+

PUBLICATION CALENDAR

+

本月总览

+
+
+
+ +
+
+
+ + + +
+
+
+ + +
+
+
+ +
+ +
+
+ +
+ 少 多 +
+
+ +
+
+
+

本月发布

+
+ +
+
+
+ + +
diff --git a/templates/assets/css/main.css b/templates/assets/css/main.css index c837dea..0eeaf9a 100644 --- a/templates/assets/css/main.css +++ b/templates/assets/css/main.css @@ -1370,8 +1370,14 @@ a.close_local { .photos_cat_nav, .douban_cat_nav, .friends_cat_nav { - padding: 25px 40px; + position: sticky; + top: 72px; + z-index: 20; + padding: 15px 40px; border-bottom: 1px solid var(--pix-background); + background: rgb(246 250 248 / 92%); + backdrop-filter: blur(0.5rem); + -webkit-backdrop-filter: blur(0.5rem); } .moment_cat_nav ul, diff --git a/templates/assets/css/mobile.css b/templates/assets/css/mobile.css index 735ed13..2164109 100644 --- a/templates/assets/css/mobile.css +++ b/templates/assets/css/mobile.css @@ -334,7 +334,8 @@ .photos_cat_nav, .douban_cat_nav, .friends_cat_nav { - padding: 15px; + padding: 10px 15px; + top: 50px; } #post_item,