重写目录样式;适配新域名
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://api.anian.cc" target="_blank">
|
||||
<a href="https://api.anian.net" target="_blank">
|
||||
<div class="link-card-default">
|
||||
<div class="decor-circle" style="position: absolute; top: -20px; right: -20px; width: 80px; height: 80px; background: #d8f3dc; border-radius: 50%; opacity: 0.3; transition: all 0.5s ease;"></div>
|
||||
<div style="position: relative; z-index: 1;">
|
||||
@@ -130,7 +130,7 @@
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://git.anian.cc" target="_blank">
|
||||
<a href="https://git.anian.net" target="_blank">
|
||||
<div class="link-card-default">
|
||||
<div class="decor-circle" style="position: absolute; top: -20px; right: -20px; width: 80px; height: 80px; background: #d8f3dc; border-radius: 50%; opacity: 0.3; transition: all 0.5s ease;"></div>
|
||||
<div style="position: relative; z-index: 1;">
|
||||
@@ -207,7 +207,7 @@
|
||||
|
||||
const noticeLink = noticeCard.closest('a');
|
||||
noticeLink.onclick = function() {
|
||||
// $.cookie('latest_notice_date', combinedDateStr, { path: '/', domain: 'anian.cc', expires: 365 });
|
||||
// $.cookie('latest_notice_date', combinedDateStr, { path: '/', domain: 'anian.net', expires: 365 });
|
||||
$.cookie('latest_notice_date', combinedDateStr, { path: '/', expires: 365 });
|
||||
typeof markAsRead === 'function' && markAsRead(combinedDateStr);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user