Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d56858616 | |||
| 32bf39f733 | |||
| 041fd0f7cf | |||
| 6675e378d2 | |||
| 1953fa86c8 |
@@ -2,6 +2,22 @@
|
||||
|
||||
> 基于原作者v1.2.5代码修改
|
||||
|
||||
#### v1.2.5-8
|
||||
1. 重写作文目录、置顶样式
|
||||
2. 更换(通知书等)域名
|
||||
3. 修复搜索结果无法PJAX跳转(依赖搜索插件v1.7.1-1)
|
||||
4. 修复日记过多时无法搜索(依赖瞬间插件v1.13.1-1,基于源仓库)
|
||||
5. 朋友圈内容支持搜索与跳转;大幅优化性能(依赖朋友圈插件v1.4.3-6)
|
||||
6. 压缩、更换图片
|
||||
7. 模板端全面支持page与tag参数(常驻显示,同步新增向上翻阅功能)
|
||||
8. 取消自动恢复源内容功能
|
||||
9. 前台编辑、发布日记将采用PJAX更新
|
||||
10. 手机端播放器新增进度条
|
||||
11. 抽象重复代码至函数、清理无效代码
|
||||
12. 当前激活的标签将在导航栏中居中显示
|
||||
13. 优化不同宽度下的显示效果
|
||||
14. 重构分享海报布局
|
||||
|
||||
#### v1.2.5-7
|
||||
1. 适配新接口(基于新版API-Python)
|
||||
2. 更新附录页面、通知书页面
|
||||
|
||||
@@ -367,7 +367,7 @@
|
||||
|
||||
<div class="person mystery-person">
|
||||
<div class="avatar">
|
||||
<img src="/upload/logo.png">
|
||||
<img src="/themes/theme-pix/assets/img/logo.webp">
|
||||
</div>
|
||||
<div class="info">
|
||||
<p class="name">敬请期待</p>
|
||||
|
||||
@@ -14,11 +14,11 @@
|
||||
<!-- 封面:像 2026 一样两个独立卡片 -->
|
||||
<div class="yg-2025-hero-row">
|
||||
<div class="yg-2025-hero">
|
||||
<img src="/upload/2025-0-1.png">
|
||||
<img src="/upload/2025-0-1.jpg">
|
||||
</div>
|
||||
|
||||
<div class="yg-2025-hero">
|
||||
<img src="/upload/2025-0-2.png">
|
||||
<img src="/upload/2025-0-2.jpg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -27,63 +27,63 @@
|
||||
<div class="yg-grid-2025-3col">
|
||||
|
||||
<div class="yg-card">
|
||||
<img src="/upload/2025-1-1.png">
|
||||
<img src="/upload/2025-1-2.png">
|
||||
<img src="/upload/2025-1-1.jpg">
|
||||
<img src="/upload/2025-1-2.jpg">
|
||||
</div>
|
||||
|
||||
<div class="yg-card">
|
||||
<img src="/upload/2025-2-1.png">
|
||||
<img src="/upload/2025-2-2.png">
|
||||
<img src="/upload/2025-2-1.jpg">
|
||||
<img src="/upload/2025-2-2.jpg">
|
||||
</div>
|
||||
|
||||
<div class="yg-card">
|
||||
<img src="/upload/2025-3-1.png">
|
||||
<img src="/upload/2025-3-2.png">
|
||||
<img src="/upload/2025-3-1.jpg">
|
||||
<img src="/upload/2025-3-2.jpg">
|
||||
</div>
|
||||
|
||||
<div class="yg-card">
|
||||
<img src="/upload/2025-4-1.png">
|
||||
<img src="/upload/2025-4-2.png">
|
||||
<img src="/upload/2025-4-1.jpg">
|
||||
<img src="/upload/2025-4-2.jpg">
|
||||
</div>
|
||||
|
||||
<div class="yg-card">
|
||||
<img src="/upload/2025-5-1.png">
|
||||
<img src="/upload/2025-5-2.png">
|
||||
<img src="/upload/2025-5-1.jpg">
|
||||
<img src="/upload/2025-5-2.jpg">
|
||||
</div>
|
||||
|
||||
<div class="yg-card">
|
||||
<img src="/upload/2025-6-1.png">
|
||||
<img src="/upload/2025-6-2.png">
|
||||
<img src="/upload/2025-6-1.jpg">
|
||||
<img src="/upload/2025-6-2.jpg">
|
||||
</div>
|
||||
|
||||
<div class="yg-card">
|
||||
<img src="/upload/2025-7-1.png">
|
||||
<img src="/upload/2025-7-2.png">
|
||||
<img src="/upload/2025-7-1.jpg">
|
||||
<img src="/upload/2025-7-2.jpg">
|
||||
</div>
|
||||
|
||||
<div class="yg-card">
|
||||
<img src="/upload/2025-8-1.png">
|
||||
<img src="/upload/2025-8-2.png">
|
||||
<img src="/upload/2025-8-1.jpg">
|
||||
<img src="/upload/2025-8-2.jpg">
|
||||
</div>
|
||||
|
||||
<div class="yg-card">
|
||||
<img src="/upload/2025-9-1.png">
|
||||
<img src="/upload/2025-9-2.png">
|
||||
<img src="/upload/2025-9-1.jpg">
|
||||
<img src="/upload/2025-9-2.jpg">
|
||||
</div>
|
||||
|
||||
<div class="yg-card">
|
||||
<img src="/upload/2025-10-1.png">
|
||||
<img src="/upload/2025-10-2.png">
|
||||
<img src="/upload/2025-10-1.jpg">
|
||||
<img src="/upload/2025-10-2.jpg">
|
||||
</div>
|
||||
|
||||
<div class="yg-card">
|
||||
<img src="/upload/2025-11-1.png">
|
||||
<img src="/upload/2025-11-2.png">
|
||||
<img src="/upload/2025-11-1.jpg">
|
||||
<img src="/upload/2025-11-2.jpg">
|
||||
</div>
|
||||
|
||||
<div class="yg-card">
|
||||
<img src="/upload/2025-12-1.png">
|
||||
<img src="/upload/2025-12-2.png">
|
||||
<img src="/upload/2025-12-1.jpg">
|
||||
<img src="/upload/2025-12-2.jpg">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -103,24 +103,24 @@
|
||||
</div>
|
||||
|
||||
<div class="yg-hero">
|
||||
<img src="/upload/2026-0.png">
|
||||
<img src="/upload/2026-0.jpg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="yg-grid-2026">
|
||||
|
||||
<div class="yg-2026-month"><img src="/upload/2026-1.png"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-2.png"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-3.png"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-4.png"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-5.png"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-6.png"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-7.png"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-8.png"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-9.png"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-10.png"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-11.png"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-12.png"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-1.jpg"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-2.jpg"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-3.jpg"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-4.jpg"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-5.jpg"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-6.jpg"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-7.jpg"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-8.jpg"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-9.jpg"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-10.jpg"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-11.jpg"></div>
|
||||
<div class="yg-2026-month"><img src="/upload/2026-12.jpg"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://api.anian.cc" target="_blank">
|
||||
<a href="https://api.anian.net" target="_blank">
|
||||
<div class="link-card-default">
|
||||
<div class="decor-circle" style="position: absolute; top: -20px; right: -20px; width: 80px; height: 80px; background: #d8f3dc; border-radius: 50%; opacity: 0.3; transition: all 0.5s ease;"></div>
|
||||
<div style="position: relative; z-index: 1;">
|
||||
@@ -130,7 +130,7 @@
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://git.anian.cc" target="_blank">
|
||||
<a href="https://git.anian.net" target="_blank">
|
||||
<div class="link-card-default">
|
||||
<div class="decor-circle" style="position: absolute; top: -20px; right: -20px; width: 80px; height: 80px; background: #d8f3dc; border-radius: 50%; opacity: 0.3; transition: all 0.5s ease;"></div>
|
||||
<div style="position: relative; z-index: 1;">
|
||||
@@ -207,7 +207,7 @@
|
||||
|
||||
const noticeLink = noticeCard.closest('a');
|
||||
noticeLink.onclick = function() {
|
||||
// $.cookie('latest_notice_date', combinedDateStr, { path: '/', domain: 'anian.cc', expires: 365 });
|
||||
// $.cookie('latest_notice_date', combinedDateStr, { path: '/', domain: 'anian.net', expires: 365 });
|
||||
$.cookie('latest_notice_date', combinedDateStr, { path: '/', expires: 365 });
|
||||
typeof markAsRead === 'function' && markAsRead(combinedDateStr);
|
||||
};
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
<div id="calendar-2025-global-blur"></div>
|
||||
<div id="calendar-2025-intro">
|
||||
<div id="calendar-2025-intro-mask"></div>
|
||||
<img id="calendar-2025-intro-img1" src="/upload/2025-0-1.png">
|
||||
<img id="calendar-2025-intro-img2" src="/upload/2025-0-2.png">
|
||||
<img id="calendar-2025-intro-img1" src="/upload/2025-0-1.jpg">
|
||||
<img id="calendar-2025-intro-img2" src="/upload/2025-0-2.jpg">
|
||||
</div>
|
||||
<div id="calendar-2025-month-group"
|
||||
style="width:100%;height:auto;position:absolute;top:0;left:0;opacity:0;transition:opacity 1s ease-in-out;z-index:1;">
|
||||
@@ -112,8 +112,8 @@
|
||||
const monthImg2 = document.getElementById("calendar-2025-month-2");
|
||||
|
||||
const month = new Date().getMonth() + 1;
|
||||
monthImg1.src = `/upload/2025-${month}-1.png`;
|
||||
monthImg2.src = `/upload/2025-${month}-2.png`;
|
||||
monthImg1.src = `/upload/2025-${month}-1.jpg`;
|
||||
monthImg2.src = `/upload/2025-${month}-2.jpg`;
|
||||
|
||||
const waitImages = imgs => new Promise(res => {
|
||||
let loaded = 0;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<div id="calendar-2026-global-blur"></div>
|
||||
<div id="calendar-2026-intro">
|
||||
<div id="calendar-2026-intro-mask"></div>
|
||||
<img id="calendar-2026-intro-img" src="/upload/2026-0.png">
|
||||
<img id="calendar-2026-intro-img" src="/upload/2026-0.jpg">
|
||||
</div>
|
||||
<img id="calendar-2026-month"
|
||||
style="width:100%;height:auto;position:absolute;top:0;left:0;object-fit:contain;opacity:0;transition:opacity 1s ease-in-out;z-index:1;pointer-events:none;">
|
||||
@@ -94,7 +94,7 @@
|
||||
const monthImg = document.getElementById('calendar-2026-month');
|
||||
|
||||
const month = new Date().getMonth() + 1;
|
||||
monthImg.src = `/upload/2026-${month}.png`;
|
||||
monthImg.src = `/upload/2026-${month}.jpg`;
|
||||
|
||||
container.style.height = "100vh";
|
||||
|
||||
|
||||
@@ -2,55 +2,96 @@
|
||||
<div class="anian-feed-grid">
|
||||
|
||||
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.cc/anian/halo-theme-pix/releases.rss">
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.net/anian/halo-theme-pix/rss/branch/master">
|
||||
<h3 class="anian-feed-caption">日记簿更新</h3>
|
||||
<div class="anian-feed-list-box">
|
||||
<div class="anian-loading">加载中...</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.cc/anian/halo-plugin-friends/releases.rss">
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.net/anian/halo-plugin-friends/rss/branch/master">
|
||||
<h3 class="anian-feed-caption">朋友圈功能更新</h3>
|
||||
<div class="anian-feed-list-box">
|
||||
<div class="anian-loading">加载中...</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.cc/anian/halo-plugin-comment/releases.rss">
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.net/anian/halo-plugin-comment/rss/branch/master">
|
||||
<h3 class="anian-feed-caption">评论功能更新</h3>
|
||||
<div class="anian-feed-list-box">
|
||||
<div class="anian-loading">加载中...</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.cc/anian/halo-plugin-photos/releases.rss">
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.net/anian/halo-plugin-photos/rss/branch/master">
|
||||
<h3 class="anian-feed-caption">图库功能更新</h3>
|
||||
<div class="anian-feed-list-box">
|
||||
<div class="anian-loading">加载中...</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.cc/anian/halo-plugin-douban/releases.rss">
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.net/anian/halo-plugin-douban/rss/branch/master">
|
||||
<h3 class="anian-feed-caption">课外书功能更新</h3>
|
||||
<div class="anian-feed-list-box">
|
||||
<div class="anian-loading">加载中...</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.cc/anian/halo-plugin-dever/releases.rss">
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.net/anian/halo-plugin-dever/rss/branch/master">
|
||||
<h3 class="anian-feed-caption">插件开发容器更新</h3>
|
||||
<div class="anian-feed-list-box">
|
||||
<div class="anian-loading">加载中...</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.cc/anian/api-python/releases.rss">
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.net/anian/api-python/rss/branch/master">
|
||||
<h3 class="anian-feed-caption">应用接口更新</h3>
|
||||
<div class="anian-feed-list-box">
|
||||
<div class="anian-loading">加载中...</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.net/anian/anian-tool/rss/branch/master">
|
||||
<h3 class="anian-feed-caption">小工具更新</h3>
|
||||
<div class="anian-feed-list-box">
|
||||
<div class="anian-loading">加载中...</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.net/anian/memos/rss/branch/master">
|
||||
<h3 class="anian-feed-caption">备忘录更新</h3>
|
||||
<div class="anian-feed-list-box">
|
||||
<div class="anian-loading">加载中...</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.net/anian/halo-plugin-moments/rss/branch/master">
|
||||
<h3 class="anian-feed-caption">日记功能更新</h3>
|
||||
<div class="anian-feed-list-box">
|
||||
<div class="anian-loading">加载中...</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.net/anian/halo-plugin-search/rss/branch/master">
|
||||
<h3 class="anian-feed-caption">搜索功能更新</h3>
|
||||
<div class="anian-feed-list-box">
|
||||
<div class="anian-loading">加载中...</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.net/anian/weibo-rss/rss/branch/master">
|
||||
<h3 class="anian-feed-caption">RSS功能更新</h3>
|
||||
<div class="anian-feed-list-box">
|
||||
<div class="anian-loading">加载中...</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="anian-feed-card" data-rss-url="https://git.anian.net/anian/halo-plugin-equipments/rss/branch/master">
|
||||
<h3 class="anian-feed-caption">奇遇功能更新</h3>
|
||||
<div class="anian-feed-list-box">
|
||||
<div class="anian-loading">加载中...</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -301,7 +342,7 @@
|
||||
|
||||
listBox.innerHTML = htmlContent || '<div style="color:#999;">暂无更新内容</div>';
|
||||
} catch (error) {
|
||||
listBox.innerHTML = `<div style="color:#f56c6c;font-size:14px;">请求失败: ${error.message}</div>`;
|
||||
listBox.innerHTML = `<div style="color:#f56c6c;font-size:14px;">失败:超时或发生错误</div>`;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -226,17 +226,17 @@
|
||||
<span class="search-icon"><i class="ri-search-line"></i></span>
|
||||
<input id="tag-search" placeholder="搜索标签..." autocomplete="off">
|
||||
</div>
|
||||
|
||||
<div class="tag-list">
|
||||
<div class="tag-item" data-value="/upload/jiazai.gif">加载动画</div>
|
||||
<div class="tag-item" data-value="/upload/logo.png">网站Logo</div>
|
||||
<div class="tag-item" data-value="/upload/jiazai.gif">加载动画</div>
|
||||
<div class="tag-item" data-value="/upload/logo.png">网站Logo</div> <div class="tag-item" data-value="/upload/jiazai.gif">加载动画</div>
|
||||
<div class="tag-item" data-value="/upload/logo.png">网站Logo</div> <div class="tag-item" data-value="/upload/jiazai.gif">加载动画</div>
|
||||
<div class="tag-item" data-value="/upload/logo.png">网站Logo</div> <div class="tag-item" data-value="/upload/jiazai.gif">加载动画</div>
|
||||
<div class="tag-item" data-value="/upload/logo.png">网站Logo</div> <div class="tag-item" data-value="/upload/jiazai.gif">加载动画</div>
|
||||
<div class="tag-item" data-value="/upload/logo.png">网站Logo</div>
|
||||
|
||||
<div class="tag-item" data-value="/themes/theme-pix/assets/img/loading.webp">加载动画</div>
|
||||
<div class="tag-item" data-value="/themes/theme-pix/assets/img/logo.webp">网站Logo</div>
|
||||
<div class="tag-item" data-value="/themes/theme-pix/assets/img/banner-all.webp">全部横幅</div>
|
||||
<div class="tag-item" data-value="/themes/theme-pix/assets/img/banner-dong.webp">冬季横幅</div>
|
||||
<div class="tag-item" data-value="/themes/theme-pix/assets/img/cover-mei.webp">封面3</div>
|
||||
<div class="tag-item" data-value="/themes/theme-pix/assets/img/banner-init.webp">初始横幅</div>
|
||||
<div class="tag-item" data-value="/themes/theme-pix/assets/img/sidebar-notice.webp">侧边栏通知</div>
|
||||
<div class="tag-item" data-value="/themes/theme-pix/assets/img/cover-song.webp">封面1</div>
|
||||
<div class="tag-item" data-value="/themes/theme-pix/assets/img/sidebar-quote.webp">侧边栏引用</div>
|
||||
<div class="tag-item" data-value="/themes/theme-pix/assets/img/cover-zhu.webp">封面2</div>
|
||||
<div class="no-result" id="noResult">没有匹配的结果</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
<a href="/friends" class="nav4lite-item">
|
||||
<span class="nav4lite-label">朋友圈</span>
|
||||
</a>
|
||||
<a href="/navigator" class="nav4lite-center-dot" aria-label="查看详情"><i
|
||||
<a href="/navigator" class="nav4lite-center-dot"><i
|
||||
class="sidebar-more ri-arrow-right-s-line"></i></a>
|
||||
<a href="/books" class="nav4lite-item">
|
||||
<span class="nav4lite-label">课外书</span>
|
||||
</a>
|
||||
<a href="/store" class="nav4lite-item" target="_blank">
|
||||
<a href="/store" class="nav4lite-item">
|
||||
<span class="nav4lite-label">储物柜</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -11,6 +11,6 @@
|
||||
<div class="subscribe-divider"></div>
|
||||
|
||||
<div class="subscribe-feedback">
|
||||
反馈邮箱:<a href="mailto:support@anian.cc" class="feedback-email">support@anian.cc</a>
|
||||
反馈邮箱:<a href="mailto:support@anian.net" class="feedback-email">support@anian.net</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -10,7 +10,7 @@ spec:
|
||||
- $formkit: attachment
|
||||
name: favicon
|
||||
label: favicon
|
||||
value: /themes/theme-pix/assets/img/favicon.ico
|
||||
value: /themes/theme-pix/assets/img/logo.webp
|
||||
help: 建议制作一张400x400的png图像, 然后等比缩小到你想转换的ico尺寸,最后通过网上的工具转换成ico图标格式.
|
||||
- $formkit: menuRadio
|
||||
name: left_nav
|
||||
@@ -48,7 +48,7 @@ spec:
|
||||
- $formkit: attachment
|
||||
name: default_avatar
|
||||
label: 博主头像
|
||||
value: /themes/theme-pix/assets/img/avatar.png
|
||||
value: /themes/theme-pix/assets/img/logo.webp
|
||||
|
||||
- group: base_top_set
|
||||
label: 顶部设置
|
||||
@@ -56,7 +56,7 @@ spec:
|
||||
- $formkit: attachment
|
||||
name: site_logo
|
||||
label: 常规LOGO
|
||||
value: /themes/theme-pix/assets/img/avatar.png
|
||||
value: /themes/theme-pix/assets/img/logo.webp
|
||||
- $formkit: number
|
||||
name: logo_height
|
||||
label: 常规LOGO高度尺寸
|
||||
@@ -66,11 +66,11 @@ spec:
|
||||
name: m_site_logo
|
||||
label: 方形LOGO
|
||||
help: 建议制作一张48*48的方形LOGO
|
||||
value: /themes/theme-pix/assets/img/avatar.png
|
||||
value: /themes/theme-pix/assets/img/logo.webp
|
||||
- $formkit: attachment
|
||||
name: mobile_logo
|
||||
label: 移动端LOGO
|
||||
value: /themes/theme-pix/assets/img/avatar.png
|
||||
value: /themes/theme-pix/assets/img/logo.webp
|
||||
- $formkit: checkbox
|
||||
name: top_nav_on_web
|
||||
id: top_nav_on_web
|
||||
@@ -316,7 +316,7 @@ spec:
|
||||
- $formkit: attachment
|
||||
name: topbg_banner
|
||||
label: 顶部封面图
|
||||
value: /themes/theme-pix/assets/img/banner.jpg
|
||||
value: /themes/theme-pix/assets/img/banner-all.webp
|
||||
- $formkit: radio
|
||||
name: home_post_type
|
||||
label: 首页类型模式
|
||||
@@ -425,7 +425,7 @@ spec:
|
||||
if: $get(donate_on).value
|
||||
name: donate_pic
|
||||
label: 打赏二维码
|
||||
value: /themes/theme-pix/assets/img/avatar.png
|
||||
value: /themes/theme-pix/assets/img/logo.webp
|
||||
|
||||
- group: moments
|
||||
label: 瞬间设置
|
||||
@@ -451,7 +451,7 @@ spec:
|
||||
- $formkit: attachment
|
||||
name: banner
|
||||
label: 瞬间分享背景
|
||||
value: /themes/theme-pix/assets/img/banner.jpg
|
||||
value: /themes/theme-pix/assets/img/banner-all.webp
|
||||
- $formkit: attachmentPolicySelect
|
||||
name: attachmentPolicy
|
||||
label: 附件存储策略
|
||||
@@ -763,7 +763,7 @@ spec:
|
||||
label: 一言
|
||||
value:
|
||||
title: 一言
|
||||
yiyan_bg: /themes/theme-pix/assets/img/banner.jpg
|
||||
yiyan_bg: /themes/theme-pix/assets/img/banner-all.webp
|
||||
children:
|
||||
- $formkit: text
|
||||
name: title
|
||||
@@ -870,11 +870,11 @@ spec:
|
||||
- $formkit: attachment
|
||||
name: land_logo
|
||||
label: LOGO或头像
|
||||
value: /themes/theme-pix/assets/img/avatar.png
|
||||
value: /themes/theme-pix/assets/img/logo.webp
|
||||
- $formkit: attachment
|
||||
name: land_feature
|
||||
label: 封面头图
|
||||
value: /themes/theme-pix/assets/img/landimg.jpg
|
||||
value: /themes/theme-pix/assets/img/logo.webp
|
||||
- $formkit: text
|
||||
name: land_title
|
||||
label: 标题或名称
|
||||
@@ -938,7 +938,7 @@ spec:
|
||||
- $formkit: attachment
|
||||
name: custom_login_background
|
||||
label: 背景图
|
||||
value: /themes/theme-pix/assets/img/default-header.png
|
||||
value: /themes/theme-pix/assets/img/banner-all.webp
|
||||
accepts:
|
||||
- "image/*"
|
||||
|
||||
|
||||
@@ -8,9 +8,20 @@
|
||||
|
||||
<th:block th:replace="~{modules/header}"/>
|
||||
|
||||
<div id="pjax-container" th:with="page = ${#strings.isEmpty(param.page) ? 1 : param.page}">
|
||||
<div id="pjax-container" th:with="
|
||||
page = ${#lists.isEmpty(param.page) or #strings.isEmpty(param.page[0]) ? 1 : param.page[0]},
|
||||
tag = ${#lists.isEmpty(param.tag) ? null : param.tag[0]}
|
||||
">
|
||||
|
||||
<th:block th:replace="~{macro/home-blog :: home-blog(${postFinder.list(page,site.post.postPageSize)},'/archives')}"></th:block>
|
||||
<th:block th:if="${#strings.isEmpty(tag)}">
|
||||
<th:block th:replace="~{macro/home-blog :: home-blog(${postFinder.list(page,site.post.postPageSize)},'/archives',null,null)}"></th:block>
|
||||
</th:block>
|
||||
|
||||
<th:block th:unless="${#strings.isEmpty(tag)}" th:each="categoryItem : ${categoryFinder.listAll()}">
|
||||
<th:block th:if="${#strings.equals(tag, categoryItem.spec.displayName) or #strings.equals(tag, categoryItem.metadata.name)}">
|
||||
<th:block th:replace="~{macro/home-blog :: home-blog(${postFinder.listByCategory(page,site.post.postPageSize,categoryItem.metadata.name)},'/archives',${categoryItem.spec.displayName},${categoryItem.metadata.name})}"></th:block>
|
||||
</th:block>
|
||||
</th:block>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -45,13 +45,13 @@
|
||||
|
||||
@media (min-width: 960px) and (max-width: 1359.98px) {
|
||||
.listree-box {
|
||||
margin-left: calc((100vw - 860px) / 2 + 284px);
|
||||
margin-left: calc((100vw - 860px) / 2 + 284px + 50px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1360px) {
|
||||
.listree-box {
|
||||
margin-left: calc((100vw - 1400px) / 2 + 291px);
|
||||
margin-left: calc((100vw - 1400px) / 2 + 291px + 50px);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -584,7 +584,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* 豆瓣页:默认不显示翻页按钮,避免初始化前出现蓝色链接文本 */
|
||||
#douban_pagination {
|
||||
display: none;
|
||||
padding: 30px;
|
||||
@@ -620,7 +619,6 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* 豆瓣页:内容区域左右间距与分类导航保持一致 */
|
||||
.douban_page #douban_item {
|
||||
padding: 0;
|
||||
display: grid;
|
||||
@@ -671,7 +669,6 @@
|
||||
}
|
||||
|
||||
|
||||
/* 强制网格单元同高并让卡片内部撑满单元,确保水平分割线对齐 */
|
||||
.douban_page #douban_item {
|
||||
align-items: stretch !important;
|
||||
}
|
||||
|
||||
@@ -129,6 +129,47 @@
|
||||
background-color: var(--dark-ac-btn);
|
||||
}
|
||||
|
||||
.dark .listree-box {
|
||||
color: var(--light-color);
|
||||
background: rgb(27 29 48 / 94%);
|
||||
border-color: var(--dark-border);
|
||||
box-shadow: 0 18px 48px rgb(0 0 0 / 28%);
|
||||
}
|
||||
|
||||
.dark .toc_nav .listree-btn:hover,
|
||||
.dark .toc_nav .listree-btn.is-active {
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.dark .toc_nav .listree-btn.is-active i {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.dark #listree-ol ul {
|
||||
border-left-color: var(--dark-border);
|
||||
}
|
||||
|
||||
.dark #listree-ol li a {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.dark #listree-ol li a:hover {
|
||||
color: var(--light-color);
|
||||
background: rgb(255 255 255 / 7%);
|
||||
}
|
||||
|
||||
.dark #listree-ol>li.current>a,
|
||||
.dark #listree-ol>li ul li.current>a {
|
||||
color: var(--dark-ac-btn);
|
||||
border-left-color: var(--dark-ac-btn);
|
||||
background: rgb(43 72 255 / 13%);
|
||||
}
|
||||
|
||||
.dark #listree-ol::-webkit-scrollbar-thumb {
|
||||
background: rgb(43 72 255 / 48%);
|
||||
}
|
||||
|
||||
.dark .uk-dropdown{
|
||||
background: var(--dark-border);
|
||||
color: #666;
|
||||
|
||||
@@ -124,7 +124,7 @@ header#masthead {
|
||||
}
|
||||
|
||||
.top_logo {
|
||||
padding: 20px 40px;
|
||||
padding: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -313,6 +313,40 @@ header#masthead {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.toc_nav {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body.toc-ready .toc_nav[aria-hidden="false"] {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.toc_nav .listree-btn {
|
||||
border-radius: 8px;
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
transition: transform .22s ease;
|
||||
}
|
||||
|
||||
.toc_nav .listree-btn:hover,
|
||||
.toc_nav .listree-btn.is-active {
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.toc_nav .listree-btn:active {
|
||||
transform: scale(.94);
|
||||
}
|
||||
|
||||
.toc_nav .listree-btn i {
|
||||
font-size: 20px;
|
||||
transition: transform .22s ease;
|
||||
}
|
||||
|
||||
.toc_nav .listree-btn.is-active i {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.uk-modal-close-full.uk-close {
|
||||
bottom: 5%;
|
||||
top: auto;
|
||||
@@ -1334,6 +1368,7 @@ a.close_local {
|
||||
.moment_cat_nav,
|
||||
.posts_cat_nav,
|
||||
.photos_cat_nav,
|
||||
.douban_cat_nav,
|
||||
.friends_cat_nav {
|
||||
padding: 25px 40px;
|
||||
border-bottom: 1px solid var(--pix-background);
|
||||
@@ -1342,6 +1377,7 @@ a.close_local {
|
||||
.moment_cat_nav ul,
|
||||
.posts_cat_nav ul,
|
||||
.photos_cat_nav ul,
|
||||
.douban_cat_nav ul,
|
||||
.friends_cat_nav ul {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -1356,6 +1392,7 @@ a.close_local {
|
||||
.moment_cat_nav ul li,
|
||||
.posts_cat_nav ul li,
|
||||
.photos_cat_nav ul li,
|
||||
.douban_cat_nav ul li,
|
||||
.friends_cat_nav ul li {
|
||||
list-style: none;
|
||||
flex: none;
|
||||
@@ -1364,6 +1401,7 @@ a.close_local {
|
||||
.moment_cat_nav ul::-webkit-scrollbar,
|
||||
.posts_cat_nav ul::-webkit-scrollbar,
|
||||
.photos_cat_nav ul::-webkit-scrollbar,
|
||||
.douban_cat_nav ul::-webkit-scrollbar,
|
||||
.friends_cat_nav ul::-webkit-scrollbar {
|
||||
|
||||
display: none;
|
||||
@@ -1374,6 +1412,7 @@ a.close_local {
|
||||
.moment_cat_nav ul li a,
|
||||
.posts_cat_nav ul li a,
|
||||
.photos_cat_nav ul li a,
|
||||
.douban_cat_nav ul li a,
|
||||
.friends_cat_nav ul li a {
|
||||
padding: 5px 10px;
|
||||
background: #e1e9e5;
|
||||
@@ -1388,6 +1427,7 @@ a.close_local {
|
||||
.moment_cat_nav ul li a:hover,
|
||||
.posts_cat_nav ul li a:hover,
|
||||
.photos_cat_nav ul li a:hover,
|
||||
.douban_cat_nav ul li a:hover,
|
||||
.friends_cat_nav ul li a:hover {
|
||||
background-color: var(--pix-theme);
|
||||
color: #fff !important;
|
||||
@@ -1396,6 +1436,7 @@ a.close_local {
|
||||
.moment_cat_nav ul li a.active,
|
||||
.posts_cat_nav ul li a.active,
|
||||
.photos_cat_nav ul li a.active,
|
||||
.douban_cat_nav ul li a.active,
|
||||
.friends_cat_nav ul li a.active {
|
||||
background: var(--pix-theme);
|
||||
color: #fff !important;
|
||||
@@ -1403,7 +1444,8 @@ a.close_local {
|
||||
|
||||
#t_pagination,
|
||||
#pagination,
|
||||
#p_pagination {
|
||||
#p_pagination,
|
||||
#prev_pagination {
|
||||
padding: 30px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
@@ -1413,7 +1455,8 @@ a.close_local {
|
||||
|
||||
#t_pagination a,
|
||||
#pagination a,
|
||||
#p_pagination a {
|
||||
#p_pagination a,
|
||||
#prev_pagination a {
|
||||
padding: 10px 15px;
|
||||
background: var(--pix-theme);
|
||||
color: #fff;
|
||||
@@ -1421,6 +1464,28 @@ a.close_local {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#prev_pagination {
|
||||
overflow: hidden;
|
||||
max-height: 0;
|
||||
opacity: 0;
|
||||
transform: translateY(-12px);
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
border-top: 0;
|
||||
border-bottom: 0;
|
||||
pointer-events: none;
|
||||
transition: max-height 0.35s ease, opacity 0.3s ease, transform 0.35s ease, padding 0.35s ease, border-color 0.35s ease;
|
||||
}
|
||||
|
||||
#prev_pagination.is-visible {
|
||||
max-height: 140px;
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
padding: 30px;
|
||||
border-bottom: 1px solid var(--pix-background);
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.p_item {
|
||||
padding: 40px 0;
|
||||
border-bottom: 1px solid var(--pix-background);
|
||||
@@ -2268,21 +2333,20 @@ a.go_top.show {
|
||||
|
||||
/* 手机端顶部导航栏回到顶部按钮 */
|
||||
.tool_top {
|
||||
position: fixed;
|
||||
bottom: 10%;
|
||||
opacity: 0;
|
||||
transition: all 0.15s;
|
||||
font-size: 26px;
|
||||
transform: translateY(20px);
|
||||
transform: translateY(8px);
|
||||
transition: opacity 0.15s, transform 0.15s;
|
||||
pointer-events: none;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.tool_top.show {
|
||||
opacity: 1;
|
||||
transform: translateY(0px);
|
||||
transform: translateY(0);
|
||||
pointer-events: auto;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.tool_top .tool_top_icon {
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
.footer_nav_box .left_inner {
|
||||
@@ -3797,7 +3861,7 @@ a.play_btn i {
|
||||
}
|
||||
|
||||
.player_bar {
|
||||
height: 3px;
|
||||
height: 6px;
|
||||
width: 100%;
|
||||
background: #ddd;
|
||||
position: relative;
|
||||
@@ -3807,7 +3871,7 @@ a.play_btn i {
|
||||
|
||||
.player_bar .progress {
|
||||
position: absolute;
|
||||
height: 3px;
|
||||
height: 6px;
|
||||
background: linear-gradient(90deg, #00b34a, #00e0c7);
|
||||
left: 0;
|
||||
top: 0;
|
||||
@@ -5229,7 +5293,7 @@ a.read-less-btn:hover {
|
||||
}
|
||||
|
||||
a.m_play i {
|
||||
font-size: 32px;
|
||||
font-size: 28px;
|
||||
color: var(--pix-theme);
|
||||
}
|
||||
|
||||
@@ -5535,7 +5599,7 @@ a.m_loop {
|
||||
width: 330px;
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
min-height: 550px;
|
||||
min-height: 450px;
|
||||
}
|
||||
|
||||
.poster_box .loading_box {
|
||||
@@ -5653,7 +5717,7 @@ span.edit_post a {
|
||||
.m_offcanvas .inner {
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
|
||||
url('/upload/celan.png') no-repeat center bottom;
|
||||
url('/themes/theme-pix/assets/img/logo.webp') no-repeat center bottom;
|
||||
background-size: cover, 100%;
|
||||
padding: 30px;
|
||||
}
|
||||
@@ -5723,8 +5787,7 @@ span.edit_post a {
|
||||
background: rgba(235, 242, 237, 0.8);
|
||||
border-top: 1px solid #eaeaea;
|
||||
align-items: center;
|
||||
border-top-left-radius: 20px;
|
||||
border-top-right-radius: 20px;
|
||||
border-radius: 0;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
@@ -5945,11 +6008,6 @@ a.change i.ri-refresh-line {
|
||||
.not_mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.footer_nav_box {
|
||||
border-radius: 50px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.single_wrap .comments-area,
|
||||
@@ -5974,76 +6032,147 @@ a.change i.ri-refresh-line {
|
||||
|
||||
/*toc*/
|
||||
.listree-box {
|
||||
display: none;
|
||||
position: fixed;
|
||||
z-index: 999;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
background-color: var(--toc-color);
|
||||
color: #fff;
|
||||
border-radius: 0 10px 10px 0;
|
||||
}
|
||||
|
||||
h3.listree-titles {
|
||||
float: right;
|
||||
cursor: default;
|
||||
padding: 20px 8px 9px 6px;
|
||||
font-size: 1.01rem;
|
||||
}
|
||||
|
||||
h3.listree-titles a.listree-btn {
|
||||
color: #fff;
|
||||
top: 10px;
|
||||
left: 15px;
|
||||
display: block;
|
||||
width: 22px;
|
||||
text-align: center;
|
||||
width: 290px;
|
||||
max-width: calc(100vw - 32px);
|
||||
max-height: calc(100vh - 124px);
|
||||
overflow: hidden;
|
||||
color: #29372f;
|
||||
background: rgb(255 255 255 / 92%);
|
||||
border: 1px solid rgb(34 187 109 / 16%);
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 18px 48px rgb(23 45 31 / 16%);
|
||||
backdrop-filter: blur(.7rem);
|
||||
-webkit-backdrop-filter: blur(.7rem);
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
pointer-events: none;
|
||||
transform: translate3d(-12px, 8px, 0) scale(.98);
|
||||
transform-origin: top left;
|
||||
transition: opacity .24s ease, visibility .24s ease, transform .24s ease;
|
||||
}
|
||||
|
||||
.listree-box.is-open {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
pointer-events: auto;
|
||||
transform: translate3d(0, 0, 0) scale(1);
|
||||
}
|
||||
|
||||
#listree-ol {
|
||||
max-height: 230px;
|
||||
overflow: scroll;
|
||||
display: block;
|
||||
max-height: min(58vh, 420px);
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
float: left;
|
||||
height: 100%;
|
||||
min-height: 100px;
|
||||
line-height: 1.5;
|
||||
margin: 20px 0px 20px -10px;
|
||||
padding-right: 20px;
|
||||
align-items: center;
|
||||
border-right: 1px solid #eeeeef;
|
||||
float: none;
|
||||
height: auto;
|
||||
min-height: 0;
|
||||
line-height: 1.45;
|
||||
margin: 0;
|
||||
padding: 12px 10px 14px;
|
||||
list-style: none;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#listree-ol li {
|
||||
line-height: 1.8;
|
||||
margin-bottom: 6px;
|
||||
line-height: inherit;
|
||||
margin: 2px 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#listree-ol li a {
|
||||
color: #fff;
|
||||
display: block;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 7px 10px 7px 12px;
|
||||
color: #52685b;
|
||||
border-left: 3px solid transparent;
|
||||
border-radius: 8px;
|
||||
font-size: 13px;
|
||||
line-height: 1.45;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
|
||||
}
|
||||
|
||||
#listree-ol li a:hover {
|
||||
color: #15251c;
|
||||
background: rgb(34 187 109 / 8%);
|
||||
transform: translateX(2px);
|
||||
}
|
||||
|
||||
#listree-ol ul {
|
||||
margin-top: 0px;
|
||||
margin: 3px 0 3px 12px;
|
||||
padding-left: 10px;
|
||||
border-left: 1px solid rgb(34 54 41 / 10%);
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#listree-ol a.node-name--H1,
|
||||
#listree-ol a.node-name--H2 {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#listree-ol a.node-name--H4,
|
||||
#listree-ol a.node-name--H5,
|
||||
#listree-ol a.node-name--H6 {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
a#listree-click.current,
|
||||
#listree-ol>li.current>a,
|
||||
#listree-ol>li ul li.current>a {
|
||||
color: #f2ff2c;
|
||||
color: var(--toc-color);
|
||||
border-left-color: var(--toc-color);
|
||||
background: rgb(34 187 109 / 10%);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.listree-box.is-open #listree-ol li {
|
||||
animation: listreeItemIn .26s ease both;
|
||||
}
|
||||
|
||||
#listree-ol::-webkit-scrollbar-track {
|
||||
background-color: #fff;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#listree-ol::-webkit-scrollbar-thumb {
|
||||
background: rgb(199, 201, 204);
|
||||
background: rgb(34 187 109 / 26%);
|
||||
border-radius: 999px;
|
||||
}
|
||||
|
||||
#listree-ol::-webkit-scrollbar {
|
||||
width: 3px;
|
||||
width: 4px;
|
||||
}
|
||||
|
||||
@keyframes listreeItemIn {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: translateX(-6px);
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: translateX(0);
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.toc_nav .listree-btn,
|
||||
.toc_nav .listree-btn i,
|
||||
.listree-box,
|
||||
#listree-ol li a {
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.listree-box.is-open #listree-ol li {
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
|
||||
.dark .db--container {
|
||||
@@ -6281,7 +6410,7 @@ a#listree-click.current,
|
||||
}
|
||||
|
||||
.notice-content {
|
||||
background-image: url('/upload/yiyan.png');
|
||||
background-image: url('/themes/theme-pix/assets/img/sidebar-notice.webp');
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
|
||||
@@ -218,7 +218,7 @@
|
||||
|
||||
/**
|
||||
* 小屏平板 (<= 960px)
|
||||
* 保持原样
|
||||
* 540-960px 增加手机端底部导航
|
||||
*/
|
||||
@media only screen and (max-width:960px) {
|
||||
|
||||
@@ -276,6 +276,35 @@
|
||||
.top_menu_box {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
/* 540-960px 也显示手机端底部导航,但不显示发布按钮 */
|
||||
.footer_menu {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.footer_nav_box {
|
||||
top: 56px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.footer_nav_box .footer_player {
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
body.mod_third_s .footer_nav_box .right {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.footer_main {
|
||||
position: relative;
|
||||
padding-bottom: 110px;
|
||||
}
|
||||
|
||||
.footer_menu a.playing-music,
|
||||
.footer_menu a.playing-music i,
|
||||
.footer_menu a.playing-music .title {
|
||||
color: #4CAF50;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -303,6 +332,7 @@
|
||||
.moment_cat_nav,
|
||||
.posts_cat_nav,
|
||||
.photos_cat_nav,
|
||||
.douban_cat_nav,
|
||||
.friends_cat_nav {
|
||||
padding: 15px;
|
||||
}
|
||||
@@ -480,7 +510,7 @@
|
||||
backdrop-filter: blur(0.5rem);
|
||||
-webkit-backdrop-filter: blur(0.5rem);
|
||||
background: rgb(235 242 237 / 80%);
|
||||
border-radius: 0 0 20px 20px;
|
||||
border-radius: 0;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
@@ -654,7 +684,6 @@
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.player_mod .tool,
|
||||
a.m_prev,
|
||||
a.m_next,
|
||||
.timer,
|
||||
@@ -663,6 +692,59 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.player_mod .tool {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin: 4px 0;
|
||||
position: relative;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.player_mod .top {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.player_mod .player_bar {
|
||||
height: 20px;
|
||||
background: transparent;
|
||||
overflow: visible;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.player_mod .player_bar::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 6px;
|
||||
background: #ddd;
|
||||
border-radius: 6px;
|
||||
transform: translateY(-50%);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.dark .player_mod .player_bar::before {
|
||||
background: #585858;
|
||||
}
|
||||
|
||||
.player_mod .player_bar .progress {
|
||||
height: 6px;
|
||||
top: 50%;
|
||||
z-index: 2;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.player_mod .player_dot {
|
||||
display: block;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
margin-right: -9px;
|
||||
z-index: 9;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
|
||||
}
|
||||
|
||||
.player_mod .m_cover {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
@@ -703,7 +785,7 @@
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 100px;
|
||||
max-width: 90px;
|
||||
}
|
||||
|
||||
.single_music_header .mu_img {
|
||||
@@ -742,30 +824,42 @@
|
||||
}
|
||||
|
||||
/* 手机端文章目录调整 */
|
||||
h3.listree-titles {
|
||||
font-size: 0.8rem;
|
||||
padding: 9px 0;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
.listree-box {
|
||||
left: 40px;
|
||||
right: 12px;
|
||||
max-width: 85vw;
|
||||
max-height: calc(100vh - 96px);
|
||||
margin-left: 0;
|
||||
border-radius: 12px;
|
||||
transform: translate3d(0, -8px, 0) scale(.98);
|
||||
transform-origin: top center;
|
||||
}
|
||||
|
||||
#listree-ol li a {
|
||||
font-size: 0.8rem;
|
||||
.listree-box.is-open {
|
||||
transform: translate3d(0, 0, 0) scale(1);
|
||||
}
|
||||
|
||||
#listree-ol {
|
||||
margin: 10px 0 15px -10px;
|
||||
padding-right: 15px;
|
||||
max-height: min(56vh, 420px);
|
||||
margin: 0;
|
||||
padding: 10px 8px 12px;
|
||||
}
|
||||
|
||||
#listree-ol li {
|
||||
line-height: 1.2;
|
||||
margin-top: 6px;
|
||||
line-height: inherit;
|
||||
margin: 2px 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#listree-ol li a {
|
||||
font-size: 0.82rem;
|
||||
padding: 7px 9px 7px 10px;
|
||||
}
|
||||
|
||||
.toc_nav .listree-btn.is-active i {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
/* 手机端底部音乐按钮颜色 */
|
||||
.footer_menu a.playing-music,
|
||||
.footer_menu a.playing-music i,
|
||||
@@ -773,7 +867,11 @@
|
||||
color: #4CAF50;
|
||||
}
|
||||
|
||||
|
||||
/* 手机端顶部工具按钮 */
|
||||
.top_tool a {
|
||||
padding: 6px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Before Width: | Height: | Size: 216 KiB |
|
Before Width: | Height: | Size: 303 B |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 1l8.217 1.826a1 1 0 0 1 .783.976v9.987a6 6 0 0 1-2.672 4.992L12 23l-6.328-4.219A6 6 0 0 1 3 13.79V3.802a1 1 0 0 1 .783-.976L12 1zm0 2.049L5 4.604v9.185a4 4 0 0 0 1.781 3.328L12 20.597l5.219-3.48A4 4 0 0 0 19 13.79V4.604L12 3.05zM12 7a2 2 0 0 1 1.001 3.732L13 15h-2v-4.268A2 2 0 0 1 12 7z" fill="rgba(255,255,255,1)"/></svg>
|
||||
|
Before Width: | Height: | Size: 456 B |
|
Before Width: | Height: | Size: 151 KiB |
|
After Width: | Height: | Size: 189 KiB |
|
After Width: | Height: | Size: 141 KiB |
|
After Width: | Height: | Size: 128 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 149 KiB |
|
After Width: | Height: | Size: 138 KiB |
|
Before Width: | Height: | Size: 217 KiB |
|
After Width: | Height: | Size: 63 KiB |
|
After Width: | Height: | Size: 73 KiB |
|
After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 383 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 84 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 229 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 5.6 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM9 9v6h2V9H9zm4 0v6h2V9h-2z"/></svg>
|
||||
|
Before Width: | Height: | Size: 238 B |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM10.622 8.415a.4.4 0 0 0-.622.332v6.506a.4.4 0 0 0 .622.332l4.879-3.252a.4.4 0 0 0 0-.666l-4.88-3.252z"/></svg>
|
||||
|
Before Width: | Height: | Size: 313 B |
|
Before Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 31 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M8 11.333l10.223-6.815a.5.5 0 0 1 .777.416v14.132a.5.5 0 0 1-.777.416L8 12.667V19a1 1 0 0 1-2 0V5a1 1 0 1 1 2 0v6.333z"/></svg>
|
||||
|
Before Width: | Height: | Size: 256 B |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M16 12.667L5.777 19.482A.5.5 0 0 1 5 19.066V4.934a.5.5 0 0 1 .777-.416L16 11.333V5a1 1 0 0 1 2 0v14a1 1 0 0 1-2 0v-6.333z"/></svg>
|
||||
|
Before Width: | Height: | Size: 259 B |
|
Before Width: | Height: | Size: 2.7 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path fill="none" d="M0 0h24v24H0z"/><path d="M2 19h20v2H2v-2zM2 5l5 3.5L12 2l5 6.5L22 5v12H2V5zm2 3.841V15h16V8.841l-3.42 2.394L12 5.28l-4.58 5.955L4 8.84z" fill="rgba(255,193,116,1)"/></svg>
|
||||
|
Before Width: | Height: | Size: 275 B |
@@ -9,22 +9,6 @@ function modify_m_bottom_music_button_link() {
|
||||
});
|
||||
}
|
||||
|
||||
// 视频默认正方形,播放恢复比例(接入灯箱后已无用)
|
||||
// function modify_moment_video_size() {
|
||||
// const videos = document.querySelectorAll('.pix_video');
|
||||
// videos.forEach(video => {
|
||||
// if (!video.hasAttribute('data-video-events-bound')) {
|
||||
// video.addEventListener('play', () => {
|
||||
// video.classList.add('is-playing');
|
||||
// });
|
||||
// video.addEventListener('ended', () => {
|
||||
// video.classList.remove('is-playing');
|
||||
// });
|
||||
// video.setAttribute('data-video-events-bound', 'true');
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// 登录逻辑
|
||||
let csrfToken = '';
|
||||
let publicKey = '';
|
||||
@@ -160,9 +144,6 @@ login_loginBtn.addEventListener('click', async () => {
|
||||
cocoMessage.success('署名成功,正在跳转...');
|
||||
login_loginBtn.textContent = '跳转中...';
|
||||
const currentScrollTop = window.scrollY || document.documentElement.scrollTop;
|
||||
// $.cookie('scrollParam', currentScrollTop, { path: '/', domain: 'anian.cc' });
|
||||
// $.cookie('load_type', 'login', { path: '/', domain: 'anian.cc' });
|
||||
$.cookie('scrollParam', currentScrollTop, { path: '/' });
|
||||
$.cookie('load_type', 'login', { path: '/' });
|
||||
window.location.reload();
|
||||
} else if (finalUrl.includes('error=invalid-credential')) {
|
||||
@@ -236,9 +217,6 @@ async function customLogout() {
|
||||
closeLoading();
|
||||
cocoMessage.success('您已成功退出登录');
|
||||
const currentScrollTop = window.scrollY || document.documentElement.scrollTop;
|
||||
// $.cookie('scrollParam', currentScrollTop, { path: '/', domain: 'anian.cc' });
|
||||
// $.cookie('load_type', 'logout', { path: '/', domain: 'anian.cc' });
|
||||
$.cookie('scrollParam', currentScrollTop, { path: '/' });
|
||||
$.cookie('load_type', 'logout', { path: '/' });
|
||||
window.location.reload();
|
||||
} else {
|
||||
@@ -328,7 +306,7 @@ function init_douban_page() {
|
||||
}
|
||||
|
||||
function renderEmpty() {
|
||||
return '<div class="loading_box"><img src="/upload/nodata.png" alt="暂无内容" style="max-width: 280px; width: 100%; height: auto;"></div>';
|
||||
return '<div class="loading_box"><img src="/themes/theme-pix/assets/img/no-data.webp" alt="暂无内容" style="max-width: 280px; width: 100%; height: auto;"></div>';
|
||||
}
|
||||
|
||||
function parseScoreValue(rawScore) {
|
||||
@@ -391,7 +369,7 @@ function init_douban_page() {
|
||||
var faves = item && item.faves ? item.faves : {};
|
||||
var name = escapeHtml(spec.name || '未命名条目');
|
||||
var link = escapeHtml(spec.link || 'javascript:void(0);');
|
||||
var poster = escapeHtml(spec.poster || '/themes/theme-pix/assets/img/theme/banner.jpg');
|
||||
var poster = escapeHtml(spec.poster || '/themes/theme-pix/assets/img/theme/banner-all.webp');
|
||||
var rawScore = faves.score || spec.score || '';
|
||||
var createTime = escapeHtml(formatTime(faves.createTime));
|
||||
var dataType = escapeHtml(spec.type || '--');
|
||||
@@ -617,6 +595,9 @@ function init_douban_page() {
|
||||
requestList(1, state.type, false, {
|
||||
onSuccess: function () {
|
||||
$this.addClass('active').parent().siblings().children('.cat-link').removeClass('active');
|
||||
if (window.pix && typeof pix.centerCategoryNavActive === 'function') {
|
||||
pix.centerCategoryNavActive($this);
|
||||
}
|
||||
|
||||
var currentUrl = new URL(window.location.href);
|
||||
if (!targetTag || targetTag === '全部') {
|
||||
@@ -675,12 +656,18 @@ function init_douban_page() {
|
||||
}).first();
|
||||
if ($matchedTag.length > 0) {
|
||||
$matchedTag.addClass('active').parent().siblings().children('.cat-link').removeClass('active');
|
||||
if (window.pix && typeof pix.centerCategoryNavActive === 'function') {
|
||||
pix.centerCategoryNavActive($matchedTag);
|
||||
}
|
||||
state.type = $matchedTag.attr('data-type') || '';
|
||||
} else {
|
||||
state.type = $('.douban_cat_nav .cat-link.active').attr('data-type') || '';
|
||||
}
|
||||
} else {
|
||||
state.type = $('.douban_cat_nav .cat-link.active').attr('data-type') || '';
|
||||
if (window.pix && typeof pix.centerCategoryNavActive === 'function') {
|
||||
pix.centerCategoryNavActive($('.douban_cat_nav .cat-link.active').first());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -42,8 +42,8 @@ $('body').on('click', '.moment_card_type a', function () {
|
||||
$('body').on('click', '.edit_content .push_card', function () {
|
||||
var card_url = $('.edit_card_box .edit_content input').val();
|
||||
var num = $('.card_sortble .moment_card_item').length;
|
||||
if (num > 2) {
|
||||
cocoMessage.error('最多插入3个卡片');
|
||||
if (num > 4) {
|
||||
cocoMessage.error('最多插入5个卡片');
|
||||
$('.edit_card_box .edit_content input').val('');
|
||||
return false;
|
||||
}
|
||||
@@ -204,7 +204,7 @@ $(document).on('change', '#moment_img_up', function () {
|
||||
success: function (data) {
|
||||
var thum = data.metadata.annotations["storage.halo.run/uri"] || data.metadata.annotations["storage.halo.run/external-link"]
|
||||
$('.m_media_left .up_loading').remove();
|
||||
$('.m_media_left').append('<img src="/themes/theme-pix/assets/img/video.png" data="' + thum + '">');
|
||||
$('.m_media_left').append('<img src="/themes/theme-pix/assets/img/logo.webp" data="' + thum + '">');
|
||||
cocoMessage.success('上传成功');
|
||||
$('input#moment_video_url').val(thum)
|
||||
}
|
||||
@@ -539,7 +539,7 @@ function edit_video(data) {
|
||||
$('input#moment_video_url').val(url);
|
||||
if (url !== '') {
|
||||
$('.m_media_left i').remove();
|
||||
$('.m_media_left').append('<img src="/themes/theme-pix/assets/img/video.png" data="' + url + '">');
|
||||
$('.m_media_left').append('<img src="/themes/theme-pix/assets/img/logo.webp" data="' + url + '">');
|
||||
}
|
||||
|
||||
} else if (type == 'video/bili') {
|
||||
|
||||
@@ -129,7 +129,7 @@ var pix = {
|
||||
} else {
|
||||
msg_modal_inner.html(`
|
||||
<p class="no_posts"><small># 暂无消息 #</small><img class="s_nodata"
|
||||
src="/upload/nodata.png"></p>
|
||||
src="/themes/theme-pix/assets/img/no-data.webp"></p>
|
||||
<p class="msg_limit">只显示最新10条未读和已读信息</p>
|
||||
`)
|
||||
}
|
||||
@@ -137,7 +137,7 @@ var pix = {
|
||||
error: function () {
|
||||
msg_modal_inner.html(`
|
||||
<p class="no_posts"><small># 暂无消息 #</small><img class="s_nodata"
|
||||
src="/upload/nodata.png"></p>
|
||||
src="/themes/theme-pix/assets/img/no-data.webp"></p>
|
||||
<p class="msg_limit">只显示最新10条未读和已读信息</p>
|
||||
`)
|
||||
|
||||
@@ -163,6 +163,31 @@ var pix = {
|
||||
|
||||
},
|
||||
|
||||
centerCategoryNavActive: function ($link) {
|
||||
var $activeLink = $link && $link.length ? $link : $('.moment_cat_nav .active, .posts_cat_nav .active, .photos_cat_nav .active, .douban_cat_nav .active, .friends_cat_nav .active').first();
|
||||
if (!$activeLink || !$activeLink.length) {
|
||||
return;
|
||||
}
|
||||
|
||||
var navEl = $activeLink.closest('.moment_cat_nav, .posts_cat_nav, .photos_cat_nav, .douban_cat_nav, .friends_cat_nav').find('ul').get(0);
|
||||
if (!navEl) {
|
||||
return;
|
||||
}
|
||||
|
||||
var linkEl = $activeLink.get(0);
|
||||
var maxScrollLeft = navEl.scrollWidth - navEl.clientWidth;
|
||||
if (maxScrollLeft <= 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
var navRect = navEl.getBoundingClientRect();
|
||||
var linkRect = linkEl.getBoundingClientRect();
|
||||
var targetScrollLeft = navEl.scrollLeft + (linkRect.left - navRect.left) - (navRect.width / 2 - linkRect.width / 2);
|
||||
targetScrollLeft = Math.max(0, Math.min(maxScrollLeft, targetScrollLeft));
|
||||
|
||||
$(navEl).stop(true).animate({ scrollLeft: targetScrollLeft }, 220);
|
||||
},
|
||||
|
||||
topCategoriesBarScroll: function () {
|
||||
if (document.getElementById("cat_nav_items")) {
|
||||
let xscroll = document.getElementById("cat_nav_items");
|
||||
|
||||
@@ -361,10 +361,9 @@ function mu_box_show() {
|
||||
function mu_box_hide(time = 2000) {
|
||||
clearTimeout(trigger);
|
||||
trigger = setTimeout(function () {
|
||||
// 获取屏幕宽度判断是否为手机端(与歌词容器响应式逻辑保持一致)
|
||||
const isMobile = $(window).width() <= 767;
|
||||
// 手机端隐藏时额外向下偏移50px(可根据需要调整数值),非手机端保持默认0px
|
||||
const hideTop = isMobile ? "50px" : "0px";
|
||||
const hasBottomMenu = $(window).width() <= 960;
|
||||
// 底部导航可见时,播放器收起到导航栏后面。
|
||||
const hideTop = hasBottomMenu ? "50px" : "0px";
|
||||
|
||||
// 执行隐藏动画
|
||||
$('.footer_nav_box').animate({
|
||||
@@ -384,20 +383,52 @@ $(document).on('mouseleave', '.footer_nav_box .right_inner', function (event) {
|
||||
}, 2000);
|
||||
});
|
||||
|
||||
//音乐进度条跳转
|
||||
function getMousePosition(e) {
|
||||
var e = e || window.event;
|
||||
var x = e.pageX;
|
||||
var y = e.pageY;
|
||||
return { 'left': x, 'top': y }
|
||||
//音乐进度条跳转/拖动
|
||||
var draggingPlayerBar = null;
|
||||
|
||||
function getProgressPointerX(event) {
|
||||
var originalEvent = event.originalEvent || event;
|
||||
if (originalEvent.touches && originalEvent.touches.length > 0) {
|
||||
return originalEvent.touches[0].pageX;
|
||||
}
|
||||
if (originalEvent.changedTouches && originalEvent.changedTouches.length > 0) {
|
||||
return originalEvent.changedTouches[0].pageX;
|
||||
}
|
||||
return event.pageX || originalEvent.pageX || 0;
|
||||
}
|
||||
|
||||
$(document).on('click', '.player_bar', function () {
|
||||
var long = (getMousePosition().left) - ($('.progress').offset().left);
|
||||
$('.progress').width(long);
|
||||
allTime = parseInt(audiobox[0].duration);
|
||||
var nowtime = (long / $('.player_bar').width()) * allTime;
|
||||
audiobox[0].currentTime = nowtime;
|
||||
function seekPlayerByEvent(event, playerBar) {
|
||||
var duration = audiobox[0].duration;
|
||||
if (!duration || !isFinite(duration)) return;
|
||||
|
||||
var $playerBar = $(playerBar);
|
||||
var barWidth = $playerBar.width();
|
||||
if (!barWidth) return;
|
||||
|
||||
var long = getProgressPointerX(event) - $playerBar.offset().left;
|
||||
long = Math.max(0, Math.min(long, barWidth));
|
||||
|
||||
$playerBar.find('.progress').width(long);
|
||||
audiobox[0].currentTime = (long / barWidth) * duration;
|
||||
}
|
||||
|
||||
$(document).on('mousedown touchstart', '.player_bar', function (event) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
draggingPlayerBar = this;
|
||||
seekPlayerByEvent(event, draggingPlayerBar);
|
||||
});
|
||||
|
||||
$(document).on('mousemove touchmove', function (event) {
|
||||
if (!draggingPlayerBar) return;
|
||||
event.preventDefault();
|
||||
seekPlayerByEvent(event, draggingPlayerBar);
|
||||
});
|
||||
|
||||
$(document).on('mouseup touchend touchcancel', function (event) {
|
||||
if (!draggingPlayerBar) return;
|
||||
event.preventDefault();
|
||||
draggingPlayerBar = null;
|
||||
});
|
||||
|
||||
//音量调节 m_volume
|
||||
|
||||
@@ -5,7 +5,7 @@ const poster = (function() {
|
||||
const DEBUG = false
|
||||
|
||||
const WIDTH = 700
|
||||
const HEIGHT = 1160
|
||||
const HEIGHT = 850
|
||||
|
||||
/**
|
||||
* 将图片URL加载为Image对象,并返回Promise
|
||||
@@ -47,9 +47,12 @@ const poster = (function() {
|
||||
const $title = createDom('canvas', 'id', 'title')
|
||||
const $content = createDom('canvas', 'id', 'content')
|
||||
const $logo = createDom('canvas', 'id', 'logo')
|
||||
const $siteName = createDom('canvas', 'id', 'siteName')
|
||||
const $description = createDom('canvas', 'id', 'description')
|
||||
const $customText1 = createDom('canvas', 'id', 'customText1')
|
||||
const $customText2 = createDom('canvas', 'id', 'customText2')
|
||||
|
||||
appendChilds($wrapper, $canvas, $day, $date, $title, $content, $logo, $description)
|
||||
appendChilds($wrapper, $canvas, $day, $siteName, $date, $title, $content, $logo, $description, $customText1, $customText2)
|
||||
$container.appendChild($wrapper)
|
||||
|
||||
const date = new Date()
|
||||
@@ -83,6 +86,58 @@ const poster = (function() {
|
||||
titleStyle.position = (config.titleStyle && config.titleStyle.position) || titleStyle.position
|
||||
drawMoreLines($title, titleStyle, config.title)
|
||||
|
||||
// site name canvas
|
||||
const siteNameStyle = {
|
||||
font: '40px Helvetica',
|
||||
lineHeight: 1.3,
|
||||
color: 'rgba(255, 255, 255, 0.95)',
|
||||
position: 'left'
|
||||
}
|
||||
siteNameStyle.font = (config.siteNameStyle && config.siteNameStyle.font) || siteNameStyle.font
|
||||
siteNameStyle.color = (config.siteNameStyle && config.siteNameStyle.color) || siteNameStyle.color
|
||||
siteNameStyle.lineHeight = (config.siteNameStyle && config.siteNameStyle.lineHeight) || siteNameStyle.lineHeight
|
||||
siteNameStyle.position = (config.siteNameStyle && config.siteNameStyle.position) || siteNameStyle.position
|
||||
drawMoreLines($siteName, siteNameStyle, config.siteName)
|
||||
|
||||
// description canvas
|
||||
const descriptionStyle = {
|
||||
font: '25px Helvetica',
|
||||
color: 'rgba(236, 241, 255, 1)',
|
||||
lineHeight: 1.2,
|
||||
position: 'left'
|
||||
}
|
||||
descriptionStyle.font = (config.descriptionStyle && config.descriptionStyle.font) || descriptionStyle.font
|
||||
descriptionStyle.color = (config.descriptionStyle && config.descriptionStyle.color) || descriptionStyle.color
|
||||
descriptionStyle.lineHeight = (config.descriptionStyle && config.descriptionStyle.lineHeight) || descriptionStyle.lineHeight
|
||||
descriptionStyle.position = (config.descriptionStyle && config.descriptionStyle.position) || descriptionStyle.position
|
||||
drawMoreLines($description, descriptionStyle, config.description)
|
||||
|
||||
// custom text 1 canvas
|
||||
const customText1Style = {
|
||||
font: '28px Helvetica',
|
||||
lineHeight: 1.3,
|
||||
position: 'left',
|
||||
color: 'rgba(0, 0, 0, 1)'
|
||||
}
|
||||
customText1Style.font = (config.customText1Style && config.customText1Style.font) || customText1Style.font
|
||||
customText1Style.color = (config.customText1Style && config.customText1Style.color) || customText1Style.color
|
||||
customText1Style.lineHeight = (config.customText1Style && config.customText1Style.lineHeight) || customText1Style.lineHeight
|
||||
customText1Style.position = (config.customText1Style && config.customText1Style.position) || customText1Style.position
|
||||
drawMoreLines($customText1, customText1Style, config.customText1 || '')
|
||||
|
||||
// custom text 2 canvas
|
||||
const customText2Style = {
|
||||
font: '28px Helvetica',
|
||||
lineHeight: 1.3,
|
||||
position: 'left',
|
||||
color: 'rgba(0, 0, 0, 1)'
|
||||
}
|
||||
customText2Style.font = (config.customText2Style && config.customText2Style.font) || customText2Style.font
|
||||
customText2Style.color = (config.customText2Style && config.customText2Style.color) || customText2Style.color
|
||||
customText2Style.lineHeight = (config.customText2Style && config.customText2Style.lineHeight) || customText2Style.lineHeight
|
||||
customText2Style.position = (config.customText2Style && config.customText2Style.position) || customText2Style.position
|
||||
drawMoreLines($customText2, customText2Style, config.customText2 || '')
|
||||
|
||||
// content canvas
|
||||
const contentStyle = {
|
||||
font: '22px Helvetica',
|
||||
@@ -96,15 +151,6 @@ const poster = (function() {
|
||||
contentStyle.position = (config.contentStyle && config.contentStyle.position) || contentStyle.position
|
||||
drawMoreLines($content, contentStyle, config.content);
|
||||
|
||||
// description canvas
|
||||
const descriptionStyle = {
|
||||
font: '24px Helvetica',
|
||||
color: 'rgba(180, 180, 180, 1)',
|
||||
lineHeight: 1.2,
|
||||
position: 'left'
|
||||
}
|
||||
drawMoreLines($description, descriptionStyle, config.description)
|
||||
|
||||
|
||||
// ------------------ 【修复点 1:使用 Promise.all 等待所有图片加载】 ------------------
|
||||
Promise.all([
|
||||
@@ -126,7 +172,7 @@ const poster = (function() {
|
||||
ctx.drawImage(image, imgRect.sx, imgRect.sy, imgRect.sWidth, imgRect.sHeight, 20, 20, $canvas.width - 40, $canvas.height / 1.2 - 40);
|
||||
|
||||
// 3. 绘制覆盖层
|
||||
ctx.fillStyle="rgba(0, 0, 0, 0.3)";
|
||||
ctx.fillStyle="rgba(0, 0, 0, 0.6)";
|
||||
ctx.fillRect(20, 20, $canvas.width - 40, $canvas.height / 1.2 - 40);
|
||||
|
||||
// 4. 绘制时间 (使用预先绘制好的 Canvas)
|
||||
@@ -134,17 +180,20 @@ const poster = (function() {
|
||||
ctx.drawImage($date, -21, 125)
|
||||
|
||||
// 5. 绘制 Logo
|
||||
var logoh = 60;
|
||||
var logoh = 140;
|
||||
var cwidth = logoh * (logo.width / logo.height);
|
||||
ctx.drawImage(logo, 60, $canvas.height / 1.2 + 30, cwidth, logoh);
|
||||
ctx.drawImage(logo, 20, $canvas.height / 1.2 - 10, cwidth, logoh);
|
||||
|
||||
// 6. 绘制二维码
|
||||
ctx.drawImage(qrcode, $canvas.width - 160, $canvas.height / 1.2 + 20, 120, 120);
|
||||
ctx.drawImage(qrcode, $canvas.width - 150, $canvas.height / 1.2 + 10, 120, 120);
|
||||
|
||||
// 7. 绘制文字 (使用预先绘制好的 Canvas)
|
||||
ctx.drawImage($title, 20, $canvas.height / 2 + 20)
|
||||
ctx.drawImage($siteName, 10, 60)
|
||||
ctx.drawImage($description, 10, 120)
|
||||
ctx.drawImage($customText1, 270, $canvas.height / 2 + 310)
|
||||
ctx.drawImage($customText2, 215, $canvas.height / 2 + 360)
|
||||
ctx.drawImage($title, 20, $canvas.height / 2 + 60)
|
||||
ctx.drawImage($content, 20, $canvas.height / 2 + 120)
|
||||
ctx.drawImage($description, 20, $canvas.height / 1.2 + 110)
|
||||
ctx.strokeStyle = 'rgba(122, 122, 122, 0.5)';
|
||||
|
||||
// 8. 转换并显示最终图片
|
||||
@@ -204,19 +253,14 @@ const poster = (function() {
|
||||
}
|
||||
}
|
||||
|
||||
// 覆盖函数(不变)
|
||||
// 覆盖函数:按目标区域等比缩放并居中裁切,尽量不留白
|
||||
function coverImg(box_w, box_h, source_w, source_h) {
|
||||
var sx = 0,
|
||||
sy = 0,
|
||||
sWidth = source_w,
|
||||
sHeight = source_h;
|
||||
if (source_w > source_h || (source_w == source_h && box_w < box_h)) {
|
||||
sWidth = box_w * sHeight / box_h;
|
||||
sx = (source_w - sWidth) / 2;
|
||||
} else if (source_w < source_h || (source_w == source_h && box_w > box_h)) {
|
||||
sHeight = box_h * sWidth / box_w;
|
||||
sY = (source_h - sHeight) / 2;
|
||||
}
|
||||
const scale = Math.max(box_w / source_w, box_h / source_h);
|
||||
const sWidth = box_w / scale;
|
||||
const sHeight = box_h / scale;
|
||||
const sx = (source_w - sWidth) / 2;
|
||||
const sy = (source_h - sHeight) / 2;
|
||||
|
||||
return {
|
||||
sx,
|
||||
sy,
|
||||
@@ -397,7 +441,8 @@ $('body').on('click', '.cr_poster', function () {
|
||||
var content = content_element.innerText;
|
||||
var content_length = content.length;
|
||||
var permalink = t_content.length > 0 ? window.location.origin + '/moments/' + post_id : window.location.origin + window.location.pathname;
|
||||
var title = t_content.length > 0 ? Theme.site_title + '-瞬间' : document.title;
|
||||
var title = t_content.length > 0 ? '瞬间' : (document.title || '').split(' - ')[0];
|
||||
var siteName = Theme.site_title;
|
||||
|
||||
// 确保 QRious 库可用
|
||||
if (typeof QRious === 'undefined') {
|
||||
@@ -430,7 +475,7 @@ $('body').on('click', '.cr_poster', function () {
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
if (content_length > 120) {
|
||||
content = content.substring(0, 80) + '...'
|
||||
content = content.substring(0, 82) + '...'
|
||||
}
|
||||
|
||||
// 海报生成回调
|
||||
@@ -456,10 +501,21 @@ $('body').on('click', '.cr_poster', function () {
|
||||
selector: modal + ' .poster_box',
|
||||
container: $posterBox[0],
|
||||
title: title,
|
||||
siteName: siteName,
|
||||
description: Theme.admin_des,
|
||||
content: content,
|
||||
logo: Theme.site_logo,
|
||||
qrcode: $('#twoCode').attr('src'),
|
||||
description: Theme.admin_des,
|
||||
customText1: '扫描右侧二维码',
|
||||
customText2: '或访问:https://anian.net',
|
||||
customText1Style: {
|
||||
font: '24px Helvetica',
|
||||
color: 'rgba(0, 0, 0, 1)'
|
||||
},
|
||||
customText2Style: {
|
||||
font: '24px Helvetica',
|
||||
color: 'rgba(0, 0, 0, 1)'
|
||||
},
|
||||
callback: Posterdown
|
||||
});
|
||||
});
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
#nprogress .spinner-icon {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-image: url("/upload/jiazai.gif");
|
||||
background-image: url("/themes/theme-pix/assets/img/loading.webp");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
||||
@@ -2436,7 +2436,7 @@ select.uk-form-width-xsmall {
|
||||
.uk-spinner {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
background-image: url("/upload/jiazai.gif");
|
||||
background-image: url("/themes/theme-pix/assets/img/loading.webp");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
||||
@@ -0,0 +1,100 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns:th="https://www.thymeleaf.org"
|
||||
th:replace="~{modules/layouts/layout :: layout(_head = null,_content = ~{::content},_title = ${title + ' - ' + site.title})}">
|
||||
|
||||
<th:block th:fragment="content">
|
||||
|
||||
<div class="page_main uk-width-2-3@m">
|
||||
|
||||
<th:block th:replace="~{modules/header}" />
|
||||
|
||||
<div id="pjax-container">
|
||||
|
||||
<div class="blog_list">
|
||||
<div class="blog_list_inner" uk-height-viewport="offset-top: true">
|
||||
|
||||
<div id="post_item" class="moment_list">
|
||||
<!-- 作者姓名不为空才渲染朋友圈动态 -->
|
||||
<div th:id="${'post-'+friend.metadata.name}"
|
||||
class="loop_content p_item moment_item uk-animation-slide-bottom-small"
|
||||
th:if="${friend.spec != null and not #strings.isEmpty(friend.spec.author)}"
|
||||
th:with="postInfo = ${friend}, spec = ${friend.spec}">
|
||||
|
||||
<div class="p_item_inner">
|
||||
|
||||
<div class="list_user_meta">
|
||||
<div class="avatar">
|
||||
<img th:src="@{${spec.logo}}">
|
||||
</div>
|
||||
|
||||
<div class="name">
|
||||
<div class="avatar_title">
|
||||
<a target="_blank" th:href="${spec.authorUrl}">
|
||||
[[${spec.author}]]
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<time itemprop="datePublished"
|
||||
th:datetime="${#dates.format(spec.pubDate, 'yyyy-MM-dd HH:mm')}">
|
||||
<th:block th:replace="~{modules/widgets/time :: time(${spec.pubDate})}">
|
||||
</th:block>
|
||||
</time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="blog_content">
|
||||
<div class="entry-content">
|
||||
<div class="p_title moment-collapse-container">
|
||||
<a th:if="${not #strings.isEmpty(spec.postLink)}"
|
||||
target="_blank" th:href="${spec.postLink}">
|
||||
<div th:utext="${spec.description ?: '无内容'}"></div>
|
||||
</a>
|
||||
<div th:unless="${not #strings.isEmpty(spec.postLink)}"
|
||||
th:utext="${spec.description ?: '无内容'}"></div>
|
||||
</div>
|
||||
<div class="img_list img-dynamic-container">
|
||||
<div class="list_inner"
|
||||
th:with="imgRaw=${spec.imageFiles},isImgList=${not #strings.isEmpty(imgRaw)}"
|
||||
th:attr="num=${isImgList ? #arrays.length(imgRaw.split(',')) : 0}">
|
||||
<th:block th:if="${isImgList}">
|
||||
<th:block th:with="imgArray=${imgRaw.split(',')}">
|
||||
<th:block th:each="url : ${imgArray}"
|
||||
th:with="cleanUrl=${#strings.trim(url)}">
|
||||
<span class="fancybox mo_img"
|
||||
th:if="${not #strings.isEmpty(cleanUrl)}"
|
||||
th:href="|/upload/image-host/${cleanUrl}|"
|
||||
th:data-fancybox="${'post-' + postInfo.metadata.name}">
|
||||
<img class="lazy"
|
||||
src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
|
||||
th:data-src="|/upload/image-host/${cleanUrl}|"
|
||||
alt="">
|
||||
</span>
|
||||
</th:block>
|
||||
</th:block>
|
||||
</th:block>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 作者姓名为空:只展示404图片 -->
|
||||
<div th:if="${friend.spec == null or #strings.isEmpty(friend.spec.author)}" style="text-align:center;padding:80px 0;">
|
||||
<img src="/themes/theme-pix/assets/img/no-data.webp"style="max-width:400px;width:100%;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="comment_form_reset"></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<th:block th:replace="~{modules/footer-main}" />
|
||||
|
||||
</div>
|
||||
</th:block>
|
||||
|
||||
</html>
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="nodata_main" uk-height-viewport="offset-top: true" >
|
||||
<section class="error-404 not-found">
|
||||
<div class="page-content no_resault">
|
||||
<img src="/upload/404.png">
|
||||
<img src="/themes/theme-pix/assets/img/not-found.webp">
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,100 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns:th="https://www.thymeleaf.org"
|
||||
th:replace="~{modules/layouts/layout :: layout(_head = null,_content = ~{::content},_title = ${title + ' - ' + site.title})}">
|
||||
|
||||
<th:block th:fragment="content">
|
||||
|
||||
<div class="page_main uk-width-2-3@m">
|
||||
|
||||
<th:block th:replace="~{modules/header}" />
|
||||
|
||||
<div id="pjax-container">
|
||||
|
||||
<div class="blog_list">
|
||||
<div class="blog_list_inner" uk-height-viewport="offset-top: true">
|
||||
|
||||
<div id="post_item" class="moment_list">
|
||||
<!-- 作者姓名不为空才渲染朋友圈动态 -->
|
||||
<div th:id="${'post-'+friend.metadata.name}"
|
||||
class="loop_content p_item moment_item uk-animation-slide-bottom-small"
|
||||
th:if="${friend.spec != null and not #strings.isEmpty(friend.spec.author)}"
|
||||
th:with="postInfo = ${friend}, spec = ${friend.spec}">
|
||||
|
||||
<div class="p_item_inner">
|
||||
|
||||
<div class="list_user_meta">
|
||||
<div class="avatar">
|
||||
<img th:src="@{${spec.logo}}">
|
||||
</div>
|
||||
|
||||
<div class="name">
|
||||
<div class="avatar_title">
|
||||
<a target="_blank" th:href="${spec.authorUrl}">
|
||||
[[${spec.author}]]
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<time itemprop="datePublished"
|
||||
th:datetime="${#dates.format(spec.pubDate, 'yyyy-MM-dd HH:mm')}">
|
||||
<th:block th:replace="~{modules/widgets/time :: time(${spec.pubDate})}">
|
||||
</th:block>
|
||||
</time>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="blog_content">
|
||||
<div class="entry-content">
|
||||
<div class="p_title moment-collapse-container">
|
||||
<a th:if="${not #strings.isEmpty(spec.postLink)}"
|
||||
target="_blank" th:href="${spec.postLink}">
|
||||
<div th:utext="${spec.description ?: '无内容'}"></div>
|
||||
</a>
|
||||
<div th:unless="${not #strings.isEmpty(spec.postLink)}"
|
||||
th:utext="${spec.description ?: '无内容'}"></div>
|
||||
</div>
|
||||
<div class="img_list img-dynamic-container">
|
||||
<div class="list_inner"
|
||||
th:with="imgRaw=${spec.imageFiles},isImgList=${not #strings.isEmpty(imgRaw)}"
|
||||
th:attr="num=${isImgList ? #arrays.length(imgRaw.split(',')) : 0}">
|
||||
<th:block th:if="${isImgList}">
|
||||
<th:block th:with="imgArray=${imgRaw.split(',')}">
|
||||
<th:block th:each="url : ${imgArray}"
|
||||
th:with="cleanUrl=${#strings.trim(url)}">
|
||||
<span class="fancybox mo_img"
|
||||
th:if="${not #strings.isEmpty(cleanUrl)}"
|
||||
th:href="|/upload/image-host/${cleanUrl}|"
|
||||
th:data-fancybox="${'post-' + postInfo.metadata.name}">
|
||||
<img class="lazy"
|
||||
src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
|
||||
th:data-src="|/upload/image-host/${cleanUrl}|"
|
||||
alt="">
|
||||
</span>
|
||||
</th:block>
|
||||
</th:block>
|
||||
</th:block>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 作者姓名为空:只展示404图片 -->
|
||||
<div th:if="${friend.spec == null or #strings.isEmpty(friend.spec.author)}" style="text-align:center;padding:80px 0;">
|
||||
<img src="/themes/theme-pix/assets/img/not-found.webp"style="max-width:400px;width:100%;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="comment_form_reset"></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<th:block th:replace="~{modules/footer-main}" />
|
||||
|
||||
</div>
|
||||
</th:block>
|
||||
|
||||
</html>
|
||||
@@ -8,7 +8,10 @@
|
||||
|
||||
<th:block th:replace="~{modules/header}" />
|
||||
|
||||
<div id="pjax-container">
|
||||
<div id="pjax-container" th:with="
|
||||
selectedTag = ${#lists.isEmpty(param.tag) ? null : param.tag[0]},
|
||||
friendPage = ${friends}
|
||||
">
|
||||
|
||||
<div class="blog_list">
|
||||
<div class="blog_list_inner" uk-height-viewport="offset-top: true">
|
||||
@@ -19,16 +22,16 @@
|
||||
<li>
|
||||
<!-- 全部按钮 -->
|
||||
<a th:attr="data-href=@{/friends}"
|
||||
th:classappend="${#lists.isEmpty(param.author) ? 'active' : ''}" class="cat-link">
|
||||
th:classappend="${#strings.isEmpty(selectedTag) ? 'active' : ''}" class="cat-link">
|
||||
全部<span></span>
|
||||
</a>
|
||||
</li>
|
||||
<!-- 遍历所有作者 -->
|
||||
<th:block th:each="author : ${authors}">
|
||||
<th:block th:each="authorLink : ${authors}">
|
||||
<li>
|
||||
<a th:attr="data-href=@{|/friends?author=${author}|}"
|
||||
th:classappend="${#strings.equals(param.author, author) ? 'active' : ''}"
|
||||
th:text="${author}" class="cat-link">
|
||||
<a th:attr="data-href=@{/friends(tag=${authorLink.spec.displayName})}"
|
||||
th:classappend="${#strings.equals(selectedTag, authorLink.spec.displayName) ? 'active' : ''}"
|
||||
th:text="${authorLink.spec.displayName}" class="cat-link">
|
||||
<span></span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -38,7 +41,7 @@
|
||||
|
||||
<div id="post_item" class="moment_list">
|
||||
|
||||
<div th:each="postInfo, iterstat: ${friends.items}" th:id="${'post-'+postInfo.metadata.name}"
|
||||
<div th:each="postInfo, iterstat: ${friendPage.items}" th:id="${'post-'+postInfo.metadata.name}"
|
||||
class="loop_content p_item moment_item uk-animation-slide-bottom-small"
|
||||
th:if="${postInfo.spec != null and not #strings.isEmpty(postInfo.spec.description)}"
|
||||
th:with="spec = ${postInfo.spec}">
|
||||
@@ -102,18 +105,18 @@
|
||||
</div>
|
||||
|
||||
<!-- 空数据 -->
|
||||
<th:block th:if="${#lists.isEmpty(friends.items)}">
|
||||
<th:block th:if="${#lists.isEmpty(friendPage.items)}">
|
||||
<th:block th:replace="~{macro/tpl/content-none}" />
|
||||
</th:block>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- 分页:必须保持在 blog_list_inner 里面 -->
|
||||
<th:block th:if="${friends.totalPages>1}">
|
||||
<th:block th:if="${friendPage.totalPages>1}">
|
||||
<div id="t_pagination">
|
||||
<div class="post-paging" th:if="${friends.hasNext()}">
|
||||
<!-- 直接使用后端生成的完整 nextUrl -->
|
||||
<a th:data="${friends.nextUrl}" th:text="${theme.config.base_set.site_page}">
|
||||
<div class="post-paging" th:if="${friendPage.hasNext()}">
|
||||
<a th:data="${friendPage.nextUrl}"
|
||||
th:text="${theme.config.base_set.site_page}">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -10,16 +10,20 @@
|
||||
|
||||
|
||||
|
||||
<div id="pjax-container" th:with="page = ${#strings.isEmpty(param.page) ? 1 : param.page}">
|
||||
<div id="pjax-container" th:with="
|
||||
page = ${#lists.isEmpty(param.page) ? 1 : param.page[0]},
|
||||
tag = ${#lists.isEmpty(param.tag) ? null : param.tag[0]}
|
||||
">
|
||||
|
||||
<th:block th:if="${theme.config.style.home_post_type=='moment' && pluginFinder.available('PluginMoments')}">
|
||||
<th:block th:if="${theme.config.style.home_post_type=='moment' && pluginFinder.available('PluginMoments')}"
|
||||
th:with="momentPage = ${#strings.isEmpty(tag) ? momentFinder.list(page, site.post.postPageSize) : momentFinder.listByTag(page, site.post.postPageSize, tag)}">
|
||||
<th:block
|
||||
th:replace="~{macro/home-moment :: home-moment(${momentFinder.list(page, site.post.postPageSize)},${momentFinder.listAllTags()})}">
|
||||
th:replace="~{macro/home-moment :: home-moment(${momentPage},${momentFinder.listAllTags()},'/')}">
|
||||
</th:block>
|
||||
</th:block>
|
||||
|
||||
<th:block th:if="${theme.config.style.home_post_type=='post' || (not (theme.config.style.home_post_type=='moment' && pluginFinder.available('PluginMoments'))) }">
|
||||
<th:block th:replace="~{macro/home-blog :: home-blog(${posts},'/')}"></th:block>
|
||||
<th:block th:replace="~{macro/home-blog :: home-blog(${posts},'/',null,null)}"></th:block>
|
||||
</th:block>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1,22 +1,28 @@
|
||||
<th:block th:fragment="home-blog(_posts,path)">
|
||||
<th:block th:fragment="home-blog(_posts,path,tag,selectedCategory)">
|
||||
|
||||
<div class="normal_list">
|
||||
<div class="normal_list_inner" uk-height-viewport="offset-top: true">
|
||||
|
||||
<div class="posts_cat_nav">
|
||||
<ul id="cat_nav_items">
|
||||
<li><a th:data="${path}" class="active">全部<span></span></a>
|
||||
<li><a th:data="${path}" th:classappend="${#strings.isEmpty(tag) ? 'active' : ''}">全部<span></span></a>
|
||||
</li>
|
||||
<li th:if="${theme.config.post.post_nav == 'category'}" th:each="categoryItem,iStat : ${categoryFinder.listAll()}">
|
||||
<a th:data="${categoryItem.status.permalink}"
|
||||
class="">[[${categoryItem.spec.displayName}]]<span></span></a>
|
||||
<a th:if="${path == '/archives'}" th:data="@{/archives(tag=${categoryItem.spec.displayName})}"
|
||||
th:classappend="${#strings.equals(tag, categoryItem.spec.displayName) or #strings.equals(selectedCategory, categoryItem.metadata.name) ? 'active' : ''}">[[${categoryItem.spec.displayName}]]<span></span></a>
|
||||
<a th:unless="${path == '/archives'}" th:data="${categoryItem.status.permalink}"
|
||||
th:classappend="${#strings.equals(tag, categoryItem.spec.displayName) or #strings.equals(selectedCategory, categoryItem.metadata.name) ? 'active' : ''}">[[${categoryItem.spec.displayName}]]<span></span></a>
|
||||
</li>
|
||||
<li th:if="${theme.config.post.post_nav == 'custom_category'}"
|
||||
th:each="category : ${theme.config.post.nav_category}">
|
||||
<th:block th:with="categoryItem = ${categoryFinder.getByName(category)}">
|
||||
<a th:if="${categoryItem!=null}"
|
||||
<a th:if="${categoryItem!=null and path == '/archives'}"
|
||||
th:data="@{/archives(tag=${categoryItem.spec.displayName})}"
|
||||
th:classappend="${#strings.equals(tag, categoryItem.spec.displayName) or #strings.equals(selectedCategory, categoryItem.metadata.name) ? 'active' : ''}">[[${categoryItem.spec.displayName}]]<span></span>
|
||||
</a>
|
||||
<a th:if="${categoryItem!=null and path != '/archives'}"
|
||||
th:data="${categoryItem.status.permalink}"
|
||||
class="">[[${categoryItem.spec.displayName}]]<span></span>
|
||||
th:classappend="${#strings.equals(tag, categoryItem.spec.displayName) or #strings.equals(selectedCategory, categoryItem.metadata.name) ? 'active' : ''}">[[${categoryItem.spec.displayName}]]<span></span>
|
||||
</a>
|
||||
</th:block>
|
||||
</li>
|
||||
@@ -26,13 +32,20 @@
|
||||
<div id="post_item" class="norpost_list " th:with='postItems=${_posts.items}'
|
||||
th:classappend="${theme.config.post.post_list_type == 'grid' ? 'uk-grid-small uk-grid' : ''}">
|
||||
<th:block th:replace="~{'macro/tpl/content-post'}"></th:block>
|
||||
<th:block th:if="${#lists.isEmpty(postItems)}">
|
||||
<th:block th:replace="~{macro/tpl/content-none}"/>
|
||||
</th:block>
|
||||
</div>
|
||||
|
||||
<th:block th:if="${_posts.totalPages>1}">
|
||||
<div id="pagination">
|
||||
<div class="post-paging" th:if="${_posts.hasNext()}"
|
||||
th:with="_page = ${_posts.page+1},_path = ${path == '/archives' ? path+'?page='+_page : path +'page/'+_page }">
|
||||
<a th:data="${_path}" th:text="${theme.config.base_set.site_page}"></a>
|
||||
th:with="_page = ${_posts.page+1},_path = ${path +'page/'+_page }">
|
||||
<a th:if="${path == '/archives' and #strings.isEmpty(tag)}"
|
||||
th:data="@{/archives(page=${_page})}" th:text="${theme.config.base_set.site_page}"></a>
|
||||
<a th:if="${path == '/archives' and not #strings.isEmpty(tag)}"
|
||||
th:data="@{/archives(tag=${tag},page=${_page})}" th:text="${theme.config.base_set.site_page}"></a>
|
||||
<a th:if="${path != '/archives'}" th:data="${_path}" th:text="${theme.config.base_set.site_page}"></a>
|
||||
</div>
|
||||
</div>
|
||||
</th:block>
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
<th:block th:fragment="home-moment(_moments,tags)">
|
||||
<th:block th:fragment="home-moment(_moments,tags,path)" th:with="_path = ${#strings.isEmpty(path) ? '/moments' : path}">
|
||||
|
||||
<div class="blog_list">
|
||||
<div class="blog_list_inner" uk-height-viewport="offset-top: true">
|
||||
<div class="moment_cat_nav">
|
||||
<ul id="cat_nav_items">
|
||||
<li><a data="/moments" class="" th:classappend="${#lists.isEmpty(param.tag) ? 'active' : ''}"
|
||||
<li><a th:data="@{${_path}}" class="" th:classappend="${#lists.isEmpty(param.tag) ? 'active' : ''}"
|
||||
><span>全部</span></a>
|
||||
</li>
|
||||
<li th:each="tag,iStat : ${tags}">
|
||||
<a th:data="|/moments?tag=${tag.name}|" class=""
|
||||
<a th:data="@{${_path}(tag=${tag.name})}" class=""
|
||||
th:classappend="${#lists.contains(param.tag, tag.name) ? 'active' : ''}"
|
||||
><span>[[${tag.name}]]</span></a>
|
||||
</li>
|
||||
@@ -27,8 +27,13 @@
|
||||
<th:block th:if="${_moments.totalPages>1}">
|
||||
<div id="t_pagination">
|
||||
<div class="post-paging" th:if="${_moments.hasNext()}"
|
||||
th:with="tag = ${not #lists.isEmpty(param.tag) ? '?tag='+param.tag : ''},_page = ${_moments.page+1}">
|
||||
<a th:data="${'/moments/page/'+_page+tag}" th:text="${theme.config.base_set.site_page}"></a>
|
||||
th:with="tag = ${#lists.isEmpty(param.tag) ? null : param.tag[0]},_page = ${_moments.page+1}">
|
||||
<a th:if="${#strings.isEmpty(tag)}"
|
||||
th:data="@{${_path}(page=${_page})}"
|
||||
th:text="${theme.config.base_set.site_page}"></a>
|
||||
<a th:unless="${#strings.isEmpty(tag)}"
|
||||
th:data="@{${_path}(tag=${tag},page=${_page})}"
|
||||
th:text="${theme.config.base_set.site_page}"></a>
|
||||
</div>
|
||||
</div>
|
||||
</th:block>
|
||||
|
||||
@@ -0,0 +1,87 @@
|
||||
<th:block th:fragment="home-photos(photoPage,groups,tag,selectedGroup)">
|
||||
<div class="normal_list">
|
||||
<div class="normal_list_inner" uk-height-viewport="offset-top: true">
|
||||
|
||||
<!-- 分类导航 -->
|
||||
<div class="photos_cat_nav">
|
||||
<ul id="cat_nav_items">
|
||||
<li>
|
||||
<!-- 修改:href 改为 data-href,并添加一个通用 class 如 'cat-link' -->
|
||||
<a th:attr="data-href=@{/photos}"
|
||||
th:classappend="${#strings.isEmpty(tag) and #strings.isEmpty(selectedGroup) ? 'active' : ''}"
|
||||
class="cat-link">
|
||||
全部<span></span>
|
||||
</a>
|
||||
</li>
|
||||
<th:block th:each="photoGroup : ${groups}">
|
||||
<li>
|
||||
<!-- 修改:这里也改为 data-href -->
|
||||
<a th:attr="data-href=@{/photos(tag=${photoGroup.spec.displayName})}"
|
||||
th:classappend="${#strings.equals(tag, photoGroup.spec.displayName) or #strings.equals(selectedGroup, photoGroup.metadata.name) ? 'active' : ''}"
|
||||
th:text="${photoGroup.spec.displayName}" class="cat-link">
|
||||
<span></span>
|
||||
</a>
|
||||
</li>
|
||||
</th:block>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- 相册列表 -->
|
||||
<div id="photos_item" class="norpost_list">
|
||||
<div th:unless="${#lists.isEmpty(photoPage.items)}" class="gallery-photos page">
|
||||
|
||||
<div th:each="photo : ${photoPage.items}" class="gallery-photo">
|
||||
|
||||
<th:block th:with="
|
||||
img = ${!#strings.isEmpty(photo.spec.cover) ? photo.spec.cover : photo.spec.url},
|
||||
isVideo = ${#strings.endsWith(img, '.mp4') or #strings.endsWith(img, '.webm') or #strings.endsWith(img, '.ogg')}
|
||||
">
|
||||
|
||||
<span th:if="${isVideo}" th:href="${img}" data-fancybox="gallery"
|
||||
class="fancybox video-fancybox"
|
||||
style="position: relative; display: block; cursor: pointer;">
|
||||
<video class="photo-img" preload="metadata" muted playsinline>
|
||||
<source th:src="${img}" th:type="${#strings.endsWith(img, '.mp4') ? 'video/mp4' :
|
||||
(#strings.endsWith(img, '.webm') ? 'video/webm' : 'video/ogg')}" />
|
||||
</video>
|
||||
<div
|
||||
style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none;">
|
||||
<i class="ri-play-circle-line play-icon"
|
||||
style="color: #41b87e; font-size: 40px; background-color: rgba(255, 255, 255, 0.8); border-radius: 50%;"></i>
|
||||
</div>
|
||||
</span>
|
||||
|
||||
<span th:unless="${isVideo}" th:href="${img}" data-fancybox="gallery"
|
||||
class="fancybox" th:data-thumb="${img}"
|
||||
style="position: relative; display: block;">
|
||||
<img class="photo-img" loading="lazy" th:src="${img}" />
|
||||
</span>
|
||||
|
||||
</th:block>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 空数据 -->
|
||||
<th:block th:if="${#lists.isEmpty(photoPage.items)}">
|
||||
<th:block th:replace="~{macro/tpl/content-none}" />
|
||||
</th:block>
|
||||
</div>
|
||||
|
||||
<!-- 分页 -->
|
||||
<th:block th:if="${photoPage.hasPrevious()} or ${photoPage.hasNext()}">
|
||||
<div id="p_pagination">
|
||||
<div class="post-paging" th:if="${photoPage.hasNext()}"
|
||||
th:with="_page = ${photoPage.page+1}">
|
||||
<a th:if="${#strings.isEmpty(tag)}"
|
||||
th:data="@{/photos(page=${_page})}"
|
||||
th:text="${theme.config.base_set.site_page}"></a>
|
||||
<a th:unless="${#strings.isEmpty(tag)}"
|
||||
th:data="@{/photos(tag=${tag},page=${_page})}"
|
||||
th:text="${theme.config.base_set.site_page}"></a>
|
||||
</div>
|
||||
</div>
|
||||
</th:block>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</th:block>
|
||||
@@ -51,7 +51,7 @@
|
||||
<span th:text="${moment.stats.upvote}"></span>
|
||||
</a>
|
||||
<div class="pix_share_btn"
|
||||
th:with="_cover = ${not #strings.isEmpty(theme.config.moments.banner) ? theme.config.moments.banner : '/themes/theme-pix/assets/img/banner.jpg'}">
|
||||
th:with="_cover = ${not #strings.isEmpty(theme.config.moments.banner) ? theme.config.moments.banner : '/themes/theme-pix/assets/img/banner-all.webp'}">
|
||||
<a class="pix_icon share_btn_icon cr_poster" th:poster-data="${moment.metadata.name}"
|
||||
th:banner="${_cover}" th:uk-toggle="|target: #share_modal_${moment.metadata.name}|"
|
||||
uk-tooltip="title: 瞬间分享; pos: top;" tabindex="0" title=""
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<section class="no-results not-found">
|
||||
<div class="page-content no_resault">
|
||||
<img src="/upload/nodata.png">
|
||||
<img src="/themes/theme-pix/assets/img/no-data.webp">
|
||||
</div>
|
||||
</section>
|
||||
@@ -5,7 +5,7 @@
|
||||
<div class="blog_header">
|
||||
|
||||
<div th:if="${mu_on == 'true' && not #strings.isEmpty(plays_id)}" class="single_music_header">
|
||||
<div class="mu_img"><img class="round12 shadow lazy" src="/themes/theme-pix/assets/img/lazyload.png" th:data-src="${_cover}" ></div>
|
||||
<div class="mu_img"><img class="round12 shadow lazy" src="/themes/theme-pix/assets/img/logo.webp" th:data-src="${_cover}" ></div>
|
||||
<div class="right_info">
|
||||
<h2 class="entry-title" th:text="${post.spec.title}"></h2>
|
||||
<div class="header_meta">
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
<span th:if="${momentItem.type.name == 'PHOTO' && !isVideoExt}" class="fancybox mo_img"
|
||||
th:href="${momentItem.url}" th:data-fancybox="${'post-images-' + moment.metadata.name}">
|
||||
<img class="lazy" th:src="@{/assets/img/lazyload.png}" th:data-src="${momentItem.url}">
|
||||
<img class="lazy" th:src="@{/assets/img/logo.webp}" th:data-src="${momentItem.url}">
|
||||
</span>
|
||||
|
||||
</th:block>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<th:block th:fragment="footer">
|
||||
<th:block th:with="customJsVersion='1.2.5-7'">
|
||||
<th:block th:with="customJsVersion='1.2.5-8'">
|
||||
|
||||
<!-- 奇遇容器 -->
|
||||
<div class="center-img-container" id="centerImgContainer">
|
||||
@@ -119,7 +119,7 @@
|
||||
|
||||
<link rel="prefetch" href="/upload/ma-shan-zheng.woff2" crossorigin="anonymous">
|
||||
<link rel="prefetch" href="/upload/mu-yao-sui-xin-shou-xie-ti.woff2" crossorigin="anonymous">
|
||||
<link rel="prefetch" href="/upload/jiazai.gif">
|
||||
<link rel="prefetch" href="/themes/theme-pix/assets/img/loading.webp">
|
||||
|
||||
</th:block>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<th:block th:fragment="head" th:with="customJsVersion=${'1.2.5-7'}">
|
||||
<th:block th:fragment="head" th:with="customJsVersion=${'1.2.5-8'}">
|
||||
<th:block th:replace="~{'modules/variables/msg'}" />
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
|
||||
@@ -6,61 +6,6 @@
|
||||
<link rel="shortcut icon" th:href="@{${theme.config.base_set.favicon}}" title="Favicon">
|
||||
<meta name="robots" content="max-image-preview:large">
|
||||
|
||||
<!-- <style>
|
||||
.dl-warning-card { overflow: hidden; position: fixed; bottom: 1rem; left: 0; right: 0; margin: 0 auto; background-color: #ffffff; border-radius: 0.5rem; max-width: 720px; width: calc(100% - 2rem); box-shadow: 0 4px 12px rgba(0,0,0,0.1); z-index: 9999; display: none; opacity: 0; transform: translateY(20px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-sizing: border-box; border-left: 4px solid #f59e0b; }
|
||||
.dl-warning-header { display: flex; align-items: center; padding: 1rem; gap: 1rem; }
|
||||
.dl-warning-image { flex-shrink: 0; background-color: #fef3c7; justify-content: center; align-items: center; width: 2.5rem; height: 2.5rem; border-radius: 9999px; display: flex; }
|
||||
.dl-warning-image svg { color: #f59e0b; width: 1.25rem; height: 1.25rem; }
|
||||
.dl-warning-content { flex: 1; text-align: left; word-wrap: break-word; word-break: break-all; min-width: 0; }
|
||||
.dl-warning-title { color: #F59E0B; font-size: 0.95rem; font-weight: 600; line-height: 1.3rem; display: block; margin-bottom: 0.25rem; }
|
||||
.dl-warning-message { color: #6b7280; font-size: 0.875rem; line-height: 1.25rem; margin: 0; }
|
||||
.dl-warning-actions { display: flex; flex-direction: row; gap: 0.75rem; align-items: center; flex-shrink: 0; }
|
||||
.dl-warning-desactivate { padding: 0.375rem 0.75rem; background-color: #f59e0b; color: #ffffff; font-size: 0.875rem; line-height: 1.25rem; font-weight: 500; justify-content: center; align-items: center; display: inline-flex; border-radius: 0.375rem; border: none; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); cursor: pointer; white-space: nowrap; }
|
||||
.dl-warning-desactivate.loading { background-color: #d97706; cursor: not-allowed; opacity: 0.8; pointer-events: none; }
|
||||
.dl-warning-desactivate.loading::after { content: ""; width: 0.75rem; height: 0.75rem; border: 2px solid rgba(255,255,255,0.5); border-top-color: #ffffff; border-radius: 50%; margin-left: 0.5rem; margin-right: 0.25rem; animation: spin 1s linear infinite; flex-shrink: 0; }
|
||||
.dl-warning-desactivate:not(.loading):hover { background-color: #fbbf24; box-shadow: 0 2px 3px 0 rgba(0,0,0,0.06); transition: all 0.2s ease-in-out; }
|
||||
.dl-warning-cancel { padding: 0.375rem 0.75rem; background-color: #ffffff; color: #374151; font-size: 0.875rem; line-height: 1.25rem; font-weight: 500; justify-content: center; align-items: center; display: inline-flex; border-radius: 0.375rem; border: 1px solid #d1d5db; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); cursor: pointer; white-space: nowrap; }
|
||||
.dl-warning-cancel:hover { background-color: #ededed; border-color: #e5e7eb; box-shadow: 0 2px 3px 0 rgba(0,0,0,0.06); transition: all 0.2s ease-in-out; }
|
||||
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
|
||||
@media (max-width: 480px) {
|
||||
.dl-warning-card { bottom: 1rem; width: calc(100% - 1rem); max-width: 100%; }
|
||||
.dl-warning-header { padding: 0.75rem; gap: 0.75rem; align-items: center; }
|
||||
.dl-warning-image { width: 2rem; height: 2rem; }
|
||||
.dl-warning-image svg { width: 1rem; height: 1rem; }
|
||||
.dl-warning-title { font-size: 0.9rem; }
|
||||
.dl-warning-message { font-size: 0.85rem; }
|
||||
.dl-warning-actions { flex-direction: column; gap: 0.375rem; align-items: stretch; flex-shrink: 0; width: auto; margin-top: 0; }
|
||||
.dl-warning-desactivate, .dl-warning-cancel { font-size: 0.75rem; padding: 0.25rem 0.5rem; width: 100%; }
|
||||
.dl-warning-content { min-width: 0; word-wrap: break-word; word-break: break-all; }
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="dl-warning-card" id="lineCard">
|
||||
<div class="dl-warning-header">
|
||||
<div class="dl-warning-image"><svg aria-hidden="true" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" fill="none"><path d="M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.007v.008H12v-.008z" stroke-linejoin="round" stroke-linecap="round"></path></svg></div>
|
||||
<div class="dl-warning-content"><span class="dl-warning-title" id="cardHeading"></span><p class="dl-warning-message" id="cardPara"></p></div>
|
||||
<div class="dl-warning-actions"><button class="dl-warning-desactivate" id="switchBtn"></button><button class="dl-warning-cancel" id="cancelBtn">取消</button></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function () {
|
||||
const lineCardEl = document.getElementById('lineCard'), cardHeadingEl = document.getElementById('cardHeading'), cardParaEl = document.getElementById('cardPara'), switchLineBtn = document.getElementById('switchBtn'), cancelLineBtn = document.getElementById('cancelBtn');
|
||||
const getCookie = (name) => document.cookie.split('; ').find(row => row.startsWith(`${name}=`))?.split('=')[1];
|
||||
const setSessionCookie = (name, value, domain = 'anian.cc') => document.cookie = `${name}=${value}; path=/; domain=${domain}; SameSite=Lax`;
|
||||
const showLineCard = () => { lineCardEl.style.display = 'block'; setTimeout(() => { lineCardEl.style.opacity = '1'; lineCardEl.style.transform = 'translateY(0)'; }, 10) };
|
||||
const hideLineCard = (setNoPrompt = false, setNoSpeedTest = false) => { lineCardEl.style.opacity = '0'; lineCardEl.style.transform = 'translateY(20px)'; setTimeout(() => { lineCardEl.style.display = 'none'; if (setNoPrompt) setSessionCookie('noPrompt_anian_cc', 'true'); if (setNoSpeedTest) setSessionCookie('noSpeedTest_anian_cc', 'true'); }, 300) };
|
||||
const handleLineSwitch = (baseUrl) => { switchLineBtn.classList.add('loading'); switchLineBtn.textContent = '切换中'; switchLineBtn.disabled = true; const currentScrollTop = window.scrollY || document.documentElement.scrollTop; document.cookie = `scrollParam=${currentScrollTop}; path=/; domain=anian.cc`; let finalUrl = baseUrl + location.pathname + location.search + location.hash; setTimeout(() => location.href = finalUrl, 500) };
|
||||
let isResourceLoaded = false, pageLoadTimeoutTimer = null, isLoadTimeoutAborted = false;
|
||||
const currentHost = location.hostname, isMainDomain = currentHost === 'anian.cc', isSubDomain = currentHost === 'www.anian.cc', isTestDomain = !isMainDomain && !isSubDomain;
|
||||
const scrollParam = getCookie('scrollParam'), noPromptCookie = getCookie('noPrompt_anian_cc'), noSpeedTestCookie = getCookie('noSpeedTest_anian_cc');
|
||||
cancelLineBtn.addEventListener('click', () => { hideLineCard(!isMainDomain, isMainDomain); });
|
||||
if (isSubDomain) { if (!scrollParam && !noPromptCookie) { cardHeadingEl.textContent = '温馨提示'; cardParaEl.textContent = '当前为备用线路,若主线路正常,请优先选择主线路'; switchLineBtn.textContent = '切换主线路'; switchLineBtn.onclick = () => handleLineSwitch('https://anian.cc'); showLineCard(); } }
|
||||
if (isMainDomain) { if (!noSpeedTestCookie) { pageLoadTimeoutTimer = setTimeout(() => { if (!isResourceLoaded) { isLoadTimeoutAborted = true; cardHeadingEl.textContent = '线路异常'; cardParaEl.textContent = '当前线路拥塞,若本地网络正常,可尝试切换至备用线路'; switchLineBtn.textContent = '切换副线路'; switchLineBtn.onclick = () => handleLineSwitch('https://www.anian.cc'); showLineCard(); } }, 15000); window.onload = () => { isResourceLoaded = true; clearTimeout(pageLoadTimeoutTimer); if (isLoadTimeoutAborted) return; const xhr = new XMLHttpRequest(); xhr.open('GET', `/upload/%E4%B8%8B%E8%BD%BD%20(9).mp4?_t=${Date.now()}`, true); let t = setTimeout(() => { xhr.abort(); cardHeadingEl.textContent = '线路异常'; cardParaEl.textContent = '当前线路拥塞,若本地网络正常,可尝试切换至备用线路'; switchLineBtn.textContent = '切换副线路'; switchLineBtn.onclick = () => handleLineSwitch('https://www.anian.cc'); showLineCard() }, 7500); xhr.onload = xhr.onerror = xhr.onabort = () => clearTimeout(t); xhr.send(); } } }
|
||||
if (isTestDomain) { if (!noPromptCookie) { cardHeadingEl.textContent = '线路警告'; cardParaEl.textContent = '当前为测试线路,若非开发所需,请优先选择主线路'; switchLineBtn.textContent = '切换主线路'; switchLineBtn.onclick = () => handleLineSwitch('https://anian.cc'); showLineCard(); } }
|
||||
})();
|
||||
</script> -->
|
||||
|
||||
<link rel="stylesheet" id="wp-block-library-css" th:href="@{/assets/css/style.min.css(v=${customJsVersion})}" media="all">
|
||||
<link rel="stylesheet" id="pix-style-css" th:href="@{/assets/css/style.css(v=${customJsVersion})}" media="all">
|
||||
<link rel="stylesheet" id="fancybox.css-css" th:href="@{/assets/libs/fancybox/jquery.fancybox.min.css(v=${customJsVersion})}" media="all">
|
||||
@@ -77,7 +22,7 @@
|
||||
|
||||
<style th:if="${not #strings.isEmpty(theme.config.custom.code_css)}" th:utext="${theme.config.custom.code_css}"></style>
|
||||
<style>:root { --toc-color: [(${theme.config.post.tocColor})]; } .wp-block-button__link { color: #fff; background-color: #32373c; border-radius: 9999px; text-decoration: none; padding: .6em 1.3em; } .wp-block-file__button { background: #32373c; color: #fff; text-decoration: none; }</style>
|
||||
<style th:if="${!theme.config.post.toc.mobile_open}">@media screen and (max-width: 768px) { .listree-box { display: none !important; } }</style>
|
||||
<style th:if="${!theme.config.post.toc.mobile_open}">@media screen and (max-width: 768px) { .listree-box, .toc_nav { display: none !important; } }</style>
|
||||
<style th:if="${not #strings.isEmpty(theme.config.base_set.custom_fonts)}">@font-face { font-family: "HarmonyOS_M"; src: url("[(${theme.config.base_set.custom_fonts})]") format("truetype"); font-display: swap; }</style>
|
||||
|
||||
<th:block th:replace="~{modules/variables/cst-script-parameter}" />
|
||||
|
||||
@@ -20,19 +20,6 @@
|
||||
|
||||
</header><!-- #masthead -->
|
||||
|
||||
<!-- <div class="index_banner">
|
||||
<div class="bg bg1"></div>
|
||||
<div class="bg bg2"></div>
|
||||
<div class="user_info">
|
||||
<div class="top">
|
||||
<div class="left">
|
||||
<div class="name">[[${theme.config.base_set.nice_name}]]</div>
|
||||
<div class="des">[[${theme.config.base_set.admin_des}]]</div>
|
||||
</div>
|
||||
<div class="avatar"><img th:src="${theme.config.base_set.default_avatar}"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="index_banner" id="banner" uk-img="loading: eager">
|
||||
<div class="user_info">
|
||||
<div class="top">
|
||||
@@ -51,12 +38,12 @@
|
||||
// --------------------------
|
||||
const BANNER_CONFIG = {
|
||||
seasonal: {
|
||||
'春': '/upload/chun.jpg',
|
||||
'夏': '/upload/xia.jpg',
|
||||
'秋': '/upload/qiu.jpg',
|
||||
'冬': '/upload/dong.jpg'
|
||||
'春': '/themes/theme-pix/assets/img/banner-chun.webp',
|
||||
'夏': '/themes/theme-pix/assets/img/banner-xia.webp',
|
||||
'秋': '/themes/theme-pix/assets/img/banner-qiu.webp',
|
||||
'冬': '/themes/theme-pix/assets/img/banner-dong.webp'
|
||||
},
|
||||
fallback: '/upload/dingbu-siji.png'
|
||||
fallback: '/themes/theme-pix/assets/img/banner-all.webp'
|
||||
};
|
||||
|
||||
// --------------------------
|
||||
@@ -102,7 +89,7 @@ function setBanner(lunarInfo) {
|
||||
// 初始化逻辑(优化版)
|
||||
// --------------------------
|
||||
(function() {
|
||||
const apiUrl = 'https://api.anian.cc/lunar/api';
|
||||
const apiUrl = 'https://api.anian.net/lunar/api';
|
||||
const cookieName = 'anian_lunar_info';
|
||||
|
||||
// 1. 优先尝试从 Cookie 读取
|
||||
|
||||
@@ -22,69 +22,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <div class="m_top_nav top_tool is_mobile">
|
||||
<a class="top_nav_btn" uk-toggle="target: #m_offcanvas"><i class="ri-menu-2-line"></i></a>
|
||||
<div id="m_offcanvas" class="m_offcanvas uk-animation-fast"
|
||||
uk-offcanvas="overlay: true;mode: push;container:.main_wrap">
|
||||
<div class="uk-offcanvas-bar inner"
|
||||
th:with="topMenu = ${#strings.isEmpty(theme.config.base_set.left_nav) ? menuFinder.getPrimary() : menuFinder.getByName(theme.config.base_set.left_nav)}">
|
||||
|
||||
<div class="m_logo"><a href="/"><img th:src="${theme.config.base_top_set.mobile_logo}"></a></div>
|
||||
|
||||
<div class="menu-top-container" th:if="${not #lists.isEmpty(topMenu)}">
|
||||
<ul id="top_menu" class="menu">
|
||||
<th:block th:each="menuItem : ${topMenu.menuItems}">
|
||||
<li th:unless="${not #lists.isEmpty(menuItem.children)}"
|
||||
class="menu-item menu-item-type-post_type menu-item-object-page">
|
||||
<a th:target="${menuItem.spec.target?.value}" th:href="@{${menuItem.status.href}}"
|
||||
th:with="icon = ${#annotations.getOrDefault(menuItem, 'icon', '')}">
|
||||
<th:block th:if="${not #strings.isEmpty(icon)}"
|
||||
th:with="index = ${icon.lastIndexOf('.')}">
|
||||
<i th:unless="${index!=-1}" th:class="${icon}"></i>
|
||||
<img th:if="${index!=-1}" th:src="${icon}">
|
||||
</th:block>
|
||||
<span class="nav_title" th:text="${menuItem.status.displayName}"></span>
|
||||
</a>
|
||||
</li>
|
||||
<li th:if="${not #lists.isEmpty(menuItem.children)}"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has_children"
|
||||
th:classappend="${'menu-item-'+iterStat.index}">
|
||||
<a href="#" th:with="icon = ${#annotations.getOrDefault(menuItem, 'icon', '')}">
|
||||
<th:block th:if="${not #strings.isEmpty(icon)}"
|
||||
th:with="index = ${icon.lastIndexOf('.')}">
|
||||
<i th:unless="${index!=-1}" th:class="${icon}"></i>
|
||||
<img th:if="${index!=-1}" th:src="${icon}">
|
||||
</th:block>
|
||||
<span class="nav_title">[[${menuItem.status.displayName}]]</span>
|
||||
<i class="ri-arrow-down-s-line drop_icon"></i>
|
||||
</a>
|
||||
<ul class="sub-menu">
|
||||
<li th:each="childMenu,iterStat : ${menuItem.children}"
|
||||
th:id="${'menu-item-'+iterStat.index}"
|
||||
class="menu-item menu-item-type-custom menu-item-object-custom"
|
||||
th:classappend="${'menu-item-'+iterStat.index}">
|
||||
<a th:href="@{${childMenu.status.href}}"
|
||||
th:with="icon = ${#annotations.getOrDefault(childMenu, 'icon', '')}"
|
||||
th:target="${childMenu.spec.target?.value}">
|
||||
<th:block th:if="${not #strings.isEmpty(icon)}"
|
||||
th:with="index = ${icon.lastIndexOf('.')}">
|
||||
<i th:unless="${index!=-1}" th:class="${icon}"></i>
|
||||
<img th:if="${index!=-1}" th:src="${icon}">
|
||||
</th:block>
|
||||
<span class="nav_title">[[${childMenu.status.displayName}]]</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</th:block>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div th:unless="${not #lists.isEmpty(topMenu)}" class="nav_tips">请前往后台设置左侧菜单/移动端菜单</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="toc_nav top_tool icon_color" aria-hidden="true">
|
||||
<a class="listree-btn" title="展开目录" aria-label="展开目录" aria-expanded="false">
|
||||
<i class="ri-menu-line"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- 搜索区域 -->
|
||||
<div class="search_mod">
|
||||
@@ -94,8 +36,8 @@
|
||||
</div>
|
||||
|
||||
<!-- 回到顶部 -->
|
||||
<div class="is_mobile">
|
||||
<div class="is_mobile top_tool">
|
||||
<a class="tool_top" href="#page" uk-scroll="" data-pjax-state="">
|
||||
<i class="ri-skip-up-line"></i></a>
|
||||
<i class="ri-skip-up-line tool_top_icon"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -32,8 +32,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="listree-box" style="display: none;">
|
||||
<h3 class="listree-titles"></h3>
|
||||
<div class="listree-box" aria-hidden="true">
|
||||
<ul id="listree-ol" style="display:none;">
|
||||
</ul>
|
||||
</div>
|
||||
@@ -48,7 +47,7 @@
|
||||
<i class="ri-play-list-line"></i>
|
||||
</a>
|
||||
</div>
|
||||
<div th:if="${theme.config.style.theme_set != 'dark-theme'}" class="t_dark top_tool icon_color"><a><i class="ri-contrast-2-line"></i></a></div>
|
||||
<!-- <div th:if="${theme.config.style.theme_set != 'dark-theme'}" class="t_dark top_tool icon_color"><a><i class="ri-contrast-2-line"></i></a></div> -->
|
||||
</div>
|
||||
<a class="go_top" href="#page" uk-scroll=""><i class="ri-arrow-up-s-line"></i></a>
|
||||
</div>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<button class="uk-modal-close-default uk-icon uk-close" type="button" uk-close=""></button>
|
||||
<div class="msg_modal_inner">
|
||||
<p class="no_posts"><small># 暂无消息 #</small>
|
||||
<img class="s_nodata" rc="/upload/nodata.png">
|
||||
<img class="s_nodata" rc="/themes/theme-pix/assets/img/no-data.webp">
|
||||
</p>
|
||||
<p class="msg_limit">只显示最新10条未读和已读信息</p>
|
||||
</div>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
site_title: [[${site.title}]],
|
||||
bgm_open: [[${theme.config.music.bgm_open}]],
|
||||
pjax: [[${theme.config.base_set.site_pjax}]],
|
||||
site_logo : [[${ not #strings.isEmpty(theme.config.base_top_set.site_logo) ? theme.config.base_top_set.site_logo : '/themes/theme-pix/assets/img/avatar.png' }]],
|
||||
site_logo : [[${ not #strings.isEmpty(theme.config.base_top_set.site_logo) ? theme.config.base_top_set.site_logo : '/themes/theme-pix/assets/img/logo.webp' }]],
|
||||
admin_des: "[(${theme.config.base_set.admin_des})]",
|
||||
site_page: "[(${theme.config.base_set.site_page})]",
|
||||
theme_set: "[(${theme.config.style.theme_set})]",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
th:with="_cover = ${#strings.isEmpty(post.spec.cover) ? cover_img : thumbnail.gen(post.spec.cover, 's')}"
|
||||
th:data-src="${_cover}" width="50"
|
||||
height="50" alt="" uk-img="" loading="lazy"
|
||||
th:src="@{/assets/img/lazyload.png}"></a>
|
||||
th:src="@{/assets/img/logo.webp}"></a>
|
||||
</div>
|
||||
<div class="info nowrap">
|
||||
<h4 class="title nowrap"><a th:href="@{${post.status.permalink}}">[[${post.spec.title}]]</a></h4>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="player_hand"></div>
|
||||
<div class="top">
|
||||
<div class="left">
|
||||
<div class="m_cover"><img th:src="@{/assets/img/banner.jpg}"></div>
|
||||
<div class="m_cover"><img th:src="@{/assets/img/banner-all.webp}"></div>
|
||||
<div class="m_info">
|
||||
<div class="m_tt"><h2>加载中..</h2><small>作者..</small></div>
|
||||
<div class="timer"><div class="current_time">00:00</div><span>/</span><div class="total_time">00:00</div></div>
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<i class="ri-heart-2-line"></i>
|
||||
<span th:text="${moment.stats.upvote}"></span>
|
||||
</a>
|
||||
<div class="pix_share_btn" th:with="_cover = ${not #strings.isEmpty(theme.config.moments.banner) ? theme.config.moments.banner : '/themes/theme-pix/assets/img/banner.jpg'}">
|
||||
<div class="pix_share_btn" th:with="_cover = ${not #strings.isEmpty(theme.config.moments.banner) ? theme.config.moments.banner : '/themes/theme-pix/assets/img/banner-all.webp'}">
|
||||
<a class="pix_icon share_btn_icon cr_poster"
|
||||
th:poster-data="${moment.metadata.name}"
|
||||
th:banner = "${_cover}"
|
||||
|
||||
@@ -8,9 +8,13 @@
|
||||
|
||||
<th:block th:replace="~{modules/header}"/>
|
||||
|
||||
<div id="pjax-container">
|
||||
<div id="pjax-container" th:with="
|
||||
page = ${#lists.isEmpty(param.page) ? 1 : param.page[0]},
|
||||
tag = ${#lists.isEmpty(param.tag) ? null : param.tag[0]},
|
||||
momentPage = ${#lists.isEmpty(param.page) ? moments : (#strings.isEmpty(tag) ? momentFinder.list(page, moments.size) : momentFinder.listByTag(page, moments.size, tag))}
|
||||
">
|
||||
|
||||
<th:block th:replace="~{macro/home-moment :: home-moment(${moments},${tags})}"></th:block>
|
||||
<th:block th:replace="~{macro/home-moment :: home-moment(${momentPage},${tags},'/moments')}"></th:block>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -7,85 +7,24 @@
|
||||
<div class="page_main uk-width-2-3@m">
|
||||
<th:block th:replace="~{modules/header}" />
|
||||
|
||||
<div id="pjax-container">
|
||||
<div class="normal_list">
|
||||
<div class="normal_list_inner" uk-height-viewport="offset-top: true">
|
||||
<div id="pjax-container" th:with="
|
||||
page = ${#lists.isEmpty(param.page) or #strings.isEmpty(param.page[0]) ? 1 : param.page[0]},
|
||||
tag = ${#lists.isEmpty(param.tag) ? null : param.tag[0]},
|
||||
groupParam = ${#lists.isEmpty(param.group) ? null : param.group[0]},
|
||||
requestTag = ${not #strings.isEmpty(tag) ? tag : groupParam}
|
||||
">
|
||||
<th:block th:if="${#strings.isEmpty(requestTag)}">
|
||||
<th:block th:with="photoPage = ${#lists.isEmpty(param.page) ? photos : photoFinder.list(page, photos.size)}">
|
||||
<th:block th:replace="~{macro/home-photos :: home-photos(${photoPage},${groups},null,null)}"></th:block>
|
||||
</th:block>
|
||||
</th:block>
|
||||
|
||||
<!-- 分类导航 -->
|
||||
<div class="photos_cat_nav">
|
||||
<ul id="cat_nav_items">
|
||||
<li>
|
||||
<!-- 修改:href 改为 data-href,并添加一个通用 class 如 'cat-link' -->
|
||||
<a th:attr="data-href=@{/photos}"
|
||||
th:classappend="${#lists.isEmpty(param.group) ? 'active' : ''}" class="cat-link">
|
||||
全部<span></span>
|
||||
</a>
|
||||
</li>
|
||||
<th:block th:each="group : ${groups}">
|
||||
<li>
|
||||
<!-- 修改:这里也改为 data-href -->
|
||||
<a th:attr="data-href=@{|/photos?group=${group.metadata.name}|}"
|
||||
th:classappend="${#lists.contains(param.group, group.metadata.name) ? 'active' : ''}"
|
||||
th:text="${group.spec.displayName}" class="cat-link">
|
||||
<span></span>
|
||||
</a>
|
||||
</li>
|
||||
</th:block>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- 相册列表 -->
|
||||
<div id="photos_item" class="norpost_list">
|
||||
<div th:unless="${#lists.isEmpty(photos.items)}" class="gallery-photos page">
|
||||
|
||||
<div th:each="photo : ${photos.items}" class="gallery-photo">
|
||||
|
||||
<th:block th:with="
|
||||
img = ${!#strings.isEmpty(photo.spec.cover) ? photo.spec.cover : photo.spec.url},
|
||||
isVideo = ${#strings.endsWith(img, '.mp4') or #strings.endsWith(img, '.webm') or #strings.endsWith(img, '.ogg')}
|
||||
">
|
||||
|
||||
<span th:if="${isVideo}" th:href="${img}" data-fancybox="gallery"
|
||||
class="fancybox video-fancybox"
|
||||
style="position: relative; display: block; cursor: pointer;">
|
||||
<video class="photo-img" preload="metadata" muted playsinline>
|
||||
<source th:src="${img}" th:type="${#strings.endsWith(img, '.mp4') ? 'video/mp4' :
|
||||
(#strings.endsWith(img, '.webm') ? 'video/webm' : 'video/ogg')}" />
|
||||
</video>
|
||||
<div
|
||||
style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none;">
|
||||
<i class="ri-play-circle-line play-icon"
|
||||
style="color: #41b87e; font-size: 40px; background-color: rgba(255, 255, 255, 0.8); border-radius: 50%;"></i>
|
||||
</div>
|
||||
</span>
|
||||
|
||||
<span th:unless="${isVideo}" th:href="${img}" data-fancybox="gallery"
|
||||
class="fancybox" th:data-thumb="${img}"
|
||||
style="position: relative; display: block;">
|
||||
<img class="photo-img" loading="lazy" th:src="${img}" />
|
||||
</span>
|
||||
|
||||
</th:block>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 空数据 -->
|
||||
<th:block th:if="${#lists.isEmpty(photos.items)}">
|
||||
<th:block th:replace="~{macro/tpl/content-none}" />
|
||||
</th:block>
|
||||
</div>
|
||||
|
||||
<!-- 分页 -->
|
||||
<th:block th:if="${photos.hasPrevious()} or ${photos.hasNext()}">
|
||||
<div id="p_pagination">
|
||||
<div class="post-paging" th:if="${photos.hasNext()}">
|
||||
<a th:data="@{${photos.nextUrl}}" th:text="${theme.config.base_set.site_page}"></a>
|
||||
</div>
|
||||
</div>
|
||||
</th:block>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<th:block th:unless="${#strings.isEmpty(requestTag)}" th:each="photoGroup : ${groups}">
|
||||
<th:block th:if="${#strings.equals(requestTag, photoGroup.spec.displayName) or #strings.equals(requestTag, photoGroup.metadata.name)}"
|
||||
th:with="photoPage = ${photoFinder.list(page, photos.size, photoGroup.metadata.name)}">
|
||||
<th:block th:replace="~{macro/home-photos :: home-photos(${photoPage},${groups},${photoGroup.spec.displayName},${photoGroup.metadata.name})}"></th:block>
|
||||
</th:block>
|
||||
</th:block>
|
||||
</div>
|
||||
|
||||
<!-- 瀑布流自适应 -->
|
||||
|
||||
@@ -12,12 +12,12 @@ spec:
|
||||
name: 困困鱼 & Roozen
|
||||
website: "https://www.halo.run/store/apps/app-TUSTB"
|
||||
description: Halo 2.x Theme PIX
|
||||
logo: "https://www.halo.run/upload/store-resources/theme-pix-logo.png"
|
||||
logo: "/themes/theme-pix/assets/img/logo.webp"
|
||||
homepage: "https://www.halo.run/store/apps/app-TUSTB"
|
||||
issues: "https://github.com/chengzhongxue/halo-theme-pix/issues"
|
||||
settingName: "theme-pix-setting"
|
||||
configMapName: "theme-pix-configMap"
|
||||
version: "1.2.5-7"
|
||||
version: "1.2.5-8"
|
||||
require: ">=2.20.0"
|
||||
customTemplates:
|
||||
page:
|
||||
|
||||