Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 061b00fc05 | |||
| 73dc2a1c1c | |||
| 565bf30ea5 |
@@ -2,6 +2,17 @@
|
|||||||
|
|
||||||
> 基于原作者v1.2.5代码修改
|
> 基于原作者v1.2.5代码修改
|
||||||
|
|
||||||
|
#### v1.2.5-6
|
||||||
|
1. 重构课外书页面
|
||||||
|
2. 音乐、背景、侧边栏等适配新接口(基于API-Python)
|
||||||
|
3. 修复分享海报空白、模态框失效等异常
|
||||||
|
|
||||||
|
#### v1.2.5-5
|
||||||
|
1. 朋友圈支持图片显示(需同步更新插件)
|
||||||
|
2. 手机端底部导航栏新增公告未读提示
|
||||||
|
3. 更新通讯录、储物柜
|
||||||
|
4. 优化操作提示、图片排版
|
||||||
|
|
||||||
#### v1.2.5-4
|
#### v1.2.5-4
|
||||||
1. 修复侧边栏测速异常、拖拽片刻图片异常、手机端文章目录异常、页面提示异常
|
1. 修复侧边栏测速异常、拖拽片刻图片异常、手机端文章目录异常、页面提示异常
|
||||||
2. 优化多种场景下的提示、衔接、样式
|
2. 优化多种场景下的提示、衔接、样式
|
||||||
|
|||||||
@@ -299,7 +299,7 @@
|
|||||||
<div class="people-grid">
|
<div class="people-grid">
|
||||||
<div class="person">
|
<div class="person">
|
||||||
<div class="avatar">
|
<div class="avatar">
|
||||||
<img src="/upload/8aea7800gy1i2vfbxoqhdj24w07c0b2p.jpg">
|
<img src="/upload/20260416214530_191_129.jpg">
|
||||||
</div>
|
</div>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<p class="name">黄诗扶</p>
|
<p class="name">黄诗扶</p>
|
||||||
@@ -310,18 +310,18 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="person">
|
<div class="person">
|
||||||
<div class="avatar">
|
<div class="avatar">
|
||||||
<img src="/upload/ec39c62fly1i3rextah4gj22dc35s1ky.jpg">
|
<img src="/upload/20260416213611_190_129.jpg">
|
||||||
</div>
|
</div>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<p class="name">双笙</p>
|
<p class="name">双笙</p>
|
||||||
<p class="bio">
|
<p class="bio">
|
||||||
什么?你问我为什么喜欢包包?可能因为是“青春”吧?
|
什么?你问我为什么喜欢包包?可能因为是青春吧?
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="person">
|
<div class="person">
|
||||||
<div class="avatar">
|
<div class="avatar">
|
||||||
<img src="/upload/005Jyswjgy1hywx7z7sb7j30zk1betbd.jpg">
|
<img src="/upload/005Jyswjgy1ic7xfxtlu8j33402c0npe.jpg">
|
||||||
</div>
|
</div>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<p class="name">浅影阿</p>
|
<p class="name">浅影阿</p>
|
||||||
@@ -332,12 +332,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="person">
|
<div class="person">
|
||||||
<div class="avatar">
|
<div class="avatar">
|
||||||
<img src="/upload/ab0efe4ely1hnpfzqqw1oj23ls5eoqvg.jpg">
|
<img src="/upload/67f2efd2gy1i8iv8nkuqjj23344mokjp.jpg">
|
||||||
</div>
|
</div>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<p class="name">平生不晚</p>
|
<p class="name">玄觞</p>
|
||||||
<p class="bio">
|
<p class="bio">
|
||||||
首先是戏腔好听,然后是妆造好看,最后就来到了这里
|
你们古风圈,怎么都喊女生王子,喊男生二婶呢?
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -199,14 +199,16 @@
|
|||||||
|
|
||||||
if (isUnread) {
|
if (isUnread) {
|
||||||
typeof initNoticeTip === 'function' && initNoticeTip();
|
typeof initNoticeTip === 'function' && initNoticeTip();
|
||||||
noticeCard.querySelector('.notice-title').textContent = `通知书`;
|
$('.footer_menu a[href="/navigator"]').css('color', '#ecc94b').find('i').css('color', '#ecc94b');
|
||||||
noticeCard.querySelector('.notice-desc').textContent = `有新通知待查看`;
|
noticeCard.querySelector('.notice-title').textContent = '通知书';
|
||||||
|
noticeCard.querySelector('.notice-desc').textContent = '有新通知待查看';
|
||||||
noticeCard.classList.add('notice-unread');
|
noticeCard.classList.add('notice-unread');
|
||||||
if(decorCircle) decorCircle.style.background = '#fef3c7';
|
if(decorCircle) decorCircle.style.background = '#fef3c7';
|
||||||
|
|
||||||
const noticeLink = noticeCard.closest('a');
|
const noticeLink = noticeCard.closest('a');
|
||||||
noticeLink.onclick = function() {
|
noticeLink.onclick = function() {
|
||||||
$.cookie('latest_notice_date', combinedDateStr, { path: '/', domain: 'anian.cc', expires: 365 });
|
// $.cookie('latest_notice_date', combinedDateStr, { path: '/', domain: 'anian.cc', expires: 365 });
|
||||||
|
$.cookie('latest_notice_date', combinedDateStr, { path: '/', expires: 365 });
|
||||||
typeof markAsRead === 'function' && markAsRead(combinedDateStr);
|
typeof markAsRead === 'function' && markAsRead(combinedDateStr);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
+111
-86
@@ -3,7 +3,6 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: "Inter", "Microsoft YaHei", Arial;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.store {
|
.store {
|
||||||
@@ -13,7 +12,7 @@
|
|||||||
--danger: #E74C3C;
|
--danger: #E74C3C;
|
||||||
--bg: #F9FFFB;
|
--bg: #F9FFFB;
|
||||||
--shadow: 0 12px 30px rgba(80, 200, 120, .12);
|
--shadow: 0 12px 30px rgba(80, 200, 120, .12);
|
||||||
--radius: 18px;
|
--radius: 8px;
|
||||||
padding: 26px 14px;
|
padding: 26px 14px;
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
}
|
}
|
||||||
@@ -59,7 +58,7 @@
|
|||||||
#tag-search {
|
#tag-search {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 7px 12px 7px 34px;
|
padding: 7px 12px 7px 34px;
|
||||||
border-radius: 10px;
|
border-radius: 8px;
|
||||||
border: 1px solid #c9efd6;
|
border: 1px solid #c9efd6;
|
||||||
outline: none;
|
outline: none;
|
||||||
background: #fafffb;
|
background: #fafffb;
|
||||||
@@ -79,7 +78,7 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-radius: 12px;
|
border-radius: 8px;
|
||||||
border: 1px solid #c9efd6;
|
border: 1px solid #c9efd6;
|
||||||
background: rgba(144, 238, 144, .08);
|
background: rgba(144, 238, 144, .08);
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
@@ -89,7 +88,7 @@
|
|||||||
|
|
||||||
.store .tag-item {
|
.store .tag-item {
|
||||||
padding: 5px 7px;
|
padding: 5px 7px;
|
||||||
border-radius: 9px;
|
border-radius: 8px;
|
||||||
border: 1px solid #90ee90;
|
border: 1px solid #90ee90;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@@ -107,31 +106,66 @@
|
|||||||
.store .no-result {
|
.store .no-result {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
color: #7f8c8d;
|
color: #7f8c8d;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding: 8px 0;
|
min-height: 100%;
|
||||||
|
padding: 0;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 输入框 */
|
/* 输入框 */
|
||||||
.store .input-group {
|
.store .input-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 10px;
|
gap: 8px;
|
||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.store .section-divider {
|
||||||
|
position: relative;
|
||||||
|
height: 18px;
|
||||||
|
margin: 6px 0 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.store .section-divider::before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 1px;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
background: linear-gradient(90deg, rgba(80, 200, 120, 0), rgba(80, 200, 120, .55), rgba(80, 200, 120, 0));
|
||||||
|
box-shadow: 0 1px 0 rgba(80, 200, 120, .12);
|
||||||
|
}
|
||||||
|
|
||||||
|
.store .section-divider::after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
transform: translate(-50%, -50%) rotate(45deg);
|
||||||
|
border-radius: 2px;
|
||||||
|
background: linear-gradient(135deg, #90ee90, #50c878);
|
||||||
|
box-shadow: -14px 0 0 -3px rgba(80, 200, 120, .5), 14px 0 0 -3px rgba(80, 200, 120, .5), 0 0 0 2px #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#file-path {
|
#file-path {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 8px 14px;
|
padding: 8px 14px;
|
||||||
border-radius: 12px;
|
border-radius: 8px;
|
||||||
border: 2px solid #e8f7ec;
|
border: 2px solid #e8f7ec;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#submit-btn {
|
#submit-btn {
|
||||||
padding: 10px;
|
padding: 10px 20px;
|
||||||
border-radius: 12px;
|
border-radius: 8px;
|
||||||
border: none;
|
border: none;
|
||||||
background: linear-gradient(135deg, #50c878, #3a9156);
|
background: linear-gradient(135deg, #50c878, #3a9156);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@@ -139,17 +173,6 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 底部提示(改成浅黄色系) */
|
|
||||||
.store .tips {
|
|
||||||
font-size: 12px;
|
|
||||||
text-align: center;
|
|
||||||
color: #a97400;
|
|
||||||
padding: 8px;
|
|
||||||
border-radius: 8px;
|
|
||||||
background: rgba(255, 215, 0, .12);
|
|
||||||
border: 1px solid rgba(243, 156, 18, .25);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 手机端 */
|
/* 手机端 */
|
||||||
@media(max-width:520px) {
|
@media(max-width:520px) {
|
||||||
.store {
|
.store {
|
||||||
@@ -166,7 +189,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.store .input-group {
|
.store .input-group {
|
||||||
flex-direction: column
|
flex-direction: column;
|
||||||
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
|
|
||||||
#submit-btn {
|
#submit-btn {
|
||||||
@@ -176,34 +200,11 @@
|
|||||||
.store .tag-list {
|
.store .tag-list {
|
||||||
max-height: 120px
|
max-height: 120px
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/* Toast */
|
#file-path {
|
||||||
.custom-toast {
|
width: 100%;
|
||||||
position: fixed;
|
box-sizing: border-box;
|
||||||
top: 26px;
|
|
||||||
left: 50%;
|
|
||||||
transform: translateX(-50%) translateY(-80px);
|
|
||||||
background: #2ECC71;
|
|
||||||
color: #fff;
|
|
||||||
padding: 12px 20px;
|
|
||||||
border-radius: 10px;
|
|
||||||
transition: .4s;
|
|
||||||
opacity: 0;
|
|
||||||
z-index: 9999;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.toast-show {
|
|
||||||
transform: translateX(-50%) translateY(0);
|
|
||||||
opacity: 1
|
|
||||||
}
|
|
||||||
|
|
||||||
.toast-error {
|
|
||||||
background: #E74C3C
|
|
||||||
}
|
|
||||||
|
|
||||||
.toast-warning {
|
|
||||||
background: #F39C12
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
@@ -211,58 +212,55 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="top-bar"></div>
|
<div class="top-bar"></div>
|
||||||
|
|
||||||
<h1 class="title">Anian的储物柜</h1>
|
<h1 class="title">储物柜</h1>
|
||||||
|
|
||||||
|
<div class="input-group">
|
||||||
|
<input id="file-path" placeholder="请输入翻找目标..." autocomplete="off">
|
||||||
|
<button id="submit-btn">翻 找</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="section-divider" aria-hidden="true"></div>
|
||||||
|
|
||||||
<div class="tag-container">
|
<div class="tag-container">
|
||||||
<div class="tag-search-wrapper">
|
<div class="tag-search-wrapper">
|
||||||
<span class="search-icon">🔍</span>
|
<span class="search-icon"><i class="ri-search-line"></i></span>
|
||||||
<input id="tag-search" placeholder="搜索标签">
|
<input id="tag-search" placeholder="搜索标签..." autocomplete="off">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tag-list">
|
<div class="tag-list">
|
||||||
<div class="tag-item" data-value="test.zip">测试压缩包</div>
|
<div class="tag-item" data-value="/upload/jiazai.gif">加载动画</div>
|
||||||
<div class="tag-item" data-value="docs/report.pdf">示例报告</div>
|
<div class="tag-item" data-value="/upload/logo.png">网站Logo</div>
|
||||||
<div class="tag-item" data-value="images/banner.jpg">横幅图片</div>
|
<div class="tag-item" data-value="/upload/jiazai.gif">加载动画</div>
|
||||||
<div class="tag-item" data-value="software/setup.exe">安装程序</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="no-result" id="noResult">没有匹配的结果</div>
|
<div class="no-result" id="noResult">没有匹配的结果</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="input-group">
|
|
||||||
<input id="file-path" placeholder="请输入路径" autocomplete="off">
|
|
||||||
<button id="submit-btn">访问 / 下载</button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="tips">⚠️ 错误过多将可能被封禁</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="custom-toast" id="customToast"></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function initializeStoreEvents() {
|
function initializeStoreEvents() {
|
||||||
|
let closeLoading = null;
|
||||||
const container = document.querySelector(".store");
|
const container = document.querySelector(".store");
|
||||||
if (!container || container.dataset.init === "1") return;
|
if (!container || container.dataset.init === "1") return;
|
||||||
container.dataset.init = "1";
|
container.dataset.init = "1";
|
||||||
|
|
||||||
const input = document.getElementById('file-path');
|
const input = document.getElementById('file-path');
|
||||||
const btn = document.getElementById('submit-btn');
|
const btn = document.getElementById('submit-btn');
|
||||||
const toast = document.getElementById('customToast');
|
|
||||||
const tagItems = document.querySelectorAll('.tag-item');
|
const tagItems = document.querySelectorAll('.tag-item');
|
||||||
const tagSearch = document.getElementById('tag-search');
|
const tagSearch = document.getElementById('tag-search');
|
||||||
const noResult = document.getElementById('noResult');
|
const noResult = document.getElementById('noResult');
|
||||||
|
|
||||||
function showToast(msg, type = 'warning') {
|
|
||||||
toast.textContent = msg;
|
|
||||||
toast.className = 'custom-toast toast-' + type + ' toast-show';
|
|
||||||
setTimeout(() => toast.classList.remove('toast-show'), 2600);
|
|
||||||
}
|
|
||||||
|
|
||||||
tagItems.forEach(t => {
|
tagItems.forEach(t => {
|
||||||
t.onclick = () => {
|
t.onclick = () => {
|
||||||
input.value = t.dataset.value;
|
input.value = t.dataset.value;
|
||||||
showToast('已填入 ' + t.dataset.value, 'success');
|
cocoMessage.success('已填入对应标签信息');
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -277,39 +275,66 @@
|
|||||||
if (show) visible++;
|
if (show) visible++;
|
||||||
});
|
});
|
||||||
|
|
||||||
noResult.style.display = visible === 0 ? 'block' : 'none';
|
noResult.style.display = visible === 0 ? 'flex' : 'none';
|
||||||
};
|
};
|
||||||
|
|
||||||
function check(url) {
|
function check(url) {
|
||||||
return new Promise(r => {
|
return new Promise(r => {
|
||||||
const xhr = new XMLHttpRequest();
|
const xhr = new XMLHttpRequest();
|
||||||
|
try {
|
||||||
xhr.open('HEAD', url, true);
|
xhr.open('HEAD', url, true);
|
||||||
|
} catch (e) {
|
||||||
|
r(0);
|
||||||
|
return;
|
||||||
|
}
|
||||||
xhr.timeout = 5000;
|
xhr.timeout = 5000;
|
||||||
xhr.onload = () => r(xhr.status === 200);
|
xhr.onload = () => r(xhr.status);
|
||||||
xhr.onerror = () => r(false);
|
xhr.onerror = () => r(0);
|
||||||
xhr.ontimeout = () => r(false);
|
xhr.ontimeout = () => r(0);
|
||||||
xhr.send();
|
xhr.send();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function normalizeDestination(value) {
|
||||||
|
const trimmed = value.trim();
|
||||||
|
if (!trimmed || /\\/.test(trimmed)) return null;
|
||||||
|
|
||||||
|
const url = trimmed.charAt(0) === '/' ? trimmed : '/' + trimmed;
|
||||||
|
if (/^\/\//.test(url)) return null;
|
||||||
|
|
||||||
|
return url;
|
||||||
|
}
|
||||||
|
|
||||||
async function go() {
|
async function go() {
|
||||||
const v = input.value.trim();
|
const v = input.value.trim();
|
||||||
if (!v) return showToast('请输入路径');
|
if (!v) return cocoMessage.warning('请输入翻找目标');
|
||||||
const url = '/' + v;
|
const url = normalizeDestination(v);
|
||||||
btn.textContent = '检测中...';
|
if (!url) return cocoMessage.warning('翻找目标无效');
|
||||||
|
btn.textContent = '翻找中...';
|
||||||
|
closeLoading = cocoMessage.loading('正在翻找中,请稍候...');
|
||||||
btn.disabled = true;
|
btn.disabled = true;
|
||||||
const ok = await check(url);
|
try {
|
||||||
if (ok) {
|
const status = await check(url);
|
||||||
showToast('资源存在,跳转中', 'success');
|
if (status === 200) {
|
||||||
setTimeout(() => location.href = url, 700);
|
cocoMessage.success('翻找成功,即将打开目标页面');
|
||||||
} else showToast('资源不存在', 'error');
|
window.open(url, '_blank');
|
||||||
setTimeout(() => { btn.textContent = '访问 / 下载'; btn.disabled = false }, 700);
|
} else if (status === 404) {
|
||||||
|
cocoMessage.warning('翻找失败,失败过多将被封禁');
|
||||||
|
} else {
|
||||||
|
cocoMessage.error('翻找异常,请重试或刷新页面');
|
||||||
|
}
|
||||||
|
} finally {
|
||||||
|
closeLoading?.();
|
||||||
|
closeLoading = null;
|
||||||
|
btn.textContent = '翻 找';
|
||||||
|
btn.disabled = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
btn.onclick = go;
|
btn.onclick = go;
|
||||||
input.onkeydown = e => { if (e.key === 'Enter') go(); };
|
input.onkeydown = e => { if (e.key === 'Enter') go(); };
|
||||||
}
|
}
|
||||||
|
|
||||||
document.addEventListener("DOMContentLoaded", initializeStoreEvents);
|
initializeStoreEvents();
|
||||||
document.addEventListener("pjax:complete", initializeStoreEvents);
|
|
||||||
</script>
|
</script>
|
||||||
@@ -1,18 +1,18 @@
|
|||||||
<div class="nav4lite-section">
|
<div class="nav4lite-section">
|
||||||
<div class="nav4lite-grid">
|
<div class="nav4lite-grid">
|
||||||
<a href="/" class="nav4lite-item">
|
<a href="/address" class="nav4lite-item">
|
||||||
<span class="nav4lite-label">课外书</span>
|
<span class="nav4lite-label">通讯录</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="/friends" class="nav4lite-item">
|
<a href="/friends" class="nav4lite-item">
|
||||||
<span class="nav4lite-label">朋友圈</span>
|
<span class="nav4lite-label">朋友圈</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="/docs" class="nav4lite-item" target="_blank">
|
|
||||||
<span class="nav4lite-label">笔记本</span>
|
|
||||||
</a>
|
|
||||||
<a href="/address" 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" aria-label="查看详情"><i
|
||||||
class="sidebar-more ri-arrow-right-s-line"></i></a>
|
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">
|
||||||
|
<span class="nav4lite-label">储物柜</span>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<div class="anian-lunar-date-widget">
|
<div class="anian-lunar-date-widget">
|
||||||
<div class="anian-lunar-date-text" id="anianLunarText">
|
<div class="anian-lunar-date-text" id="anianLunarText">
|
||||||
一日不见如隔三秋
|
一日不见 · 如隔三秋
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
<div class="anianx-wrap">
|
<div class="anianx-wrap">
|
||||||
<div class="anianx-group">
|
<div class="anianx-group">
|
||||||
<button class="anianx-btn anianx-left" data-anianx-type="main" data-anianx-href="https://anian.cc">主线路</button>
|
<button class="anianx-btn anianx-left" data-anianx-type="main">观音签</button>
|
||||||
<button class="anianx-btn" data-anianx-type="test">测速</button>
|
<button class="anianx-btn" data-anianx-type="test">测速</button>
|
||||||
<button class="anianx-btn anianx-right" data-anianx-type="sub" data-anianx-href="https://www.anian.cc">副线路</button>
|
<button class="anianx-btn anianx-right" data-anianx-type="sub">歇后语</button>
|
||||||
<div class="anianx-bubble" id="anianxBubble"><span id="anianxBubbleText" class="anianx-loading">当前线路检测中</span></div>
|
<div class="anianx-bubble" id="anianxBubble"><span id="anianxBubbleText">一日不见 · 如隔三秋</span></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -405,7 +405,7 @@
|
|||||||
|
|
||||||
.moments-title-text {
|
.moments-title-text {
|
||||||
color: #111827;
|
color: #111827;
|
||||||
font-size: 1.125rem;
|
font-size: 1.1rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
display: block;
|
display: block;
|
||||||
@@ -415,7 +415,7 @@
|
|||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
color: #6b7280;
|
color: #6b7280;
|
||||||
font-size: 0.875rem;
|
font-size: 0.9rem;
|
||||||
line-height: 1.25rem;
|
line-height: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -423,7 +423,7 @@
|
|||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 0.75rem;
|
gap: 0.75rem;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
.moments-btn-confirm {
|
.moments-btn-confirm {
|
||||||
@@ -432,8 +432,8 @@
|
|||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
background-color: #dc2626;
|
background-color: #dc2626;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 0.875rem;
|
font-size: 0.9rem;
|
||||||
line-height: 1.5rem;
|
line-height: 1.3rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border-radius: 0.375rem;
|
border-radius: 0.375rem;
|
||||||
@@ -455,8 +455,8 @@
|
|||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
color: #374151;
|
color: #374151;
|
||||||
font-size: 0.875rem;
|
font-size: 0.9rem;
|
||||||
line-height: 1.5rem;
|
line-height: 1.3rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border-radius: 0.375rem;
|
border-radius: 0.375rem;
|
||||||
@@ -583,3 +583,248 @@
|
|||||||
filter: blur(3px);
|
filter: blur(3px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 豆瓣页:默认不显示翻页按钮,避免初始化前出现蓝色链接文本 */
|
||||||
|
#douban_pagination {
|
||||||
|
display: none;
|
||||||
|
padding: 30px;
|
||||||
|
text-align: center;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
border-top: 1px solid var(--pix-background);
|
||||||
|
}
|
||||||
|
|
||||||
|
#douban_pagination .post-paging {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
min-height: 38px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#douban_pagination a {
|
||||||
|
padding: 10px 15px;
|
||||||
|
background: var(--pix-theme);
|
||||||
|
color: #fff;
|
||||||
|
border-radius: 8px;
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
flex: none;
|
||||||
|
width: auto;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#douban_pagination .douban-more-loading {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 豆瓣页:内容区域左右间距与分类导航保持一致 */
|
||||||
|
.douban_page #douban_item {
|
||||||
|
padding: 0;
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||||
|
column-gap: 0;
|
||||||
|
row-gap: 0;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .loading_box {
|
||||||
|
text-align: center;
|
||||||
|
grid-column: 1 / -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_card_item {
|
||||||
|
width: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0 40px;
|
||||||
|
border-right: 1px solid #e5e7eb;
|
||||||
|
display: flex;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_card_item:nth-child(2n) {
|
||||||
|
border-right: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_card_inner {
|
||||||
|
display: grid !important;
|
||||||
|
grid-template-columns: 100px 1fr;
|
||||||
|
grid-template-rows: auto auto 1fr;
|
||||||
|
column-gap: 16px;
|
||||||
|
row-gap: 3px;
|
||||||
|
padding: 20px 0;
|
||||||
|
background: transparent;
|
||||||
|
width: 100%;
|
||||||
|
align-items: start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_media_col {
|
||||||
|
width: 100px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: flex-start;
|
||||||
|
align-items: center;
|
||||||
|
grid-column: 1;
|
||||||
|
grid-row: 2 / 4;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* 强制网格单元同高并让卡片内部撑满单元,确保水平分割线对齐 */
|
||||||
|
.douban_page #douban_item {
|
||||||
|
align-items: stretch !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_poster_link,
|
||||||
|
.douban_page #douban_item .douban_poster_img {
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_poster_img {
|
||||||
|
display: block;
|
||||||
|
height: 140px;
|
||||||
|
object-fit: cover;
|
||||||
|
border-radius: 8px;
|
||||||
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_rating_wrap {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_text_col {
|
||||||
|
display: contents;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_title_row {
|
||||||
|
grid-column: 1 / -1;
|
||||||
|
grid-row: 1;
|
||||||
|
margin-bottom: 6px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_title_text {
|
||||||
|
color: #111827;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 1.35;
|
||||||
|
font-weight: 650;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_title_text:hover {
|
||||||
|
color: var(--pix-theme);
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_sub_meta {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0px;
|
||||||
|
margin-bottom: 6px;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
grid-column: 2;
|
||||||
|
grid-row: 2;
|
||||||
|
align-self: start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_time_text {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 3px 8px;
|
||||||
|
border-radius: 6px;
|
||||||
|
background: rgba(168, 85, 247, 0.12);
|
||||||
|
color: #a855f7;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 1.4;
|
||||||
|
font-weight: 500;
|
||||||
|
margin-right: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_type_badge {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 3px 8px;
|
||||||
|
border-radius: 6px;
|
||||||
|
background: rgba(56, 189, 248, 0.14);
|
||||||
|
color: #0369a1;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 1.4;
|
||||||
|
vertical-align: middle;
|
||||||
|
font-weight: 500;
|
||||||
|
margin-right: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_score_badge {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 3px 8px;
|
||||||
|
border-radius: 6px;
|
||||||
|
background: rgba(249, 115, 22, 0.14);
|
||||||
|
color: #ea580c;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 1.4;
|
||||||
|
vertical-align: middle;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_content_box {
|
||||||
|
color: #374151;
|
||||||
|
grid-column: 2;
|
||||||
|
grid-row: 3;
|
||||||
|
align-self: start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_content_main {
|
||||||
|
margin: 0;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 1.6;
|
||||||
|
color: #1f2937;
|
||||||
|
display: block;
|
||||||
|
overflow: hidden;
|
||||||
|
max-height: 89.6px;
|
||||||
|
transition: max-height 0.35s ease;
|
||||||
|
will-change: max-height;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_content_main.is-expanded {
|
||||||
|
max-height: 10000px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_expand_btn {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0;
|
||||||
|
color: var(--pix-theme);
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 500;
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
text-decoration: none;
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_content_meta {
|
||||||
|
margin: 8px 0 0;
|
||||||
|
font-size: 12px;
|
||||||
|
color: #6b7280;
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width:1359px) {
|
||||||
|
.douban_page #douban_item {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_card_item {
|
||||||
|
border-right: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width:540px) {
|
||||||
|
.douban_page #douban_item .douban_card_item {
|
||||||
|
padding: 0 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.douban_page #douban_item .douban_card_inner {
|
||||||
|
column-gap: 11px;
|
||||||
|
row-gap: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -6630,7 +6630,7 @@ a#listree-click.current,
|
|||||||
|
|
||||||
.anianx-bubble {
|
.anianx-bubble {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -60px;
|
top: 50px;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #F6FAF8;
|
background: #F6FAF8;
|
||||||
|
|||||||
@@ -504,11 +504,12 @@ a:visited {
|
|||||||
color: #252525;
|
color: #252525;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 侧边栏颜色异常
|
||||||
a:hover,
|
a:hover,
|
||||||
a:focus,
|
a:focus,
|
||||||
a:active {
|
a:active {
|
||||||
color: #191970;
|
color: #191970;
|
||||||
}
|
} */
|
||||||
|
|
||||||
a:focus {
|
a:focus {
|
||||||
outline: thin dotted;
|
outline: thin dotted;
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ let csrfToken = '';
|
|||||||
let publicKey = '';
|
let publicKey = '';
|
||||||
let loginTimer = null;
|
let loginTimer = null;
|
||||||
let countdownSeconds = 3;
|
let countdownSeconds = 3;
|
||||||
|
let closeLoading = null;
|
||||||
const login_modal = document.getElementById('customLoginModal');
|
const login_modal = document.getElementById('customLoginModal');
|
||||||
const login_closeBtn = document.getElementById('closeLoginModal');
|
const login_closeBtn = document.getElementById('closeLoginModal');
|
||||||
const login_loginBtn = document.getElementById('customLoginBtn');
|
const login_loginBtn = document.getElementById('customLoginBtn');
|
||||||
@@ -39,6 +40,7 @@ async function fetchCSRFToken() {
|
|||||||
login_modal.classList.add('show');
|
login_modal.classList.add('show');
|
||||||
login_loginBtn.disabled = true;
|
login_loginBtn.disabled = true;
|
||||||
login_loginBtn.textContent = '加载中...';
|
login_loginBtn.textContent = '加载中...';
|
||||||
|
closeLoading = cocoMessage.loading('正在加载署名信息...');
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetch('/login', { credentials: 'include' });
|
const response = await fetch('/login', { credentials: 'include' });
|
||||||
@@ -62,19 +64,23 @@ async function fetchCSRFToken() {
|
|||||||
publicKey = publicKeyMatch[1].replace(/\\\//g, '/');
|
publicKey = publicKeyMatch[1].replace(/\\\//g, '/');
|
||||||
return 'ok';
|
return 'ok';
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
closeLoading?.()
|
||||||
|
cocoMessage.error('署名信息加载失败,请刷新');
|
||||||
|
if (loginTimer) { clearInterval(loginTimer) }
|
||||||
|
login_loginBtn.textContent = '错误!请刷新';
|
||||||
|
login_loginBtn.disabled = true;
|
||||||
return 'error';
|
return 'error';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 打开弹窗逻辑
|
// 打开弹窗逻辑
|
||||||
async function open_login_box() {
|
async function open_login_box() {
|
||||||
if (loginTimer) {
|
if (loginTimer) { clearInterval(loginTimer) }
|
||||||
clearInterval(loginTimer);
|
|
||||||
}
|
|
||||||
countdownSeconds = 3;
|
countdownSeconds = 3;
|
||||||
const success = await fetchCSRFToken();
|
const success = await fetchCSRFToken();
|
||||||
if (success === 'logged') {
|
if (success === 'logged') {
|
||||||
cocoMessage.success('您已经署名过了,请刷新');
|
closeLoading?.()
|
||||||
|
cocoMessage.success('您已署名成功,请刷新');
|
||||||
login_modal.classList.remove('show');
|
login_modal.classList.remove('show');
|
||||||
} else if (success === 'ok') {
|
} else if (success === 'ok') {
|
||||||
loginTimer = setInterval(() => {
|
loginTimer = setInterval(() => {
|
||||||
@@ -82,12 +88,15 @@ async function open_login_box() {
|
|||||||
login_loginBtn.textContent = '请稍等...' + countdownSeconds;
|
login_loginBtn.textContent = '请稍等...' + countdownSeconds;
|
||||||
} else {
|
} else {
|
||||||
clearInterval(loginTimer);
|
clearInterval(loginTimer);
|
||||||
|
closeLoading?.()
|
||||||
|
cocoMessage.success('署名信息加载完成');
|
||||||
login_loginBtn.textContent = '署 名';
|
login_loginBtn.textContent = '署 名';
|
||||||
login_loginBtn.disabled = false;
|
login_loginBtn.disabled = false;
|
||||||
}
|
}
|
||||||
countdownSeconds--;
|
countdownSeconds--;
|
||||||
}, 1000);
|
}, 1000);
|
||||||
} else {
|
} else {
|
||||||
|
closeLoading?.()
|
||||||
cocoMessage.error('服务器错误,请刷新');
|
cocoMessage.error('服务器错误,请刷新');
|
||||||
login_modal.classList.remove('show');
|
login_modal.classList.remove('show');
|
||||||
}
|
}
|
||||||
@@ -95,7 +104,9 @@ async function open_login_box() {
|
|||||||
|
|
||||||
// 关闭弹窗
|
// 关闭弹窗
|
||||||
login_closeBtn.addEventListener('click', () => {
|
login_closeBtn.addEventListener('click', () => {
|
||||||
|
closeLoading?.()
|
||||||
login_modal.classList.remove('show');
|
login_modal.classList.remove('show');
|
||||||
|
if (loginTimer) { clearInterval(loginTimer) }
|
||||||
});
|
});
|
||||||
|
|
||||||
// 加密逻辑
|
// 加密逻辑
|
||||||
@@ -111,6 +122,7 @@ function encryptPassword(password) {
|
|||||||
|
|
||||||
// 提交登录
|
// 提交登录
|
||||||
login_loginBtn.addEventListener('click', async () => {
|
login_loginBtn.addEventListener('click', async () => {
|
||||||
|
let islogin = false;
|
||||||
const username = document.getElementById('customUsername').value.trim();
|
const username = document.getElementById('customUsername').value.trim();
|
||||||
const password = document.getElementById('customPassword').value.trim();
|
const password = document.getElementById('customPassword').value.trim();
|
||||||
if (!username || !password) {
|
if (!username || !password) {
|
||||||
@@ -119,7 +131,9 @@ login_loginBtn.addEventListener('click', async () => {
|
|||||||
}
|
}
|
||||||
const encryptedPwd = encryptPassword(password);
|
const encryptedPwd = encryptPassword(password);
|
||||||
login_loginBtn.disabled = true;
|
login_loginBtn.disabled = true;
|
||||||
|
login_closeBtn.disabled = true;
|
||||||
login_loginBtn.textContent = '验证中...';
|
login_loginBtn.textContent = '验证中...';
|
||||||
|
closeLoading = cocoMessage.loading('正在验证信息...');
|
||||||
try {
|
try {
|
||||||
countdownSeconds = 3
|
countdownSeconds = 3
|
||||||
const response = await fetch('/login', {
|
const response = await fetch('/login', {
|
||||||
@@ -141,32 +155,44 @@ login_loginBtn.addEventListener('click', async () => {
|
|||||||
clearInterval(loginTimer);
|
clearInterval(loginTimer);
|
||||||
}
|
}
|
||||||
if (finalUrl.includes('/uc')) {
|
if (finalUrl.includes('/uc')) {
|
||||||
|
islogin = true;
|
||||||
|
closeLoading?.()
|
||||||
cocoMessage.success('署名成功,正在跳转...');
|
cocoMessage.success('署名成功,正在跳转...');
|
||||||
login_loginBtn.textContent = '跳转中...';
|
login_loginBtn.textContent = '跳转中...';
|
||||||
const currentScrollTop = window.scrollY || document.documentElement.scrollTop;
|
const currentScrollTop = window.scrollY || document.documentElement.scrollTop;
|
||||||
$.cookie('scrollParam', currentScrollTop, { path: '/', domain: 'anian.cc' });
|
// $.cookie('scrollParam', currentScrollTop, { path: '/', domain: 'anian.cc' });
|
||||||
$.cookie('load_type', 'login', { path: '/', domain: 'anian.cc' });
|
// $.cookie('load_type', 'login', { path: '/', domain: 'anian.cc' });
|
||||||
|
$.cookie('scrollParam', currentScrollTop, { path: '/' });
|
||||||
|
$.cookie('load_type', 'login', { path: '/' });
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
} else if (finalUrl.includes('error=invalid-credential')) {
|
} else if (finalUrl.includes('error=invalid-credential')) {
|
||||||
|
closeLoading?.()
|
||||||
cocoMessage.warning('署名人与心上锁不匹配');
|
cocoMessage.warning('署名人与心上锁不匹配');
|
||||||
fetchCSRFToken();
|
|
||||||
} else {
|
} else {
|
||||||
|
closeLoading?.()
|
||||||
cocoMessage.error('速度过快,请稍后重试');
|
cocoMessage.error('速度过快,请稍后重试');
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
closeLoading?.()
|
||||||
cocoMessage.error('服务器连接失败');
|
cocoMessage.error('服务器连接失败');
|
||||||
} finally {
|
} finally {
|
||||||
|
if (!islogin) {
|
||||||
|
fetchCSRFToken();
|
||||||
|
login_closeBtn.disabled = false;
|
||||||
loginTimer = setInterval(() => {
|
loginTimer = setInterval(() => {
|
||||||
if (countdownSeconds > 0) {
|
if (countdownSeconds > 0) {
|
||||||
login_loginBtn.textContent = '请稍等...' + countdownSeconds;
|
login_loginBtn.textContent = '请稍等...' + countdownSeconds;
|
||||||
} else {
|
} else {
|
||||||
clearInterval(loginTimer);
|
clearInterval(loginTimer);
|
||||||
|
closeLoading?.()
|
||||||
|
cocoMessage.success('请重新尝试署名');
|
||||||
login_loginBtn.textContent = '署 名';
|
login_loginBtn.textContent = '署 名';
|
||||||
login_loginBtn.disabled = false;
|
login_loginBtn.disabled = false;
|
||||||
}
|
}
|
||||||
countdownSeconds--;
|
countdownSeconds--;
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// 回车登录
|
// 回车登录
|
||||||
@@ -210,8 +236,10 @@ async function customLogout() {
|
|||||||
closeLoading();
|
closeLoading();
|
||||||
cocoMessage.success('您已成功退出登录');
|
cocoMessage.success('您已成功退出登录');
|
||||||
const currentScrollTop = window.scrollY || document.documentElement.scrollTop;
|
const currentScrollTop = window.scrollY || document.documentElement.scrollTop;
|
||||||
$.cookie('scrollParam', currentScrollTop, { path: '/', domain: 'anian.cc' });
|
// $.cookie('scrollParam', currentScrollTop, { path: '/', domain: 'anian.cc' });
|
||||||
$.cookie('load_type', 'logout', { path: '/', domain: 'anian.cc' });
|
// $.cookie('load_type', 'logout', { path: '/', domain: 'anian.cc' });
|
||||||
|
$.cookie('scrollParam', currentScrollTop, { path: '/' });
|
||||||
|
$.cookie('load_type', 'logout', { path: '/' });
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
} else {
|
} else {
|
||||||
closeLoading();
|
closeLoading();
|
||||||
@@ -240,6 +268,415 @@ function confirmPixarAction() {
|
|||||||
customLogout();
|
customLogout();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 豆瓣页:分类筛选 + AJAX加载(不依赖 finder API)
|
||||||
|
function init_douban_page() {
|
||||||
|
var $page = $('.douban_page');
|
||||||
|
if ($page.length === 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
var $list = $('#douban_item');
|
||||||
|
var $pagination = $('#douban_pagination');
|
||||||
|
var $paginationBtn = $('#douban_pagination a');
|
||||||
|
|
||||||
|
if ($list.length === 0 || $paginationBtn.length === 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
var state = {
|
||||||
|
page: 1,
|
||||||
|
size: 10,
|
||||||
|
type: '',
|
||||||
|
loading: false
|
||||||
|
};
|
||||||
|
|
||||||
|
function escapeHtml(input) {
|
||||||
|
if (input === null || input === undefined) {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
return String(input)
|
||||||
|
.replace(/&/g, '&')
|
||||||
|
.replace(/</g, '<')
|
||||||
|
.replace(/>/g, '>')
|
||||||
|
.replace(/"/g, '"')
|
||||||
|
.replace(/'/g, ''');
|
||||||
|
}
|
||||||
|
|
||||||
|
function formatTime(isoTime) {
|
||||||
|
if (!isoTime) {
|
||||||
|
return '--';
|
||||||
|
}
|
||||||
|
var date = new Date(isoTime);
|
||||||
|
if (Number.isNaN(date.getTime())) {
|
||||||
|
return '--';
|
||||||
|
}
|
||||||
|
var year = date.getFullYear();
|
||||||
|
var month = String(date.getMonth() + 1).padStart(2, '0');
|
||||||
|
var day = String(date.getDate()).padStart(2, '0');
|
||||||
|
return year + '-' + month + '-' + day;
|
||||||
|
}
|
||||||
|
|
||||||
|
function buildRequestUrl(page, type) {
|
||||||
|
var query = new URLSearchParams({
|
||||||
|
page: String(page),
|
||||||
|
size: String(state.size)
|
||||||
|
});
|
||||||
|
if (type) {
|
||||||
|
query.append('type', type);
|
||||||
|
}
|
||||||
|
return '/apis/api.douban.moony.la/v1alpha1/doubanmovies?' + query.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
function renderEmpty() {
|
||||||
|
return '<div class="loading_box"><img src="/upload/nodata.png" alt="暂无内容" style="max-width: 280px; width: 100%; height: auto;"></div>';
|
||||||
|
}
|
||||||
|
|
||||||
|
function parseScoreValue(rawScore) {
|
||||||
|
if (rawScore === null || rawScore === undefined || rawScore === '') {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
var scoreText = String(rawScore);
|
||||||
|
var matched = scoreText.match(/(\d+(?:\.\d+)?)/);
|
||||||
|
if (!matched || !matched[1]) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
var scoreNumber = parseFloat(matched[1]);
|
||||||
|
if (Number.isNaN(scoreNumber)) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
// 豆瓣常见是 10 分制,这里统一转换为 5 星展示
|
||||||
|
if (scoreNumber > 5) {
|
||||||
|
scoreNumber = scoreNumber / 2;
|
||||||
|
}
|
||||||
|
if (scoreNumber < 0) {
|
||||||
|
scoreNumber = 0;
|
||||||
|
}
|
||||||
|
if (scoreNumber > 5) {
|
||||||
|
scoreNumber = 5;
|
||||||
|
}
|
||||||
|
return scoreNumber;
|
||||||
|
}
|
||||||
|
|
||||||
|
function getTypeNameCN(typeCode) {
|
||||||
|
var typeMap = {
|
||||||
|
'music': '音乐',
|
||||||
|
'drama': '演出',
|
||||||
|
'book': '图书',
|
||||||
|
'game': '游戏',
|
||||||
|
'movie': '影视',
|
||||||
|
// 'test': '测试'
|
||||||
|
};
|
||||||
|
return typeMap[typeCode] || typeCode;
|
||||||
|
}
|
||||||
|
|
||||||
|
function renderScore(rawScore) {
|
||||||
|
var scoreValue = parseScoreValue(rawScore);
|
||||||
|
if (scoreValue === null) {
|
||||||
|
return '暂无评分';
|
||||||
|
}
|
||||||
|
var formatted = scoreValue.toFixed(1);
|
||||||
|
return formatted + ' / 5.0';
|
||||||
|
}
|
||||||
|
|
||||||
|
function renderItem(item) {
|
||||||
|
var spec = item && item.spec ? item.spec : {};
|
||||||
|
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 rawScore = faves.score || spec.score || '';
|
||||||
|
var createTime = escapeHtml(formatTime(faves.createTime));
|
||||||
|
var dataType = getTypeNameCN(spec.type || '--');
|
||||||
|
var contentText = escapeHtml(spec.cardSubtitle || '暂无内容简介');
|
||||||
|
var pid = escapeHtml((item.metadata && item.metadata.name) || ('douban-' + Date.now()));
|
||||||
|
var scoreText = renderScore(rawScore);
|
||||||
|
|
||||||
|
return '' +
|
||||||
|
'<div id="post-' + pid + '" class="loop_content p_item moment_item douban_card_item uk-animation-slide-bottom-small">' +
|
||||||
|
' <div class="p_item_inner douban_card_inner">' +
|
||||||
|
' <div class="douban_text_col">' +
|
||||||
|
' <div class="douban_title_row">' +
|
||||||
|
' <a class="douban_title_text" target="_blank" rel="noopener" href="' + link + '">' +
|
||||||
|
' ' + name +
|
||||||
|
' </a>' +
|
||||||
|
' </div>' +
|
||||||
|
' <div class="douban_media_col">' +
|
||||||
|
' <img class="douban_poster_img" src="' + poster + '" alt="' + name + '">' +
|
||||||
|
' </div>' +
|
||||||
|
' <div class="douban_sub_meta">' +
|
||||||
|
' <time class="douban_time_text" datetime="' + createTime + '">' + createTime + '</time>' +
|
||||||
|
' <span class="douban_type_badge">' + dataType + '</span>' +
|
||||||
|
' <span class="douban_score_badge">' + escapeHtml(scoreText) + '</span>' +
|
||||||
|
' </div>' +
|
||||||
|
' <div class="douban_content_box">' +
|
||||||
|
' <p class="douban_content_main douban_content_collapsed" data-full="' + escapeHtml(contentText) + '">' + contentText + '</p>' +
|
||||||
|
' <a class="douban_expand_btn" style="display:none;">展开</a>' +
|
||||||
|
' </div>' +
|
||||||
|
' </div>' +
|
||||||
|
' </div>' +
|
||||||
|
'</div>';
|
||||||
|
}
|
||||||
|
|
||||||
|
function updatePagination(hasNext, nextPage) {
|
||||||
|
if (hasNext) {
|
||||||
|
$paginationBtn
|
||||||
|
.attr('data-next-page', String(nextPage))
|
||||||
|
.attr('data', String(nextPage))
|
||||||
|
.text((window.Theme && Theme.site_page) ? Theme.site_page : '翻阅更多')
|
||||||
|
.show();
|
||||||
|
$pagination.removeClass('u-hide').css('display', 'flex');
|
||||||
|
} else {
|
||||||
|
$paginationBtn.removeAttr('data-next-page').removeAttr('data');
|
||||||
|
$paginationBtn.hide();
|
||||||
|
$pagination.hide();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function renderList(data, isAppend) {
|
||||||
|
var items = (data && data.items) ? data.items : [];
|
||||||
|
if (!isAppend) {
|
||||||
|
$list.empty();
|
||||||
|
}
|
||||||
|
if (items.length === 0 && !isAppend) {
|
||||||
|
$list.html(renderEmpty());
|
||||||
|
updatePagination(false, 1);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
var html = items.map(renderItem).join('');
|
||||||
|
$list.append($(html).fadeIn(300));
|
||||||
|
if (typeof lazyLoadInstance !== 'undefined') {
|
||||||
|
lazyLoadInstance.update();
|
||||||
|
}
|
||||||
|
if (typeof initializeMomentFold === 'function') {
|
||||||
|
initializeMomentFold();
|
||||||
|
}
|
||||||
|
initializeDoubanExpand();
|
||||||
|
updatePagination(!!data.hasNext, (data.page || state.page) + 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
function initializeDoubanExpand() {
|
||||||
|
var collapsedHeight = 89.6;
|
||||||
|
$(document).off('click.doubanExpand', '.douban_expand_btn').on('click.doubanExpand', '.douban_expand_btn', function (e) {
|
||||||
|
e.preventDefault();
|
||||||
|
var $btn = $(this);
|
||||||
|
var $content = $btn.prev('.douban_content_main');
|
||||||
|
if ($content.length === 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if ($content.hasClass('is-expanded')) {
|
||||||
|
$content.removeClass('is-expanded');
|
||||||
|
$content.css('max-height', collapsedHeight + 'px');
|
||||||
|
$btn.text('展开');
|
||||||
|
} else {
|
||||||
|
var contentEl = $content[0];
|
||||||
|
var fullHeight = $content.data('fullHeight') || (contentEl ? contentEl.scrollHeight : 0);
|
||||||
|
$content.addClass('is-expanded');
|
||||||
|
$content.css('max-height', fullHeight + 'px');
|
||||||
|
$btn.text('收起');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
$('.douban_content_main').each(function () {
|
||||||
|
var $content = $(this);
|
||||||
|
var $btn = $content.next('.douban_expand_btn');
|
||||||
|
if ($btn.length === 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
var scrollHeight = this.scrollHeight;
|
||||||
|
var clientHeight = this.clientHeight;
|
||||||
|
if (scrollHeight > clientHeight) {
|
||||||
|
$btn.show();
|
||||||
|
$content.data('fullHeight', scrollHeight);
|
||||||
|
$content.css('max-height', collapsedHeight + 'px');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function requestList(page, type, isAppend, hooks) {
|
||||||
|
hooks = hooks || {};
|
||||||
|
if (state.loading) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
state.loading = true;
|
||||||
|
var appendStartIndex = isAppend ? $list.children('.p_item').length : 0;
|
||||||
|
var oldState = {
|
||||||
|
listHtml: $list.html(),
|
||||||
|
paginationVisible: $pagination.is(':visible'),
|
||||||
|
btnVisible: $paginationBtn.is(':visible'),
|
||||||
|
btnText: $paginationBtn.text(),
|
||||||
|
btnNextPage: $paginationBtn.attr('data-next-page')
|
||||||
|
};
|
||||||
|
var apiUrl = buildRequestUrl(page, type);
|
||||||
|
|
||||||
|
$.ajax({
|
||||||
|
type: 'GET',
|
||||||
|
url: apiUrl,
|
||||||
|
dataType: 'json',
|
||||||
|
beforeSend: function () {
|
||||||
|
if (!isAppend) {
|
||||||
|
$list.html('<div class="loading_box"><div uk-spinner></div></div>');
|
||||||
|
$pagination.hide();
|
||||||
|
} else {
|
||||||
|
$paginationBtn.hide();
|
||||||
|
if ($('#douban_pagination .douban-more-loading').length === 0) {
|
||||||
|
$('#douban_pagination .post-paging').append('<div class="douban-more-loading"><div uk-spinner></div></div>');
|
||||||
|
}
|
||||||
|
$pagination.css('display', 'flex');
|
||||||
|
}
|
||||||
|
},
|
||||||
|
success: function (data) {
|
||||||
|
state.page = page;
|
||||||
|
renderList(data || {}, !!isAppend);
|
||||||
|
if (typeof hooks.onSuccess === 'function') {
|
||||||
|
hooks.onSuccess(data || {});
|
||||||
|
}
|
||||||
|
if (isAppend) {
|
||||||
|
var $newItems = $list.children('.p_item').slice(appendStartIndex);
|
||||||
|
if ($newItems.length > 0) {
|
||||||
|
var $scrollBody = (typeof $body !== 'undefined') ? $body : $('html,body');
|
||||||
|
var targetTop = $newItems.first().offset().top - 58;
|
||||||
|
if (!window.scroll_param || (!window.loadMoreTimeout && window.scroll_param > targetTop)) {
|
||||||
|
$scrollBody.animate({ scrollTop: targetTop }, 500);
|
||||||
|
} else {
|
||||||
|
window.forceStopLoading = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
error: function () {
|
||||||
|
cocoMessage.error('数据获取失败');
|
||||||
|
if (!isAppend) {
|
||||||
|
if ($.trim(oldState.listHtml || '') !== '') {
|
||||||
|
$list.html(oldState.listHtml);
|
||||||
|
} else {
|
||||||
|
$list.html(renderEmpty());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (oldState.paginationVisible) {
|
||||||
|
$pagination.css('display', 'flex');
|
||||||
|
} else {
|
||||||
|
$pagination.hide();
|
||||||
|
}
|
||||||
|
if (oldState.btnVisible) {
|
||||||
|
$paginationBtn.show();
|
||||||
|
} else {
|
||||||
|
$paginationBtn.hide();
|
||||||
|
}
|
||||||
|
if (oldState.btnText) {
|
||||||
|
$paginationBtn.text(oldState.btnText);
|
||||||
|
}
|
||||||
|
if (oldState.btnNextPage) {
|
||||||
|
$paginationBtn.attr('data-next-page', oldState.btnNextPage);
|
||||||
|
$paginationBtn.attr('data', oldState.btnNextPage);
|
||||||
|
}
|
||||||
|
if (typeof hooks.onError === 'function') {
|
||||||
|
hooks.onError();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
complete: function () {
|
||||||
|
state.loading = false;
|
||||||
|
$('#douban_pagination .douban-more-loading').remove();
|
||||||
|
$('.douban_cat_nav .cat-link').removeClass('disabled');
|
||||||
|
$paginationBtn.text((window.Theme && Theme.site_page) ? Theme.site_page : '翻阅更多');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
$(document).off('click.doubanCat', '.douban_cat_nav .cat-link').on('click.doubanCat', '.douban_cat_nav .cat-link', function () {
|
||||||
|
var $this = $(this);
|
||||||
|
if ($this.hasClass('disabled')) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
if ($this.hasClass('active')) {
|
||||||
|
if (window._tagSwitchCallback) {
|
||||||
|
window._tagSwitchCallback.resolve();
|
||||||
|
window._tagSwitchCallback = null;
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
$('.douban_cat_nav .cat-link').addClass('disabled');
|
||||||
|
|
||||||
|
var $activeBefore = $('.douban_cat_nav .cat-link.active');
|
||||||
|
var oldType = state.type;
|
||||||
|
var targetType = $this.attr('data-type') || '';
|
||||||
|
var targetTag = $this.clone().find('span').remove().end().text().trim();
|
||||||
|
|
||||||
|
state.page = 1;
|
||||||
|
state.type = targetType;
|
||||||
|
|
||||||
|
requestList(1, state.type, false, {
|
||||||
|
onSuccess: function () {
|
||||||
|
$this.addClass('active').parent().siblings().children('.cat-link').removeClass('active');
|
||||||
|
|
||||||
|
var currentUrl = new URL(window.location.href);
|
||||||
|
if (!targetTag || targetTag === '全部') {
|
||||||
|
currentUrl.searchParams.delete('tag');
|
||||||
|
} else {
|
||||||
|
currentUrl.searchParams.set('tag', targetTag);
|
||||||
|
}
|
||||||
|
history.pushState({ url: currentUrl.pathname + currentUrl.search }, '', currentUrl.pathname + currentUrl.search);
|
||||||
|
|
||||||
|
// 分类切换后重置分页记录,避免自动恢复加载旧分类页数
|
||||||
|
$.removeCookie('page', { path: '/' });
|
||||||
|
|
||||||
|
if (window._tagSwitchCallback) {
|
||||||
|
window._tagSwitchCallback.resolve();
|
||||||
|
window._tagSwitchCallback = null;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
onError: function () {
|
||||||
|
state.type = oldType;
|
||||||
|
if ($activeBefore.length > 0) {
|
||||||
|
$activeBefore.addClass('active').parent().siblings().children('.cat-link').removeClass('active');
|
||||||
|
}
|
||||||
|
if (window._tagSwitchCallback) {
|
||||||
|
window._tagSwitchCallback.reject();
|
||||||
|
window._tagSwitchCallback = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
return false;
|
||||||
|
});
|
||||||
|
|
||||||
|
$(document).off('click.doubanMore', '#douban_pagination a').on('click.doubanMore', '#douban_pagination a', function () {
|
||||||
|
if (state.loading) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
var pageAttr = $(this).attr('data-next-page') || $(this).attr('data');
|
||||||
|
var nextPage = parseInt(pageAttr, 10);
|
||||||
|
if (!nextPage || Number.isNaN(nextPage)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
requestList(nextPage, state.type, true, {
|
||||||
|
onSuccess: function () {
|
||||||
|
// 与 app.js 现有逻辑保持一致:记录当前已加载到的页码
|
||||||
|
$.cookie('page', nextPage, { path: '/' });
|
||||||
|
}
|
||||||
|
});
|
||||||
|
return false;
|
||||||
|
});
|
||||||
|
|
||||||
|
var urlTag = new URLSearchParams(window.location.search).get('tag');
|
||||||
|
if (urlTag && urlTag.trim() !== '') {
|
||||||
|
var $matchedTag = $('.douban_cat_nav .cat-link').filter(function () {
|
||||||
|
var tagText = $(this).clone().find('span').remove().end().text().trim();
|
||||||
|
return tagText === urlTag;
|
||||||
|
}).first();
|
||||||
|
if ($matchedTag.length > 0) {
|
||||||
|
$matchedTag.addClass('active').parent().siblings().children('.cat-link').removeClass('active');
|
||||||
|
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') || '';
|
||||||
|
}
|
||||||
|
|
||||||
|
requestList(1, state.type, false);
|
||||||
|
}
|
||||||
|
|
||||||
// 打开确认模态框
|
// 打开确认模态框
|
||||||
function openModal(title, msg, type) {
|
function openModal(title, msg, type) {
|
||||||
var modal = $('#momentsDeleteModal');
|
var modal = $('#momentsDeleteModal');
|
||||||
@@ -248,6 +685,8 @@ function openModal(title, msg, type) {
|
|||||||
modal.find('.moments-message-text').text(msg);
|
modal.find('.moments-message-text').text(msg);
|
||||||
card.removeClass('theme-red theme-yellow theme-green').addClass('theme-' + type);
|
card.removeClass('theme-red theme-yellow theme-green').addClass('theme-' + type);
|
||||||
$('.moments-btn-cancel, .moments-btn-confirm').prop('disabled', false);
|
$('.moments-btn-cancel, .moments-btn-confirm').prop('disabled', false);
|
||||||
|
$('body').off('click', '#momentsCancelBtn');
|
||||||
|
$('body').off('click', '#momentsConfirmBtn');
|
||||||
modal.fadeIn(200);
|
modal.fadeIn(200);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -264,6 +703,7 @@ function openModal(title, msg, type) {
|
|||||||
// 集合:PJAX(初始化执行+PJAX执行)
|
// 集合:PJAX(初始化执行+PJAX执行)
|
||||||
function init_anian_pjax() {
|
function init_anian_pjax() {
|
||||||
// modify_moment_video_size();
|
// modify_moment_video_size();
|
||||||
|
init_douban_page();
|
||||||
}
|
}
|
||||||
|
|
||||||
// 集合:初始化(仅初始化执行一次)
|
// 集合:初始化(仅初始化执行一次)
|
||||||
|
|||||||
+243
-94
@@ -674,8 +674,10 @@ $(document).on('click', '.push_item', function () {
|
|||||||
closeLoading?.()
|
closeLoading?.()
|
||||||
cocoMessage.success('发布成功!');
|
cocoMessage.success('发布成功!');
|
||||||
const currentScrollTop = window.scrollY || document.documentElement.scrollTop;
|
const currentScrollTop = window.scrollY || document.documentElement.scrollTop;
|
||||||
$.cookie('scrollParam', currentScrollTop, { path: '/', domain: 'anian.cc' });
|
// $.cookie('scrollParam', currentScrollTop, { path: '/', domain: 'anian.cc' });
|
||||||
$.cookie('load_type', 'create', { path: '/', domain: 'anian.cc' });
|
// $.cookie('load_type', 'create', { path: '/', domain: 'anian.cc' });
|
||||||
|
$.cookie('scrollParam', currentScrollTop, { path: '/' });
|
||||||
|
$.cookie('load_type', 'create', { path: '/' });
|
||||||
location.reload();
|
location.reload();
|
||||||
},
|
},
|
||||||
error() {
|
error() {
|
||||||
@@ -729,8 +731,10 @@ $(document).on('click', '.push_item', function () {
|
|||||||
closeLoading?.()
|
closeLoading?.()
|
||||||
cocoMessage.success('更新成功!');
|
cocoMessage.success('更新成功!');
|
||||||
const currentScrollTop = window.scrollY || document.documentElement.scrollTop;
|
const currentScrollTop = window.scrollY || document.documentElement.scrollTop;
|
||||||
$.cookie('scrollParam', currentScrollTop, { path: '/', domain: 'anian.cc' });
|
// $.cookie('scrollParam', currentScrollTop, { path: '/', domain: 'anian.cc' });
|
||||||
$.cookie('load_type', 'update', { path: '/', domain: 'anian.cc' });
|
// $.cookie('load_type', 'update', { path: '/', domain: 'anian.cc' });
|
||||||
|
$.cookie('scrollParam', currentScrollTop, { path: '/' });
|
||||||
|
$.cookie('load_type', 'update', { path: '/' });
|
||||||
location.reload();
|
location.reload();
|
||||||
},
|
},
|
||||||
error() {
|
error() {
|
||||||
@@ -929,7 +933,8 @@ $(document).on('click', '.moment_cat_nav ul li a', function () {
|
|||||||
history.pushState({ url: cat }, '', '/');
|
history.pushState({ url: cat }, '', '/');
|
||||||
}
|
}
|
||||||
if (!$.cookie('scrollParam')) {
|
if (!$.cookie('scrollParam')) {
|
||||||
$.removeCookie('page', { path: '/', domain: 'anian.cc' });
|
// $.removeCookie('page', { path: '/', domain: 'anian.cc' });
|
||||||
|
$.removeCookie('page', { path: '/' });
|
||||||
}
|
}
|
||||||
if (window._tagSwitchCallback) {
|
if (window._tagSwitchCallback) {
|
||||||
window._tagSwitchCallback.resolve(); // 标记成功
|
window._tagSwitchCallback.resolve(); // 标记成功
|
||||||
@@ -958,6 +963,9 @@ $(document).on('click', '.moment_cat_nav ul li a', function () {
|
|||||||
// ajax分类筛选朋友圈
|
// ajax分类筛选朋友圈
|
||||||
$(document).on('click', '.friends_cat_nav .cat-link', function () {
|
$(document).on('click', '.friends_cat_nav .cat-link', function () {
|
||||||
var $this = $(this);
|
var $this = $(this);
|
||||||
|
if ($this.closest('.douban_cat_nav').length > 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if ($this.hasClass('disabled')) {
|
if ($this.hasClass('disabled')) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@@ -979,6 +987,10 @@ $(document).on('click', '.friends_cat_nav .cat-link', function () {
|
|||||||
|
|
||||||
// 获取目标 URL(注意这里用的是 data-href)
|
// 获取目标 URL(注意这里用的是 data-href)
|
||||||
var url = $this.attr('data-href');
|
var url = $this.attr('data-href');
|
||||||
|
if (!url) {
|
||||||
|
$('.friends_cat_nav .cat-link').removeClass('disabled');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "GET",
|
type: "GET",
|
||||||
@@ -1020,12 +1032,15 @@ $(document).on('click', '.friends_cat_nav .cat-link', function () {
|
|||||||
initializeMomentFold();
|
initializeMomentFold();
|
||||||
|
|
||||||
// 更新浏览器历史状态
|
// 更新浏览器历史状态
|
||||||
|
if (typeof url === 'string') {
|
||||||
url = url.replace('author', 'tag');
|
url = url.replace('author', 'tag');
|
||||||
history.pushState({ url: url }, '', url);
|
history.pushState({ url: url }, '', url);
|
||||||
|
}
|
||||||
|
|
||||||
// 清除分页 cookie(保持原样)
|
// 清除分页 cookie(保持原样)
|
||||||
if (!$.cookie('scrollParam')) {
|
if (!$.cookie('scrollParam')) {
|
||||||
$.removeCookie('page', { path: '/', domain: 'anian.cc' });
|
// $.removeCookie('page', { path: '/', domain: 'anian.cc' });
|
||||||
|
$.removeCookie('page', { path: '/' });
|
||||||
}
|
}
|
||||||
|
|
||||||
if (window._tagSwitchCallback) {
|
if (window._tagSwitchCallback) {
|
||||||
@@ -1087,7 +1102,8 @@ $(document).on('click', '#t_pagination a', function () {
|
|||||||
initAgree();
|
initAgree();
|
||||||
lazyLoadInstance.update();
|
lazyLoadInstance.update();
|
||||||
initializeMomentFold();
|
initializeMomentFold();
|
||||||
$.cookie('page', currentPage, { path: '/', domain: 'anian.cc' });
|
// $.cookie('page', currentPage, { path: '/', domain: 'anian.cc' });
|
||||||
|
$.cookie('page', currentPage, { path: '/' });
|
||||||
} else {
|
} else {
|
||||||
$('#t_pagination a').hide();
|
$('#t_pagination a').hide();
|
||||||
}
|
}
|
||||||
@@ -1176,7 +1192,8 @@ $(document).ready(function () {
|
|||||||
history.pushState({ path: displayUrl }, '', displayUrl);
|
history.pushState({ path: displayUrl }, '', displayUrl);
|
||||||
|
|
||||||
if (!$.cookie('scrollParam')) {
|
if (!$.cookie('scrollParam')) {
|
||||||
$.removeCookie('page', { path: '/', domain: 'anian.cc' });
|
// $.removeCookie('page', { path: '/', domain: 'anian.cc' });
|
||||||
|
$.removeCookie('page', { path: '/' });
|
||||||
}
|
}
|
||||||
if (window._tagSwitchCallback) {
|
if (window._tagSwitchCallback) {
|
||||||
window._tagSwitchCallback.resolve(); // 标记成功
|
window._tagSwitchCallback.resolve(); // 标记成功
|
||||||
@@ -1237,7 +1254,8 @@ $(document).on('click', '#p_pagination a', function () {
|
|||||||
$body.animate({ scrollTop: targetOffsetTop - 358 }, 500);
|
$body.animate({ scrollTop: targetOffsetTop - 358 }, 500);
|
||||||
} else window.forceStopLoading = true;
|
} else window.forceStopLoading = true;
|
||||||
pix.initGalleryPhotos();
|
pix.initGalleryPhotos();
|
||||||
$.cookie('page', currentPage, { path: '/', domain: 'anian.cc' });
|
// $.cookie('page', currentPage, { path: '/', domain: 'anian.cc' });
|
||||||
|
$.cookie('page', currentPage, { path: '/' });
|
||||||
} else {
|
} else {
|
||||||
$('#p_pagination a').hide();
|
$('#p_pagination a').hide();
|
||||||
}
|
}
|
||||||
@@ -1454,7 +1472,8 @@ $(document).on('click', '.posts_cat_nav ul li a', function (e) {
|
|||||||
}
|
}
|
||||||
history.pushState({ url: newUrl }, '', newUrl);
|
history.pushState({ url: newUrl }, '', newUrl);
|
||||||
if (!$.cookie('scrollParam')) {
|
if (!$.cookie('scrollParam')) {
|
||||||
$.removeCookie('page', { path: '/', domain: 'anian.cc' });
|
// $.removeCookie('page', { path: '/', domain: 'anian.cc' });
|
||||||
|
$.removeCookie('page', { path: '/'});
|
||||||
}
|
}
|
||||||
if (window._tagSwitchCallback) {
|
if (window._tagSwitchCallback) {
|
||||||
window._tagSwitchCallback.resolve(); // 标记成功
|
window._tagSwitchCallback.resolve(); // 标记成功
|
||||||
@@ -1517,7 +1536,8 @@ $('body').on('click', '#pagination a', function () {
|
|||||||
} else window.forceStopLoading = true;
|
} else window.forceStopLoading = true;
|
||||||
initAgree()
|
initAgree()
|
||||||
lazyLoadInstance.update();
|
lazyLoadInstance.update();
|
||||||
$.cookie('page', currentPage, { path: '/', domain: 'anian.cc' });
|
// $.cookie('page', currentPage, { path: '/', domain: 'anian.cc' });
|
||||||
|
$.cookie('page', currentPage, { path: '/' });
|
||||||
} else {
|
} else {
|
||||||
$("#pagination a").hide();
|
$("#pagination a").hide();
|
||||||
}
|
}
|
||||||
@@ -1572,7 +1592,8 @@ $('body').on('click', '.arc_pagenav a', function () {
|
|||||||
} else window.forceStopLoading = true;
|
} else window.forceStopLoading = true;
|
||||||
initAgree()
|
initAgree()
|
||||||
lazyLoadInstance.update();
|
lazyLoadInstance.update();
|
||||||
$.cookie('page', currentPage, { path: '/', domain: 'anian.cc' });
|
// $.cookie('page', currentPage, { path: '/', domain: 'anian.cc' });
|
||||||
|
$.cookie('page', currentPage, { path: '/' });
|
||||||
},
|
},
|
||||||
error: function () {
|
error: function () {
|
||||||
$pagingArea.html(originalPagingHtml);
|
$pagingArea.html(originalPagingHtml);
|
||||||
@@ -1680,7 +1701,8 @@ $('body').on('click', '.s_set_box a', function () {
|
|||||||
var type = $(this).attr('data');
|
var type = $(this).attr('data');
|
||||||
$(this).addClass('active').siblings('a').removeClass('active');
|
$(this).addClass('active').siblings('a').removeClass('active');
|
||||||
$('form#index_search input[type="hidden"]').val(type);
|
$('form#index_search input[type="hidden"]').val(type);
|
||||||
$.cookie('s_type', type, { expires: 30, path: '/', domain: 'anian.cc' });
|
// $.cookie('s_type', type, { expires: 30, path: '/', domain: 'anian.cc' });
|
||||||
|
$.cookie('s_type', type, { expires: 30, path: '/' });
|
||||||
});
|
});
|
||||||
|
|
||||||
$('body').on('click', '.top_s_box a', function () {
|
$('body').on('click', '.top_s_box a', function () {
|
||||||
@@ -1695,9 +1717,11 @@ $('body').on('click', '.top_s_box a', function () {
|
|||||||
$('body').on('click', '.t_dark a', function () {
|
$('body').on('click', '.t_dark a', function () {
|
||||||
var t = $('html');
|
var t = $('html');
|
||||||
if (t.hasClass('dark')) {
|
if (t.hasClass('dark')) {
|
||||||
$.cookie('dark', 'normal', { path: '/', domain: 'anian.cc', expires: 30 });
|
// $.cookie('dark', 'normal', { path: '/', domain: 'anian.cc', expires: 30 });
|
||||||
|
$.cookie('dark', 'normal', { path: '/', expires: 30 });
|
||||||
} else {
|
} else {
|
||||||
$.cookie('dark', 'dark', { path: '/', domain: 'anian.cc', expires: 30 });
|
// $.cookie('dark', 'dark', { path: '/', domain: 'anian.cc', expires: 30 });
|
||||||
|
$.cookie('dark', 'dark', { path: '/', expires: 30 });
|
||||||
}
|
}
|
||||||
t.toggleClass('dark');
|
t.toggleClass('dark');
|
||||||
|
|
||||||
@@ -1742,22 +1766,31 @@ $('body').on('click', '.m_offcanvas', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// 刷新内容(兼容一言和今日诗词API)
|
// 刷新内容(兼容一言和今日诗词API)
|
||||||
|
let yiyanLoading = false; // 标志是否正在请求
|
||||||
$('body').on('click', '.yiyan_box .change', function () {
|
$('body').on('click', '.yiyan_box .change', function () {
|
||||||
|
// 若请求还未恢复消息,直接return
|
||||||
|
if (yiyanLoading) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
yiyanLoading = true; // 设置请求开始标志
|
||||||
var url = Theme.widget_yiyan.api || 'https://v1.hitokoto.cn';
|
var url = Theme.widget_yiyan.api || 'https://v1.hitokoto.cn';
|
||||||
fetch(url)
|
fetch(url)
|
||||||
.then(response => response.json())
|
.then(response => response.json())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
const targetElement = document.querySelector('.yiyan_box p');
|
const targetElement = document.querySelector('.yiyan_box p');
|
||||||
if (url.includes('jinrishici.com')) {
|
if (url.includes('api.anian.cc')) {
|
||||||
// 今日诗词API处理逻辑:标题添加《》
|
// 新增处理逻辑
|
||||||
targetElement.innerText = data.content;
|
targetElement.innerText = data.content;
|
||||||
targetElement.setAttribute("uk-tooltip", `《${data.origin}》${data.author}`);
|
targetElement.setAttribute("uk-tooltip", `《${data.title}》${data.author}`);
|
||||||
} else {
|
} else {
|
||||||
// 原有一言API处理逻辑
|
// 原有一言API处理逻辑
|
||||||
targetElement.innerText = data.hitokoto;
|
targetElement.innerText = data.hitokoto;
|
||||||
targetElement.setAttribute("uk-tooltip", data.from);
|
targetElement.setAttribute("uk-tooltip", data.from);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
.finally(() => {
|
||||||
|
yiyanLoading = false; // 请求完成,重置标志
|
||||||
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.yiyan_box .change').click();
|
$('.yiyan_box .change').click();
|
||||||
@@ -1789,7 +1822,8 @@ if (Theme.pjax) {
|
|||||||
initBlog();
|
initBlog();
|
||||||
refreshCommentWidget();
|
refreshCommentWidget();
|
||||||
NProgress.done();
|
NProgress.done();
|
||||||
$.removeCookie('page', { path: '/', domain: 'anian.cc' });
|
// $.removeCookie('page', { path: '/', domain: 'anian.cc' });
|
||||||
|
$.removeCookie('page', { path: '/' });
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2270,21 +2304,18 @@ function showCenterImage(imageUrl) {
|
|||||||
// 侧边栏农历信息显示函数
|
// 侧边栏农历信息显示函数
|
||||||
function anian_renderLunarUI() {
|
function anian_renderLunarUI() {
|
||||||
const textEl = document.getElementById('anianLunarText');
|
const textEl = document.getElementById('anianLunarText');
|
||||||
const cookieName = 'anian_lunar_info';
|
|
||||||
const defaultText = '一日不见如隔三秋';
|
|
||||||
const maxRetries = 20;
|
|
||||||
|
|
||||||
if (!textEl) return;
|
if (!textEl) return;
|
||||||
|
|
||||||
const doRender = (data) => {
|
const doRender = (data) => {
|
||||||
if (!data) {
|
if (!data) {
|
||||||
textEl.innerHTML = defaultText;
|
textEl.innerHTML = '一日不见 · 如隔三秋';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const { ganzhiYear = '', lunarMonth = '', lunarDay = '', jieqi = '', jijie = '', traditionalFestival = '' } = data;
|
const { ganzhiYear = '', lunarMonth = '', lunarDay = '', jieqi = '', jijie = '', traditionalFestival = '', shengxiao = '' } = data;
|
||||||
|
|
||||||
let text = `${ganzhiYear}年${lunarMonth}${lunarDay}`;
|
let text = `${ganzhiYear}${shengxiao}年 · ${lunarMonth}月${lunarDay}`;
|
||||||
const extra = [];
|
const extra = [];
|
||||||
if (jieqi) extra.push(jieqi);
|
if (jieqi) extra.push(jieqi);
|
||||||
if (traditionalFestival) extra.push(traditionalFestival);
|
if (traditionalFestival) extra.push(traditionalFestival);
|
||||||
@@ -2299,13 +2330,13 @@ function anian_renderLunarUI() {
|
|||||||
const tryRender = (attempt) => {
|
const tryRender = (attempt) => {
|
||||||
let data = null;
|
let data = null;
|
||||||
try {
|
try {
|
||||||
const cookieVal = anian_getCookie(cookieName);
|
const cookieVal = $.cookie('anian_lunar_info');
|
||||||
if (cookieVal) data = JSON.parse(cookieVal);
|
if (cookieVal) data = JSON.parse(cookieVal);
|
||||||
} catch (_) { }
|
} catch (_) { }
|
||||||
|
|
||||||
if (data) {
|
if (data) {
|
||||||
doRender(data);
|
doRender(data);
|
||||||
} else if (attempt < maxRetries) {
|
} else if (attempt < 20) {
|
||||||
setTimeout(() => tryRender(attempt + 1), 500);
|
setTimeout(() => tryRender(attempt + 1), 500);
|
||||||
} else {
|
} else {
|
||||||
doRender(null);
|
doRender(null);
|
||||||
@@ -2513,7 +2544,8 @@ function markAsRead(combinedDateStr) {
|
|||||||
const noticeBtn = document.getElementById('noticeBtn');
|
const noticeBtn = document.getElementById('noticeBtn');
|
||||||
if (!noticeBubble || !noticeBtn) return;
|
if (!noticeBubble || !noticeBtn) return;
|
||||||
|
|
||||||
$.cookie('latest_notice_date', combinedDateStr, { path: '/', domain: 'anian.cc', expires: 365 });
|
// $.cookie('latest_notice_date', combinedDateStr, { path: '/', domain: 'anian.cc', expires: 365 });
|
||||||
|
$.cookie('latest_notice_date', combinedDateStr, { path: '/', expires: 365 });
|
||||||
noticeBubble.classList.remove('show');
|
noticeBubble.classList.remove('show');
|
||||||
noticeBtn.classList.remove('has-notice');
|
noticeBtn.classList.remove('has-notice');
|
||||||
}
|
}
|
||||||
@@ -2561,6 +2593,7 @@ async function initNoticeTip() {
|
|||||||
if (hasUnread) {
|
if (hasUnread) {
|
||||||
noticeBubble.classList.add('show');
|
noticeBubble.classList.add('show');
|
||||||
noticeBtn.classList.add('has-notice');
|
noticeBtn.classList.add('has-notice');
|
||||||
|
$('.footer_menu a[href="/navigator"]').css('color', '#ecc94b').find('i').css('color', '#ecc94b');
|
||||||
} else {
|
} else {
|
||||||
noticeBubble.classList.remove('show');
|
noticeBubble.classList.remove('show');
|
||||||
noticeBtn.classList.remove('has-notice');
|
noticeBtn.classList.remove('has-notice');
|
||||||
@@ -2586,78 +2619,131 @@ function anianxSpeedMoveArrow(btn) {
|
|||||||
anianxSpeedBubble.style.setProperty("--anianx-arrow", center + "px");
|
anianxSpeedBubble.style.setProperty("--anianx-arrow", center + "px");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (location.hostname === "anian.cc") {
|
function anianxSpeedSetTooltip(btn, text) {
|
||||||
anianxSpeedMainLine.classList.add("anianx-fixed");
|
if (!btn) return;
|
||||||
anianxSpeedBubbleText.classList.remove("anianx-loading");
|
btn.setAttribute("title", text);
|
||||||
anianxSpeedBubbleText.innerText = "当前为主线路";
|
btn.setAttribute("uk-tooltip", "pos: top; offset: 2;");
|
||||||
anianxSpeedMoveArrow(anianxSpeedMainLine);
|
|
||||||
} else if (location.hostname === "www.anian.cc") {
|
|
||||||
anianxSpeedSubLine.classList.add("anianx-fixed");
|
|
||||||
anianxSpeedBubbleText.classList.remove("anianx-loading");
|
|
||||||
anianxSpeedBubbleText.innerText = "当前为副线路";
|
|
||||||
anianxSpeedMoveArrow(anianxSpeedSubLine);
|
|
||||||
} else {
|
|
||||||
anianxSpeedBubbleText.classList.remove("anianx-loading");
|
|
||||||
anianxSpeedBubbleText.innerText = "当前为测试线路";
|
|
||||||
anianxSpeedMoveArrow(anianxSpeedTestLine);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function anianxSpeedClearTooltip(btn) {
|
||||||
|
if (!btn) return;
|
||||||
|
btn.removeAttribute("title");
|
||||||
|
btn.removeAttribute("uk-tooltip");
|
||||||
|
}
|
||||||
|
|
||||||
|
function anianxSpeedFetchLuckWithTimeout(timeout) {
|
||||||
|
const controller = new AbortController();
|
||||||
|
const timer = setTimeout(() => controller.abort(), timeout);
|
||||||
|
|
||||||
|
return fetch("https://api.anian.cc/luck", {
|
||||||
|
signal: controller.signal
|
||||||
|
}).then(response => {
|
||||||
|
if (!response.ok) {
|
||||||
|
throw new Error(`HTTP ${response.status}`);
|
||||||
|
}
|
||||||
|
return response.json();
|
||||||
|
}).finally(() => {
|
||||||
|
clearTimeout(timer);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function anianxSpeedBuildLuckTooltip(idText, poetryText, meaningText, explanationText) {
|
||||||
|
const signText = idText ? `第${idText}签。` : "第?签";
|
||||||
|
return [
|
||||||
|
signText,
|
||||||
|
poetryText || "",
|
||||||
|
meaningText || "",
|
||||||
|
explanationText || ""
|
||||||
|
].join("||  ");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (anianxSpeedMainLine) {
|
||||||
anianxSpeedMainLine.addEventListener("click", () => {
|
anianxSpeedMainLine.addEventListener("click", () => {
|
||||||
if (anianxSpeedGlobalLock) return;
|
if (anianxSpeedGlobalLock) return;
|
||||||
anianxSpeedMoveArrow(anianxSpeedMainLine);
|
anianxSpeedMoveArrow(anianxSpeedMainLine);
|
||||||
anianxSpeedGlobalLock = true;
|
anianxSpeedGlobalLock = true;
|
||||||
if (anianxSpeedMainLine.classList.contains("anianx-fixed")) {
|
anianxSpeedClearTooltip(anianxSpeedBubbleText);
|
||||||
anianxSpeedBubbleText.classList.remove("anianx-loading");
|
|
||||||
anianxSpeedBubbleText.innerText = "当前为主线路";
|
|
||||||
anianxSpeedGlobalLock = false;
|
|
||||||
} else {
|
|
||||||
anianxSpeedBubbleText.classList.add("anianx-loading");
|
anianxSpeedBubbleText.classList.add("anianx-loading");
|
||||||
anianxSpeedBubbleText.innerText = "正在切换至主线路";
|
anianxSpeedBubbleText.innerText = "抽取中";
|
||||||
anianxSpeedMoveArrow(anianxSpeedMainLine);
|
|
||||||
const currentScrollTop = window.scrollY || document.documentElement.scrollTop;
|
|
||||||
$.cookie('scrollParam', currentScrollTop, { path: '/', domain: 'anian.cc' });
|
|
||||||
const finalUrl = anianxSpeedMainLine.dataset.anianxHref + location.pathname +
|
|
||||||
location.search + location.hash;
|
|
||||||
location.href = finalUrl;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
anianxSpeedSubLine.addEventListener("click", () => {
|
const request = anianxSpeedFetchLuckWithTimeout(5000);
|
||||||
if (anianxSpeedGlobalLock) return;
|
|
||||||
anianxSpeedMoveArrow(anianxSpeedSubLine);
|
request.then(data => {
|
||||||
anianxSpeedGlobalLock = true;
|
const result = data || {};
|
||||||
if (anianxSpeedSubLine.classList.contains("anianx-fixed")) {
|
const typeText = result.type || "";
|
||||||
|
const titleText = result.title || "";
|
||||||
|
const idText = result.id || "";
|
||||||
|
const explanationText = result.explanation || "";
|
||||||
|
const poetryText = result.poetry || "";
|
||||||
|
const meaningText = result.meaning || "";
|
||||||
|
anianxSpeedBubbleText.innerText = [typeText, titleText].filter(Boolean).join(" · ") || "抽取成功";
|
||||||
|
anianxSpeedSetTooltip(anianxSpeedBubbleText, anianxSpeedBuildLuckTooltip(idText, poetryText, meaningText, explanationText));
|
||||||
|
}).catch(() => {
|
||||||
|
anianxSpeedClearTooltip(anianxSpeedBubbleText);
|
||||||
|
anianxSpeedBubbleText.innerText = "失败:超时或发生错误";
|
||||||
|
}).finally(() => {
|
||||||
anianxSpeedBubbleText.classList.remove("anianx-loading");
|
anianxSpeedBubbleText.classList.remove("anianx-loading");
|
||||||
anianxSpeedBubbleText.innerText = "当前为副线路";
|
|
||||||
anianxSpeedGlobalLock = false;
|
anianxSpeedGlobalLock = false;
|
||||||
} else {
|
|
||||||
anianxSpeedBubbleText.classList.add("anianx-loading");
|
|
||||||
anianxSpeedBubbleText.innerText = "正在切换至副线路";
|
|
||||||
anianxSpeedMoveArrow(anianxSpeedSubLine);
|
|
||||||
const currentScrollTop = window.scrollY || document.documentElement.scrollTop;
|
|
||||||
const baseUrl = anianxSpeedSubLine.dataset.anianxHref + location.pathname + location.search;
|
|
||||||
$.cookie('scrollParam', currentScrollTop, { path: '/', domain: 'anian.cc' });
|
|
||||||
const finalUrl = baseUrl + location.hash;
|
|
||||||
location.href = finalUrl;
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
if (anianxSpeedTestLine) {
|
||||||
anianxSpeedTestLine.addEventListener("click", () => {
|
anianxSpeedTestLine.addEventListener("click", () => {
|
||||||
if (anianxSpeedGlobalLock) return;
|
if (anianxSpeedGlobalLock) return;
|
||||||
anianxSpeedMoveArrow(anianxSpeedTestLine);
|
anianxSpeedMoveArrow(anianxSpeedTestLine);
|
||||||
anianxSpeedGlobalLock = true;
|
anianxSpeedGlobalLock = true;
|
||||||
|
anianxSpeedClearTooltip(anianxSpeedBubbleText);
|
||||||
anianxSpeedBubbleText.classList.add("anianx-loading");
|
anianxSpeedBubbleText.classList.add("anianx-loading");
|
||||||
anianxSpeedBubbleText.innerText = "测速中";
|
anianxSpeedBubbleText.innerText = "测速中";
|
||||||
anianxSpeedTestWithTimeout(7500).then(result => {
|
Promise.all([
|
||||||
|
anianxSpeedTestWithTimeout(10000),
|
||||||
|
anianxSpeedFetchIpWithTimeout(5000)
|
||||||
|
]).then(([speedResult, ipResult]) => {
|
||||||
anianxSpeedBubbleText.classList.remove("anianx-loading");
|
anianxSpeedBubbleText.classList.remove("anianx-loading");
|
||||||
anianxSpeedBubbleText.innerText = result;
|
anianxSpeedBubbleText.innerText = speedResult;
|
||||||
|
// 设置tooltip显示IP地址
|
||||||
|
const tooltipText = ipResult ? `IP地址: ${ipResult}` : "IP地址获取失败";
|
||||||
|
anianxSpeedSetTooltip(anianxSpeedBubbleText, tooltipText);
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
|
anianxSpeedClearTooltip(anianxSpeedBubbleText);
|
||||||
anianxSpeedBubbleText.classList.remove("anianx-loading");
|
anianxSpeedBubbleText.classList.remove("anianx-loading");
|
||||||
anianxSpeedBubbleText.innerText = "请检查网络或切换线路";
|
anianxSpeedBubbleText.innerText = "失败:超时或发生错误";
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
anianxSpeedGlobalLock = false;
|
anianxSpeedGlobalLock = false;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
if (anianxSpeedSubLine) {
|
||||||
|
anianxSpeedSubLine.addEventListener("click", () => {
|
||||||
|
if (anianxSpeedGlobalLock) return;
|
||||||
|
anianxSpeedMoveArrow(anianxSpeedSubLine);
|
||||||
|
anianxSpeedGlobalLock = true;
|
||||||
|
anianxSpeedClearTooltip(anianxSpeedBubbleText);
|
||||||
|
anianxSpeedBubbleText.classList.add("anianx-loading");
|
||||||
|
anianxSpeedBubbleText.innerText = "加载中";
|
||||||
|
|
||||||
|
anianxSpeedFetchXiehouyuWithTimeout(5000).then(data => {
|
||||||
|
anianxSpeedBubbleText.classList.remove("anianx-loading");
|
||||||
|
if (data && data.riddle) {
|
||||||
|
anianxSpeedBubbleText.innerText = data.riddle;
|
||||||
|
// 设置tooltip显示答案
|
||||||
|
const tooltipText = data.answer || "暂无答案";
|
||||||
|
anianxSpeedSetTooltip(anianxSpeedBubbleText, tooltipText);
|
||||||
|
} else {
|
||||||
|
anianxSpeedClearTooltip(anianxSpeedBubbleText);
|
||||||
|
anianxSpeedBubbleText.innerText = "失败:超时或发生错误";
|
||||||
|
}
|
||||||
|
}).catch(() => {
|
||||||
|
anianxSpeedClearTooltip(anianxSpeedBubbleText);
|
||||||
|
anianxSpeedBubbleText.classList.remove("anianx-loading");
|
||||||
|
anianxSpeedBubbleText.innerText = "失败:超时或发生错误";
|
||||||
|
}).finally(() => {
|
||||||
|
anianxSpeedGlobalLock = false;
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
function anianxSpeedTestWithTimeout(timeout) {
|
function anianxSpeedTestWithTimeout(timeout) {
|
||||||
const controller = new AbortController();
|
const controller = new AbortController();
|
||||||
@@ -2673,7 +2759,7 @@ function anianxSpeedTestWithTimeout(timeout) {
|
|||||||
const sec = (Date.now() - t0) / 1000;
|
const sec = (Date.now() - t0) / 1000;
|
||||||
const mbps = ((size * 8) / (sec * 1024 * 1024)).toFixed(2);
|
const mbps = ((size * 8) / (sec * 1024 * 1024)).toFixed(2);
|
||||||
clearTimeout(timer);
|
clearTimeout(timer);
|
||||||
resolve("正常:" + mbps + " Mbps");
|
resolve("访问速率:" + mbps + " Mbps");
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
clearTimeout(timer);
|
clearTimeout(timer);
|
||||||
reject(e);
|
reject(e);
|
||||||
@@ -2681,6 +2767,46 @@ function anianxSpeedTestWithTimeout(timeout) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function anianxSpeedFetchIpWithTimeout(timeout) {
|
||||||
|
const controller = new AbortController();
|
||||||
|
const timer = setTimeout(() => controller.abort(), timeout);
|
||||||
|
|
||||||
|
return fetch("https://api.anian.cc/ip", {
|
||||||
|
signal: controller.signal
|
||||||
|
}).then(response => {
|
||||||
|
if (!response.ok) {
|
||||||
|
throw new Error(`HTTP ${response.status}`);
|
||||||
|
}
|
||||||
|
return response.json();
|
||||||
|
}).then(data => {
|
||||||
|
clearTimeout(timer);
|
||||||
|
return data.ip || "";
|
||||||
|
}).catch(e => {
|
||||||
|
clearTimeout(timer);
|
||||||
|
return "";
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function anianxSpeedFetchXiehouyuWithTimeout(timeout) {
|
||||||
|
const controller = new AbortController();
|
||||||
|
const timer = setTimeout(() => controller.abort(), timeout);
|
||||||
|
|
||||||
|
return fetch("https://api.anian.cc/xiehouyu", {
|
||||||
|
signal: controller.signal
|
||||||
|
}).then(response => {
|
||||||
|
if (!response.ok) {
|
||||||
|
throw new Error(`HTTP ${response.status}`);
|
||||||
|
}
|
||||||
|
return response.json();
|
||||||
|
}).then(data => {
|
||||||
|
clearTimeout(timer);
|
||||||
|
return data;
|
||||||
|
}).catch(e => {
|
||||||
|
clearTimeout(timer);
|
||||||
|
return null;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
function initTagSwitch() {
|
function initTagSwitch() {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
@@ -2713,6 +2839,11 @@ function initTagSwitch() {
|
|||||||
const linkText = $(this).clone().find('span').remove().end().text().trim();
|
const linkText = $(this).clone().find('span').remove().end().text().trim();
|
||||||
return linkText === activeTag;
|
return linkText === activeTag;
|
||||||
});
|
});
|
||||||
|
} else if (pathname === '/douban') {
|
||||||
|
targetLink = $('.douban_cat_nav ul li a').filter(function () {
|
||||||
|
const linkText = $(this).clone().find('span').remove().end().text().trim();
|
||||||
|
return linkText === activeTag;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (targetLink.length > 0) {
|
if (targetLink.length > 0) {
|
||||||
@@ -2730,6 +2861,8 @@ window.loadMoreTimeout = false;
|
|||||||
function loadMultiplePages(pageCount) {
|
function loadMultiplePages(pageCount) {
|
||||||
return new Promise((resolve) => {
|
return new Promise((resolve) => {
|
||||||
let loadedCount = 0;
|
let loadedCount = 0;
|
||||||
|
const bootstrapStartTime = Date.now();
|
||||||
|
const bootstrapTimeout = 10000;
|
||||||
window.forceStopLoading = false; // 每次启动重置标志位
|
window.forceStopLoading = false; // 每次启动重置标志位
|
||||||
|
|
||||||
const getCurrentBtn = () => {
|
const getCurrentBtn = () => {
|
||||||
@@ -2748,6 +2881,11 @@ function loadMultiplePages(pageCount) {
|
|||||||
|
|
||||||
const $btn = getCurrentBtn();
|
const $btn = getCurrentBtn();
|
||||||
if (!$btn || !$btn.length) {
|
if (!$btn || !$btn.length) {
|
||||||
|
// 慢网下分页按钮可能尚未渲染,短暂等待后再尝试
|
||||||
|
if (Date.now() - bootstrapStartTime < bootstrapTimeout) {
|
||||||
|
setTimeout(loadNext, 120);
|
||||||
|
return;
|
||||||
|
}
|
||||||
resolve();
|
resolve();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -2756,6 +2894,7 @@ function loadMultiplePages(pageCount) {
|
|||||||
const oldHref = $btn.attr('data');
|
const oldHref = $btn.attr('data');
|
||||||
const pageStartTime = Date.now();
|
const pageStartTime = Date.now();
|
||||||
$btn.trigger('click'); // 加载更多
|
$btn.trigger('click'); // 加载更多
|
||||||
|
// console.log(`正在加载第 ${loadedCount + 1} 页,URL: ${oldHref}`);
|
||||||
|
|
||||||
const waitInterval = setInterval(() => {
|
const waitInterval = setInterval(() => {
|
||||||
const now = Date.now();
|
const now = Date.now();
|
||||||
@@ -2797,44 +2936,54 @@ function initjump() {
|
|||||||
const page = $.cookie('page');
|
const page = $.cookie('page');
|
||||||
const scrollParam = $.cookie('scrollParam');
|
const scrollParam = $.cookie('scrollParam');
|
||||||
const loadType = $.cookie('load_type')
|
const loadType = $.cookie('load_type')
|
||||||
$.removeCookie('scrollParam', { path: '/', domain: 'anian.cc' });
|
const hasValidPage = page && !isNaN(page);
|
||||||
$.removeCookie('page', { path: '/', domain: 'anian.cc' });
|
const hasValidScroll = scrollParam && !isNaN(scrollParam);
|
||||||
$.removeCookie('load_type', { path: '/', domain: 'anian.cc' });
|
const shouldLoadAndScroll = hasValidPage && hasValidScroll;
|
||||||
|
// $.removeCookie('scrollParam', { path: '/', domain: 'anian.cc' });
|
||||||
|
// $.removeCookie('page', { path: '/', domain: 'anian.cc' });
|
||||||
|
// $.removeCookie('load_type', { path: '/', domain: 'anian.cc' });
|
||||||
|
$.removeCookie('scrollParam', { path: '/' });
|
||||||
|
$.removeCookie('page', { path: '/' });
|
||||||
|
$.removeCookie('load_type', { path: '/' });
|
||||||
window.scroll_param = scrollParam;
|
window.scroll_param = scrollParam;
|
||||||
if (scrollParam && !isNaN(scrollParam)) {
|
if (hasValidScroll) {
|
||||||
closeLoading = cocoMessage.loading('自动恢复原线路内容中...');
|
closeLoading = cocoMessage.loading('自动恢复原内容中...');
|
||||||
}
|
}
|
||||||
initTagSwitch().then(() => {
|
initTagSwitch().then(() => {
|
||||||
const loadPageTask = () => {
|
const loadPageTask = () => {
|
||||||
if (page && !isNaN(page)) {
|
if (shouldLoadAndScroll) {
|
||||||
const targetPage = Number(page) - 1;
|
const targetPage = Number(page) - 1;
|
||||||
return loadMultiplePages(targetPage);
|
return loadMultiplePages(targetPage);
|
||||||
}
|
}
|
||||||
return Promise.resolve();
|
return Promise.resolve();
|
||||||
};
|
};
|
||||||
if (scrollParam && !isNaN(scrollParam)) {
|
|
||||||
loadPageTask().then(() => {
|
loadPageTask().then(() => {
|
||||||
closeLoading?.()
|
closeLoading?.()
|
||||||
|
if (hasValidScroll) {
|
||||||
const recordScroll = Number(scrollParam);
|
const recordScroll = Number(scrollParam);
|
||||||
const maxScroll = document.documentElement.scrollHeight - window.innerHeight;
|
const maxScroll = document.documentElement.scrollHeight - window.innerHeight;
|
||||||
const scrollDistance = Math.min(recordScroll, maxScroll);
|
const scrollDistance = Math.min(recordScroll, maxScroll);
|
||||||
$('html, body').animate({ scrollTop: scrollDistance }, 500);
|
$('html, body').animate({ scrollTop: scrollDistance }, 500);
|
||||||
if (recordScroll > maxScroll && (recordScroll - maxScroll) > 200) {
|
switch (loadType) {
|
||||||
cocoMessage.warning('请手动加载原线路内容');
|
case 'create':
|
||||||
} else if (loadType === 'create') {
|
|
||||||
cocoMessage.success('发布成功!');
|
cocoMessage.success('发布成功!');
|
||||||
} else if (loadType === 'update') {
|
break;
|
||||||
|
case 'update':
|
||||||
cocoMessage.success('更新成功!');
|
cocoMessage.success('更新成功!');
|
||||||
} else if (loadType === 'login') {
|
break;
|
||||||
|
case 'login':
|
||||||
cocoMessage.success('登录成功!');
|
cocoMessage.success('登录成功!');
|
||||||
} else if (loadType === 'logout') {
|
break;
|
||||||
|
case 'logout':
|
||||||
cocoMessage.success('登出成功!');
|
cocoMessage.success('登出成功!');
|
||||||
} else {
|
break;
|
||||||
const msg = location.hostname === "anian.cc" ? '主线路' : (location.hostname === "www.anian.cc" ? '副线路' : '测试线路');
|
// default:
|
||||||
cocoMessage.success('已成功切换至${msg}');
|
// const line_msg = location.hostname === "anian.cc" ? '主线路' : (location.hostname === "www.anian.cc" ? '副线路' : '测试线路');
|
||||||
|
// cocoMessage.success('已成功切换至' + line_msg);
|
||||||
|
}
|
||||||
|
if (recordScroll > maxScroll && (recordScroll - maxScroll) > 200) { cocoMessage.warning('请手动加载原内容'); }
|
||||||
}
|
}
|
||||||
}).catch(() => closeLoading?.());
|
}).catch(() => closeLoading?.());
|
||||||
}
|
|
||||||
}).catch(() => closeLoading?.());
|
}).catch(() => closeLoading?.());
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2854,7 +3003,7 @@ async function handleSubscribe(event) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
btn.disabled = true;
|
btn.disabled = true;
|
||||||
show("正在提交…");
|
show("正在提交...");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const res = await fetch(
|
const res = await fetch(
|
||||||
|
|||||||
@@ -280,17 +280,16 @@ window.currentDeletePid = null;
|
|||||||
// 删除片刻文章 - 打开弹窗
|
// 删除片刻文章 - 打开弹窗
|
||||||
$('body').on('click', '.control_delete_post', function () {
|
$('body').on('click', '.control_delete_post', function () {
|
||||||
window.currentDeletePid = $(this).parent().attr('pid');
|
window.currentDeletePid = $(this).parent().attr('pid');
|
||||||
openModal('删除确认', '确定删除瞬间?该条数据将被永久移除。', 'red');
|
openModal('删除确认', '确定删除瞬间?该条数据将被永久移除!', 'red');
|
||||||
});
|
|
||||||
|
|
||||||
// 点击取消按钮 - 关闭弹窗
|
// 点击取消按钮 - 关闭弹窗
|
||||||
$('body').on('click', '#momentsCancelDeleteBtn', function (e) {
|
$('body').on('click', '#momentsCancelBtn', function (e) {
|
||||||
$('#momentsDeleteModal').fadeOut(200);
|
$('#momentsDeleteModal').fadeOut(200);
|
||||||
window.currentDeletePid = null;
|
window.currentDeletePid = null;
|
||||||
});
|
});
|
||||||
|
|
||||||
// 点击确认删除 - 执行 AJAX
|
// 点击确认删除 - 执行 AJAX
|
||||||
$('body').on('click', '#momentsConfirmDeleteBtn', function () {
|
$('body').on('click', '#momentsConfirmBtn', function () {
|
||||||
var pid = window.currentDeletePid;
|
var pid = window.currentDeletePid;
|
||||||
if (!pid) return;
|
if (!pid) return;
|
||||||
let closeLoading = cocoMessage.loading('正在删除...');
|
let closeLoading = cocoMessage.loading('正在删除...');
|
||||||
@@ -323,6 +322,7 @@ $('body').on('click', '#momentsConfirmDeleteBtn', function () {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
//置顶片刻
|
//置顶片刻
|
||||||
$('body').on('click', '.sticky_btn', function () {
|
$('body').on('click', '.sticky_btn', function () {
|
||||||
|
|||||||
@@ -27,7 +27,13 @@ const poster = (function() {
|
|||||||
* @param {object} config - 配置对象
|
* @param {object} config - 配置对象
|
||||||
*/
|
*/
|
||||||
function init(config) {
|
function init(config) {
|
||||||
const $container = document.querySelector(config.selector)
|
const $container = config.container || document.querySelector(config.selector)
|
||||||
|
if (!$container) {
|
||||||
|
if (config.callback) {
|
||||||
|
config.callback(null)
|
||||||
|
}
|
||||||
|
return
|
||||||
|
}
|
||||||
// ------------------ 【修复点 2:清理容器,避免PJAX残余】 ------------------
|
// ------------------ 【修复点 2:清理容器,避免PJAX残余】 ------------------
|
||||||
// 在重新绘制前,确保清空容器,移除旧的 img 和 wrapper
|
// 在重新绘制前,确保清空容器,移除旧的 img 和 wrapper
|
||||||
$container.innerHTML = '';
|
$container.innerHTML = '';
|
||||||
@@ -121,7 +127,7 @@ const poster = (function() {
|
|||||||
|
|
||||||
// 3. 绘制覆盖层
|
// 3. 绘制覆盖层
|
||||||
ctx.fillStyle="rgba(0, 0, 0, 0.3)";
|
ctx.fillStyle="rgba(0, 0, 0, 0.3)";
|
||||||
ctx.fillRect(20, 20, $canvas.width - 40, $canvas.height / 1.2 - 40);
|
ctx.fillRect(20, 20, $canvas.width - 40, $canvas.height / 1.2 - 40);
|
||||||
|
|
||||||
// 4. 绘制时间 (使用预先绘制好的 Canvas)
|
// 4. 绘制时间 (使用预先绘制好的 Canvas)
|
||||||
ctx.drawImage($day, -20, 50)
|
ctx.drawImage($day, -20, 50)
|
||||||
@@ -165,7 +171,9 @@ const poster = (function() {
|
|||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
console.error('海报图片加载失败:', error);
|
console.error('海报图片加载失败:', error);
|
||||||
// 可在此处添加错误处理,例如显示一个错误信息
|
// 可在此处添加错误处理,例如显示一个错误信息
|
||||||
|
if ($wrapper.parentNode === $container) {
|
||||||
$container.removeChild($wrapper);
|
$container.removeChild($wrapper);
|
||||||
|
}
|
||||||
if (config.callback) {
|
if (config.callback) {
|
||||||
// 即使失败也调用回调,传入 null 或错误信息,以便上层逻辑处理
|
// 即使失败也调用回调,传入 null 或错误信息,以便上层逻辑处理
|
||||||
config.callback(null);
|
config.callback(null);
|
||||||
@@ -356,10 +364,26 @@ const poster = (function() {
|
|||||||
// ajax生成文章海报
|
// ajax生成文章海报
|
||||||
// 此处调用部分需要确保在 PJAX 环境下,该事件监听器能够重新绑定(如果使用传统的 document.ready,在 PJAX 中需要改为监听 pjax:success 等事件)
|
// 此处调用部分需要确保在 PJAX 环境下,该事件监听器能够重新绑定(如果使用传统的 document.ready,在 PJAX 中需要改为监听 pjax:success 等事件)
|
||||||
$('body').on('click', '.cr_poster', function () {
|
$('body').on('click', '.cr_poster', function () {
|
||||||
|
let closeLoading = null;
|
||||||
|
closeLoading = cocoMessage.loading('海报生成中...');
|
||||||
|
var $trigger = $(this);
|
||||||
var post_id = $(this).attr('poster-data');
|
var post_id = $(this).attr('poster-data');
|
||||||
var banner = $(this).attr('banner');
|
var banner = $(this).attr('banner');
|
||||||
var single_content = $('.single-content');
|
var single_content = $('.single-content');
|
||||||
var t_content = $('#post-'+post_id+' .t_content');
|
var t_content = $('#post-'+post_id+' .t_content');
|
||||||
|
var modal = '#share_modal_' + post_id;
|
||||||
|
var $modalList = $(modal);
|
||||||
|
var $modal = $trigger.closest(modal);
|
||||||
|
if ($modal.length === 0) {
|
||||||
|
$modal = $(modal + ':visible').first();
|
||||||
|
}
|
||||||
|
if ($modal.length === 0) {
|
||||||
|
$modal = $modalList.first();
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($modal.length === 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// 确保 content 区域存在
|
// 确保 content 区域存在
|
||||||
var content_element = single_content.length > 0 ? single_content[0] : (t_content.length > 0 ? t_content[0] : null);
|
var content_element = single_content.length > 0 ? single_content[0] : (t_content.length > 0 ? t_content[0] : null);
|
||||||
@@ -392,43 +416,45 @@ $('body').on('click', '.cr_poster', function () {
|
|||||||
|
|
||||||
new QRious({ element: twoCodeCanvas, value: permalink, size: 260, });
|
new QRious({ element: twoCodeCanvas, value: permalink, size: 260, });
|
||||||
|
|
||||||
var poster_box_selector = '#share_modal_' + post_id + ' .poster_box';
|
var $posterBoxAp = $modal.find('.poster_box_ap').first();
|
||||||
|
if ($posterBoxAp.length === 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// ------------------ 【修复点 2:清理容器】 ------------------
|
// ------------------ 【修复点 2:清理容器】 ------------------
|
||||||
// 先移除旧的 poster_box
|
// 仅在当前弹窗作用域内移除旧容器,避免影响 PJAX 残留节点
|
||||||
$('.poster_box').remove();
|
$posterBoxAp.find('.poster_box').remove();
|
||||||
// 重新创建并插入新的 poster_box
|
// 重新创建并插入新的 poster_box
|
||||||
$('#share_modal_' + post_id + ' .poster_box_ap').append('<div class="poster_box"></div>');
|
var $posterBox = $('<div class="poster_box"></div>');
|
||||||
|
$posterBoxAp.append($posterBox);
|
||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
|
|
||||||
if (content_length > 120) {
|
if (content_length > 120) {
|
||||||
content = content.substring(0, 80) + '...'
|
content = content.substring(0, 80) + '...'
|
||||||
}
|
}
|
||||||
|
|
||||||
// Posterdown 函数中不再需要移除 loading_box,因为 init 会清空容器
|
// 海报生成回调
|
||||||
function Posterdown(e) {
|
function Posterdown(e) {
|
||||||
var modal = '#share_modal_' + post_id;
|
|
||||||
|
|
||||||
// 检查海报是否成功生成
|
// 检查海报是否成功生成
|
||||||
if (e && $(modal + ' .poster_box img').length > 0) {
|
if (e && $posterBox.find('img').length > 0) {
|
||||||
var url = $(modal + ' .poster_box img').attr('src');
|
closeLoading?.()
|
||||||
$(modal + ' .post_share_box').removeClass('hide');
|
cocoMessage.success("海报生成成功!") // 图片加载完成后才触发
|
||||||
$(modal + ' .poster_download').attr('href', url).attr('download', 'poster_' + post_id + '.png');
|
var url = $posterBox.find('img').attr('src');
|
||||||
|
var $shareBox = $modal.find('.post_share_box');
|
||||||
|
|
||||||
|
$shareBox.removeClass('hide');
|
||||||
|
$modal.find('.poster_download').attr('href', url).attr('download', 'poster_' + post_id + '.png');
|
||||||
} else {
|
} else {
|
||||||
// 错误处理,如果海报生成失败
|
// 错误处理,如果海报生成失败
|
||||||
cocoMessage.error("海报生成失败,请检查图片链接!");
|
closeLoading?. ();
|
||||||
|
cocoMessage.error("海报生成失败,请重试!")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 移除 loading box 的时机提前,或者在 init 开始前完成
|
|
||||||
// $('.loading_box').remove(); // 原始代码中这行在创建 loading_box 之后,但其作用是移除**所有** .loading_box,可能存在问题
|
|
||||||
|
|
||||||
// 重新添加 loading 状态,并在 init 中等待
|
|
||||||
$(poster_box_selector).append('<div class="loading_box"><div uk-spinner></div></div>');
|
|
||||||
|
|
||||||
poster.init({
|
poster.init({
|
||||||
banner: banner,
|
banner: banner,
|
||||||
selector: poster_box_selector, // 传入完整的选择器
|
selector: modal + ' .poster_box',
|
||||||
|
container: $posterBox[0],
|
||||||
title: title,
|
title: title,
|
||||||
content: content,
|
content: content,
|
||||||
logo: Theme.site_logo,
|
logo: Theme.site_logo,
|
||||||
@@ -436,9 +462,31 @@ $('body').on('click', '.cr_poster', function () {
|
|||||||
description: Theme.admin_des,
|
description: Theme.admin_des,
|
||||||
callback: Posterdown
|
callback: Posterdown
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
// 移除 loading 动画
|
$(document).on('pjax:success', function (event) {
|
||||||
$(poster_box_selector + ' .loading_box').remove();
|
// 清理 PJAX 残留的 modal:只删除那些在当前页面没有对应按钮的 modal
|
||||||
|
var allModals = $('[id^="share_modal_"]');
|
||||||
|
var currentPostIds = {};
|
||||||
|
|
||||||
|
// 收集当前页面所有的 post_id
|
||||||
|
$('.cr_poster').each(function() {
|
||||||
|
var pid = $(this).attr('poster-data');
|
||||||
|
if (pid) {
|
||||||
|
currentPostIds[pid] = true;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// 只删除残留的 modal(不在当前页面按钮列表中的)
|
||||||
|
allModals.each(function() {
|
||||||
|
var $m = $(this);
|
||||||
|
var modalId = $m.attr('id');
|
||||||
|
var postId = modalId ? modalId.replace('share_modal_', '') : null;
|
||||||
|
|
||||||
|
if (postId && !currentPostIds[postId]) {
|
||||||
|
$m.remove();
|
||||||
|
}
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+24
-37
@@ -10,46 +10,33 @@
|
|||||||
|
|
||||||
<div id="pjax-container">
|
<div id="pjax-container">
|
||||||
|
|
||||||
<main id="primary" class="site-main">
|
<div class="blog_list douban_page">
|
||||||
|
<div class="blog_list_inner" uk-height-viewport="offset-top: true">
|
||||||
<div class="page_content" uk-height-viewport="offset-top: true">
|
|
||||||
|
|
||||||
<article class="post-276 page type-page status-publish hentry">
|
|
||||||
<header class="entry-header">
|
|
||||||
<div class="left">
|
|
||||||
<i class="ri-focus-2-line"></i>
|
|
||||||
<h1 class="entry-title" th:text="${title}"></h1>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="entry-content single-content">
|
|
||||||
<section class="db--container">
|
|
||||||
<nav class="db--nav">
|
|
||||||
<div th:each="type : ${types}" class="db--navItem JiEun"
|
|
||||||
th:classappend="${type.key == 'movie' ? 'current' : ''}"
|
|
||||||
th:data-type="${type.key}" th:text="${type.key}"></div>
|
|
||||||
</nav>
|
|
||||||
<div class="db--genres"></div>
|
|
||||||
<div class="db--type">
|
|
||||||
<div class="db--typeItem" data-status="mark">想看</div>
|
|
||||||
<div class="db--typeItem" data-status="doing">在看</div>
|
|
||||||
<div class="db--typeItem is-active" data-status="done">看过</div>
|
|
||||||
</div>
|
|
||||||
<div class="db--list db--list__card" data-type="movie">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="block-more block-more__centered">
|
|
||||||
<div class="lds-ripple u-hide">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
<div class="friends_cat_nav douban_cat_nav">
|
||||||
|
<ul>
|
||||||
|
<li><a data-type="" class="cat-link active">全部<span></span></a></li>
|
||||||
|
<li><a data-type="music" class="cat-link">音乐<span></span></a></li>
|
||||||
|
<li><a data-type="drama" class="cat-link">演出<span></span></a></li>
|
||||||
|
<li><a data-type="book" class="cat-link">图书<span></span></a></li>
|
||||||
|
<li><a data-type="game" class="cat-link">游戏<span></span></a></li>
|
||||||
|
<!-- <li><a data-type="test" class="cat-link">测试<span></span></a></li> -->
|
||||||
|
<li><a data-type="movie" class="cat-link">影视<span></span></a></li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</main>
|
<div id="douban_item" class="moment_list douban_list"></div>
|
||||||
|
|
||||||
|
<div id="douban_pagination" class="u-hide">
|
||||||
|
<div class="post-paging">
|
||||||
|
<a data-next-page="2" th:text="${theme.config.base_set.site_page}"></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="comment_form_reset"></div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
+27
-7
@@ -38,8 +38,7 @@
|
|||||||
|
|
||||||
<div id="post_item" class="moment_list">
|
<div id="post_item" class="moment_list">
|
||||||
|
|
||||||
<div th:each="postInfo, iterstat: ${friends.items}"
|
<div th:each="postInfo, iterstat: ${friends.items}" th:id="${'post-'+postInfo.metadata.name}"
|
||||||
th:id="${'post-'+postInfo.metadata.name}"
|
|
||||||
class="loop_content p_item moment_item uk-animation-slide-bottom-small"
|
class="loop_content p_item moment_item uk-animation-slide-bottom-small"
|
||||||
th:with="spec = ${postInfo.spec}">
|
th:with="spec = ${postInfo.spec}">
|
||||||
|
|
||||||
@@ -72,9 +71,32 @@
|
|||||||
<div th:utext="${spec.description}"></div>
|
<div th:utext="${spec.description}"></div>
|
||||||
</a>
|
</a>
|
||||||
</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}">
|
||||||
|
<!-- 仅使用 imageFiles;字段缺失或为空时不显示图片 -->
|
||||||
|
<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>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -88,11 +110,9 @@
|
|||||||
<!-- 分页:必须保持在 blog_list_inner 里面 -->
|
<!-- 分页:必须保持在 blog_list_inner 里面 -->
|
||||||
<th:block th:if="${friends.totalPages>1}">
|
<th:block th:if="${friends.totalPages>1}">
|
||||||
<div id="t_pagination">
|
<div id="t_pagination">
|
||||||
<div class="post-paging"
|
<div class="post-paging" th:if="${friends.hasNext()}">
|
||||||
th:if="${friends.hasNext()}">
|
|
||||||
<!-- 直接使用后端生成的完整 nextUrl -->
|
<!-- 直接使用后端生成的完整 nextUrl -->
|
||||||
<a th:data="${friends.nextUrl}"
|
<a th:data="${friends.nextUrl}" th:text="${theme.config.base_set.site_page}">
|
||||||
th:text="${theme.config.base_set.site_page}">
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<th:block th:fragment="footer">
|
<th:block th:fragment="footer">
|
||||||
<th:block th:with="customJsVersion='1.2.5-4'">
|
<th:block th:with="customJsVersion='1.2.5-6'">
|
||||||
|
|
||||||
<!-- 奇遇容器 -->
|
<!-- 奇遇容器 -->
|
||||||
<div class="center-img-container" id="centerImgContainer">
|
<div class="center-img-container" id="centerImgContainer">
|
||||||
@@ -41,25 +41,25 @@
|
|||||||
<div class="pixar-notice-image-area">
|
<div class="pixar-notice-image-area">
|
||||||
<p class="pixar-notice-caption">
|
<p class="pixar-notice-caption">
|
||||||
您确定要退出登录吗?<br>
|
您确定要退出登录吗?<br>
|
||||||
请注意!<br>
|
请注意:<br>
|
||||||
未保存的内容将会被清空!
|
未保存的内容将会被清空!
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="pixar-notice-actions">
|
<div class="pixar-notice-actions">
|
||||||
|
|
||||||
<!-- 确认按钮 -->
|
|
||||||
<button class="pixar-notice-btn pixar-notice-btn-confirm" aria-label="Confirm"
|
|
||||||
onclick="confirmPixarAction()">
|
|
||||||
<i class="ri-check-line"></i>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<!-- 关闭按钮 -->
|
<!-- 关闭按钮 -->
|
||||||
<button class="pixar-notice-btn pixar-notice-btn-close" aria-label="Close"
|
<button class="pixar-notice-btn pixar-notice-btn-close" aria-label="Close"
|
||||||
onclick="hidePixarCard()">
|
onclick="hidePixarCard()">
|
||||||
<i class="ri-close-line"></i>
|
<i class="ri-close-line"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
<!-- 确认按钮 -->
|
||||||
|
<button class="pixar-notice-btn pixar-notice-btn-confirm" aria-label="Confirm"
|
||||||
|
onclick="confirmPixarAction()">
|
||||||
|
<i class="ri-check-line"></i>
|
||||||
|
</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -85,15 +85,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="moments-button-group">
|
<div class="moments-button-group">
|
||||||
<button class="moments-btn-confirm" type="button" id="momentsConfirmDeleteBtn">确认</button>
|
<button class="moments-btn-cancel" type="button" id="momentsCancelBtn">取消</button>
|
||||||
<button class="moments-btn-cancel" type="button" id="momentsCancelDeleteBtn">取消</button>
|
<button class="moments-btn-confirm" type="button" id="momentsConfirmBtn">确认</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script th:if="${pluginFinder.available('plugin-douban')}"
|
<!-- <script th:if="${pluginFinder.available('plugin-douban')}"
|
||||||
th:src="@{/plugins/plugin-douban/assets/static/db.min.js(v=${customJsVersion})}" class="pjax"></script>
|
th:src="@{/plugins/plugin-douban/assets/static/db.min.js(v=${customJsVersion})}" class="pjax"></script> -->
|
||||||
<script th:src="@{/assets/libs/axios/axios.min.js(v=${customJsVersion})}" id="axios.min-js"></script>
|
<script th:src="@{/assets/libs/axios/axios.min.js(v=${customJsVersion})}" id="axios.min-js"></script>
|
||||||
<script th:src="@{/assets/libs/jsencrypt/jsencrypt.min.js(v=${customJsVersion})}"
|
<script th:src="@{/assets/libs/jsencrypt/jsencrypt.min.js(v=${customJsVersion})}"
|
||||||
id="jsencrypt.min-js"></script>
|
id="jsencrypt.min-js"></script>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<th:block th:fragment="head" th:with="customJsVersion=${'1.2.5-4'}">
|
<th:block th:fragment="head" th:with="customJsVersion=${'1.2.5-6'}">
|
||||||
<th:block th:replace="~{'modules/variables/msg'}" />
|
<th:block th:replace="~{'modules/variables/msg'}" />
|
||||||
<meta charset="UTF-8">
|
<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">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
<link rel="shortcut icon" th:href="@{${theme.config.base_set.favicon}}" title="Favicon">
|
<link rel="shortcut icon" th:href="@{${theme.config.base_set.favicon}}" title="Favicon">
|
||||||
<meta name="robots" content="max-image-preview:large">
|
<meta name="robots" content="max-image-preview:large">
|
||||||
|
|
||||||
<style>
|
<!-- <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-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-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 { flex-shrink: 0; background-color: #fef3c7; justify-content: center; align-items: center; width: 2.5rem; height: 2.5rem; border-radius: 9999px; display: flex; }
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
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 (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(); } }
|
if (isTestDomain) { if (!noPromptCookie) { cardHeadingEl.textContent = '线路警告'; cardParaEl.textContent = '当前为测试线路,若非开发所需,请优先选择主线路'; switchLineBtn.textContent = '切换主线路'; switchLineBtn.onclick = () => handleLineSwitch('https://anian.cc'); showLineCard(); } }
|
||||||
})();
|
})();
|
||||||
</script>
|
</script> -->
|
||||||
|
|
||||||
<link rel="stylesheet" id="wp-block-library-css" th:href="@{/assets/css/style.min.css(v=${customJsVersion})}" media="all">
|
<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="pix-style-css" th:href="@{/assets/css/style.css(v=${customJsVersion})}" media="all">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
<link rel="stylesheet" id="album-css" th:href="@{/assets/css/album.css(v=${customJsVersion})}" media="all">
|
<link rel="stylesheet" id="album-css" th:href="@{/assets/css/album.css(v=${customJsVersion})}" media="all">
|
||||||
<link rel="stylesheet" id="anian-css" th:href="@{/assets/css/anian.css(v=${customJsVersion})}" media="all">
|
<link rel="stylesheet" id="anian-css" th:href="@{/assets/css/anian.css(v=${customJsVersion})}" media="all">
|
||||||
<link th:if="${theme.config.style.theme_set != 'green-normal' && theme.config.style.theme_set != 'dark-theme'}" rel="stylesheet" id="theme.color-css" th:href="@{/assets/css/{theme_set}.css(theme_set=${theme.config.style.theme_set},v=${customJsVersion})}" media="all">
|
<link th:if="${theme.config.style.theme_set != 'green-normal' && theme.config.style.theme_set != 'dark-theme'}" rel="stylesheet" id="theme.color-css" th:href="@{/assets/css/{theme_set}.css(theme_set=${theme.config.style.theme_set},v=${customJsVersion})}" media="all">
|
||||||
<link th:if="${pluginFinder.available('plugin-douban')}" rel="stylesheet" id="wpd-css-css" th:href="@{/plugins/plugin-douban/assets/static/db.min.css(v=${customJsVersion})}" type="text/css" media="screen">
|
<!-- <link th:if="${pluginFinder.available('plugin-douban')}" rel="stylesheet" id="wpd-css-css" th:href="@{/plugins/plugin-douban/assets/static/db.min.css(v=${customJsVersion})}" type="text/css" media="screen"> -->
|
||||||
|
|
||||||
<style th:if="${not #strings.isEmpty(theme.config.custom.code_css)}" th:utext="${theme.config.custom.code_css}"></style>
|
<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>: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>
|
||||||
|
|||||||
@@ -51,12 +51,12 @@
|
|||||||
// --------------------------
|
// --------------------------
|
||||||
const BANNER_CONFIG = {
|
const BANNER_CONFIG = {
|
||||||
seasonal: {
|
seasonal: {
|
||||||
'春季': '/upload/dingbu-chun.png', // 春季 Banner
|
'春': '/upload/chun.jpg',
|
||||||
'夏季': '/upload/dingbu-xia.png', // 夏季 Banner
|
'夏': '/upload/xia.jpg',
|
||||||
'秋季': '/upload/dingbu-qiu.png', // 秋季 Banner
|
'秋': '/upload/qiu.jpg',
|
||||||
'冬季': '/upload/dingbu-dong.png' // 冬季 Banner
|
'冬': '/upload/dong.jpg'
|
||||||
},
|
},
|
||||||
fallback: '/upload/dingbu-siji.png' // 兜底图
|
fallback: '/upload/dingbu-siji.png'
|
||||||
};
|
};
|
||||||
|
|
||||||
// --------------------------
|
// --------------------------
|
||||||
@@ -66,7 +66,7 @@ function anian_setDailyCookie(name, value) {
|
|||||||
const now = new Date();
|
const now = new Date();
|
||||||
const china = new Date(now.getTime() + 8 * 3600 * 1000);
|
const china = new Date(now.getTime() + 8 * 3600 * 1000);
|
||||||
const expires = new Date(Date.UTC(china.getUTCFullYear(), china.getUTCMonth(), china.getUTCDate(), 15, 59, 59));
|
const expires = new Date(Date.UTC(china.getUTCFullYear(), china.getUTCMonth(), china.getUTCDate(), 15, 59, 59));
|
||||||
document.cookie = `${encodeURIComponent(name)}=${encodeURIComponent(value)}; expires=${expires.toUTCString()}; path=/; domain=anian.cc`;
|
document.cookie = `${encodeURIComponent(name)}=${encodeURIComponent(value)}; expires=${expires.toUTCString()}; path=/`;
|
||||||
}
|
}
|
||||||
|
|
||||||
function anian_getCookie(name) {
|
function anian_getCookie(name) {
|
||||||
@@ -102,7 +102,7 @@ function setBanner(lunarInfo) {
|
|||||||
// 初始化逻辑(优化版)
|
// 初始化逻辑(优化版)
|
||||||
// --------------------------
|
// --------------------------
|
||||||
(function() {
|
(function() {
|
||||||
const apiUrl = 'https://cn.apihz.cn/api/time/getday.php?id=10011724&key=0bdd2d8b3d97c0d476c98a41f108a96f';
|
const apiUrl = 'https://api.anian.cc/lunar';
|
||||||
const cookieName = 'anian_lunar_info';
|
const cookieName = 'anian_lunar_info';
|
||||||
|
|
||||||
// 1. 优先尝试从 Cookie 读取
|
// 1. 优先尝试从 Cookie 读取
|
||||||
@@ -118,16 +118,15 @@ function setBanner(lunarInfo) {
|
|||||||
fetch(apiUrl)
|
fetch(apiUrl)
|
||||||
.then(res => res.json())
|
.then(res => res.json())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
if (data.code !== 200) throw new Error('API Error');
|
// 组装农历信息,保持 cookie 字段名不变
|
||||||
|
|
||||||
// 组装农历信息(保留原有逻辑)
|
|
||||||
const lunarInfo = {
|
const lunarInfo = {
|
||||||
ganzhiYear: data.ganzhinian || '',
|
ganzhiYear: data.nian || '',
|
||||||
lunarMonth: data.nyue || '',
|
lunarMonth: data.yue || '',
|
||||||
lunarDay: data.nri || '',
|
lunarDay: data.ri || '',
|
||||||
jieqi: (data.JIEQICN || '').includes('第1天') ? data.jieqi : '',
|
jieqi: data.jieqi || '',
|
||||||
jijie: data.jijie || '',
|
jijie: data.jijie || '',
|
||||||
traditionalFestival: data.YIFESTIVAL || ''
|
shengxiao: data.shengxiao || '',
|
||||||
|
traditionalFestival: data.jieri || ''
|
||||||
};
|
};
|
||||||
|
|
||||||
// 存 Cookie 并设置 Banner
|
// 存 Cookie 并设置 Banner
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
<style th:if="${theme.config.moments.img_style == 'one'}">
|
<style th:if="${theme.config.moments.img_style == 'one'}">
|
||||||
|
|
||||||
.img_list .list_inner {
|
.img_list .list_inner {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@@ -48,14 +47,13 @@
|
|||||||
width: 30%;
|
width: 30%;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img_list span:nth-child(1):nth-last-child(4),
|
.img_list span:nth-child(1):nth-last-child(4),
|
||||||
.img_list span:nth-child(3):nth-last-child(2),
|
.img_list span:nth-child(3):nth-last-child(2),
|
||||||
.img_list span:nth-child(4):nth-last-child(1) {
|
.img_list span:nth-child(4):nth-last-child(1) {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<style th:if="${theme.config.moments.img_style == 'two'}">
|
<style th:if="${theme.config.moments.img_style == 'two'}">
|
||||||
.img_list span:nth-last-child(1):first-child {
|
.img_list span:nth-last-child(1):first-child {
|
||||||
@@ -137,7 +135,8 @@
|
|||||||
grid-area: 5 / 4 / 7 / 7;
|
grid-area: 5 / 4 / 7 / 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img_list .list_inner[num='5'] span:nth-child(4) img,.img_list .list_inner[num='5'] span:nth-child(5) img {
|
.img_list .list_inner[num='5'] span:nth-child(4) img,
|
||||||
|
.img_list .list_inner[num='5'] span:nth-child(5) img {
|
||||||
height: 127.35px;
|
height: 127.35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -206,7 +205,8 @@
|
|||||||
/* 容器设置:保持 6 列网格,用于计算 1/3 和 1/2 宽度 */
|
/* 容器设置:保持 6 列网格,用于计算 1/3 和 1/2 宽度 */
|
||||||
.img_list .list_inner[num='8'] {
|
.img_list .list_inner[num='8'] {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(6, 1fr); /* 6 列 */
|
grid-template-columns: repeat(6, 1fr);
|
||||||
|
/* 6 列 */
|
||||||
|
|
||||||
max-height: 100vw;
|
max-height: 100vw;
|
||||||
|
|
||||||
@@ -237,11 +237,291 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* 确保第 1 行和第 3 行的宽度不被其他 CSS 规则干扰 */
|
/* 确保第 1 行和第 3 行的宽度不被其他 CSS 规则干扰 */
|
||||||
.img_list .list_inner[num='8'] span:nth-child(-n+3), /* 第 1, 2, 3 个 */
|
.img_list .list_inner[num='8'] span:nth-child(-n+3),
|
||||||
.img_list .list_inner[num='8'] span:nth-child(n+6) { /* 第 6, 7, 8 个 */
|
/* 第 1, 2, 3 个 */
|
||||||
|
.img_list .list_inner[num='8'] span:nth-child(n+6) {
|
||||||
|
/* 第 6, 7, 8 个 */
|
||||||
grid-column: span 2;
|
grid-column: span 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 10 张:完整矩形(6 列,3+2+2+3) */
|
||||||
|
.img_list .list_inner[num='10'] {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(6, 1fr);
|
||||||
|
gap: 6px;
|
||||||
|
padding: 3px;
|
||||||
|
|
||||||
|
justify-content: unset;
|
||||||
|
align-content: unset;
|
||||||
|
align-items: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='10'] span {
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
grid-column: span 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='10'] span:nth-child(4),
|
||||||
|
.img_list .list_inner[num='10'] span:nth-child(5),
|
||||||
|
.img_list .list_inner[num='10'] span:nth-child(6),
|
||||||
|
.img_list .list_inner[num='10'] span:nth-child(7) {
|
||||||
|
grid-column: span 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 11 张:完整矩形(6 列,2+3+3+3) */
|
||||||
|
.img_list .list_inner[num='11'] {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(6, 1fr);
|
||||||
|
gap: 6px;
|
||||||
|
padding: 3px;
|
||||||
|
|
||||||
|
justify-content: unset;
|
||||||
|
align-content: unset;
|
||||||
|
align-items: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='11'] span {
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
grid-column: span 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='11'] span:nth-child(1),
|
||||||
|
.img_list .list_inner[num='11'] span:nth-child(2) {
|
||||||
|
grid-column: span 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 13 张:完整矩形(6 列,3+2+3+2+3) */
|
||||||
|
.img_list .list_inner[num='13'] {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(6, 1fr);
|
||||||
|
gap: 6px;
|
||||||
|
padding: 3px;
|
||||||
|
|
||||||
|
justify-content: unset;
|
||||||
|
align-content: unset;
|
||||||
|
align-items: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='13'] span {
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
grid-column: span 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='13'] span:nth-child(4),
|
||||||
|
.img_list .list_inner[num='13'] span:nth-child(5),
|
||||||
|
.img_list .list_inner[num='13'] span:nth-child(9),
|
||||||
|
.img_list .list_inner[num='13'] span:nth-child(10) {
|
||||||
|
grid-column: span 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 14 张:完整矩形(6 列,3+3+2+3+3) */
|
||||||
|
.img_list .list_inner[num='14'] {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(6, 1fr);
|
||||||
|
gap: 6px;
|
||||||
|
padding: 3px;
|
||||||
|
|
||||||
|
justify-content: unset;
|
||||||
|
align-content: unset;
|
||||||
|
align-items: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='14'] span {
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
grid-column: span 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='14'] span:nth-child(7),
|
||||||
|
.img_list .list_inner[num='14'] span:nth-child(8) {
|
||||||
|
grid-column: span 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 16 张:完整矩形(6 列,3+2+3+3+2+3) */
|
||||||
|
.img_list .list_inner[num='16'] {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(6, 1fr);
|
||||||
|
gap: 6px;
|
||||||
|
padding: 3px;
|
||||||
|
|
||||||
|
justify-content: unset;
|
||||||
|
align-content: unset;
|
||||||
|
align-items: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='16'] span {
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
grid-column: span 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='16'] span:nth-child(4),
|
||||||
|
.img_list .list_inner[num='16'] span:nth-child(5),
|
||||||
|
.img_list .list_inner[num='16'] span:nth-child(12),
|
||||||
|
.img_list .list_inner[num='16'] span:nth-child(13) {
|
||||||
|
grid-column: span 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 17 张:完整矩形(6 列,2+3+2+3+2+3+2) */
|
||||||
|
.img_list .list_inner[num='17'] {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(6, 1fr);
|
||||||
|
gap: 6px;
|
||||||
|
padding: 3px;
|
||||||
|
|
||||||
|
justify-content: unset;
|
||||||
|
align-content: unset;
|
||||||
|
align-items: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='17'] span {
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
grid-column: span 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='17'] span:nth-child(1),
|
||||||
|
.img_list .list_inner[num='17'] span:nth-child(2),
|
||||||
|
.img_list .list_inner[num='17'] span:nth-child(6),
|
||||||
|
.img_list .list_inner[num='17'] span:nth-child(7),
|
||||||
|
.img_list .list_inner[num='17'] span:nth-child(11),
|
||||||
|
.img_list .list_inner[num='17'] span:nth-child(12),
|
||||||
|
.img_list .list_inner[num='17'] span:nth-child(16),
|
||||||
|
.img_list .list_inner[num='17'] span:nth-child(17) {
|
||||||
|
grid-column: span 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 19 张:完整矩形(6 列,3+3+2+3+3+2+3) */
|
||||||
|
.img_list .list_inner[num='19'] {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(6, 1fr);
|
||||||
|
gap: 6px;
|
||||||
|
padding: 3px;
|
||||||
|
|
||||||
|
justify-content: unset;
|
||||||
|
align-content: unset;
|
||||||
|
align-items: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='19'] span {
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
grid-column: span 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='19'] span:nth-child(7),
|
||||||
|
.img_list .list_inner[num='19'] span:nth-child(8),
|
||||||
|
.img_list .list_inner[num='19'] span:nth-child(15),
|
||||||
|
.img_list .list_inner[num='19'] span:nth-child(16) {
|
||||||
|
grid-column: span 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 20 张:完整矩形(6 列,3+2+3+2+3+2+3+2) */
|
||||||
|
.img_list .list_inner[num='20'] {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(6, 1fr);
|
||||||
|
gap: 6px;
|
||||||
|
padding: 3px;
|
||||||
|
|
||||||
|
justify-content: unset;
|
||||||
|
align-content: unset;
|
||||||
|
align-items: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='20'] span {
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
grid-column: span 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='20'] span:nth-child(4),
|
||||||
|
.img_list .list_inner[num='20'] span:nth-child(5),
|
||||||
|
.img_list .list_inner[num='20'] span:nth-child(9),
|
||||||
|
.img_list .list_inner[num='20'] span:nth-child(10),
|
||||||
|
.img_list .list_inner[num='20'] span:nth-child(14),
|
||||||
|
.img_list .list_inner[num='20'] span:nth-child(15),
|
||||||
|
.img_list .list_inner[num='20'] span:nth-child(19),
|
||||||
|
.img_list .list_inner[num='20'] span:nth-child(20) {
|
||||||
|
grid-column: span 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 22 张:完整矩形(6 列,3+3+2+3+3+2+3+3) */
|
||||||
|
.img_list .list_inner[num='22'] {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(6, 1fr);
|
||||||
|
gap: 6px;
|
||||||
|
padding: 3px;
|
||||||
|
|
||||||
|
justify-content: unset;
|
||||||
|
align-content: unset;
|
||||||
|
align-items: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='22'] span {
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
grid-column: span 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='22'] span:nth-child(7),
|
||||||
|
.img_list .list_inner[num='22'] span:nth-child(8),
|
||||||
|
.img_list .list_inner[num='22'] span:nth-child(15),
|
||||||
|
.img_list .list_inner[num='22'] span:nth-child(16) {
|
||||||
|
grid-column: span 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 23 张:完整矩形(6 列,3+2+3+2+3+2+3+2+3) */
|
||||||
|
.img_list .list_inner[num='23'] {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(6, 1fr);
|
||||||
|
gap: 6px;
|
||||||
|
padding: 3px;
|
||||||
|
|
||||||
|
justify-content: unset;
|
||||||
|
align-content: unset;
|
||||||
|
align-items: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='23'] span {
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
grid-column: span 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_list .list_inner[num='23'] span:nth-child(4),
|
||||||
|
.img_list .list_inner[num='23'] span:nth-child(5),
|
||||||
|
.img_list .list_inner[num='23'] span:nth-child(9),
|
||||||
|
.img_list .list_inner[num='23'] span:nth-child(10),
|
||||||
|
.img_list .list_inner[num='23'] span:nth-child(14),
|
||||||
|
.img_list .list_inner[num='23'] span:nth-child(15),
|
||||||
|
.img_list .list_inner[num='23'] span:nth-child(19),
|
||||||
|
.img_list .list_inner[num='23'] span:nth-child(20) {
|
||||||
|
grid-column: span 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.img_list span img {
|
.img_list span img {
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@ spec:
|
|||||||
issues: "https://github.com/chengzhongxue/halo-theme-pix/issues"
|
issues: "https://github.com/chengzhongxue/halo-theme-pix/issues"
|
||||||
settingName: "theme-pix-setting"
|
settingName: "theme-pix-setting"
|
||||||
configMapName: "theme-pix-configMap"
|
configMapName: "theme-pix-configMap"
|
||||||
version: "1.2.5-4"
|
version: "1.2.5-6"
|
||||||
require: ">=2.20.0"
|
require: ">=2.20.0"
|
||||||
customTemplates:
|
customTemplates:
|
||||||
page:
|
page:
|
||||||
|
|||||||
Reference in New Issue
Block a user