重构课外书;更新侧边栏;修复模态框、分享海报异常
This commit is contained in:
@@ -207,7 +207,8 @@
|
||||
|
||||
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.cc', expires: 365 });
|
||||
$.cookie('latest_notice_date', combinedDateStr, { path: '/', expires: 365 });
|
||||
typeof markAsRead === 'function' && markAsRead(combinedDateStr);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user