This commit is contained in:
2025-10-20 15:05:50 +08:00
parent 23366f0b1b
commit d70b7a5e6d
4 changed files with 65 additions and 35 deletions

View File

@@ -114,7 +114,7 @@ function initArticleO() {
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
var tong_geogle = '<a href = "https://scholar.google.com/scholar?&q=' + arr[i].title.replace('<i>', '').replace('</i>', '').replace(new RegExp('"', "g"), '') + '"' +
'target = "_blank" style="color:#006699;margin-left: 10px;font-weight: 600;"> ' +
'target = "_blank" style="color:#7a2702;margin-left:8px;"> ' +
'Google Scholar</a>' //搜索引用次数
} else {
var tong_geogle = '' //少于21天隐藏

View File

@@ -434,8 +434,8 @@ padding-right:0px;
.wenzhang .wen_jian h4 i{
font-weight: 500;
font-weight: bold;
}
.wen_jian_span{

View File

@@ -13,6 +13,16 @@ style.innerHTML = `
}
.pos_ter>div:nth-child(1) {
width: 25%;
}
.htmlImageNote blue{
color :#0082AA !important;
}
.wenzhang .wen_jian h4 i{
font-weight: 500;
font-weight: bold;
}
.pos_ter>a {
width: 23%;