From 05e1e38dde661d103e14acdd4649527a0cab6f3d Mon Sep 17 00:00:00 2001 From: anian Date: Thu, 30 Jul 2026 19:27:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8F=91=E5=B8=83=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +- embed-code/page/publication-calendar.html | 1193 +++++++++++++++++++++ templates/assets/css/main.css | 8 +- templates/assets/css/mobile.css | 3 +- 4 files changed, 1204 insertions(+), 3 deletions(-) create mode 100644 embed-code/page/publication-calendar.html 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,