改变 Google Scholar 颜色

This commit is contained in:
2024-09-25 17:19:19 +08:00
parent 0092fffba3
commit 1a247a2459
16 changed files with 17 additions and 17 deletions

View File

@@ -7224,7 +7224,7 @@ function article_con() {
$('.wen_jian .right>p').html(result.data.cite);
if ((Math.round(Date.parse(new Date()) / 1000) - j_artc.ctime) / 86400 >= 21) {
$('.wen_jian .right>p').after('<a href="https://scholar.google.com/scholar?&q=' + j_artc.title.replace('<i>', '').replace('</i>', '').replace(new RegExp('"', "g"), '') + '" target="_blank" style="color: ' + localStorage.Journals_color + ';font-weight: 600">Google Scholar</a>');
$('.wen_jian .right>p').after('<a href="https://scholar.google.com/scholar?&q=' + j_artc.title.replace('<i>', '').replace('</i>', '').replace(new RegExp('"', "g"), '') + '" target="_blank" style="color:#006699;margin-left: 10px;font-weight: 600;">Google Scholar</a>');
}
var lnk_ = '';