Skip to content

Commit 194fe59

Browse files
author
Hugo7th
committed
🎉auto update by Gmeek action
1 parent 4be52df commit 194fe59

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

blogBase.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h1>
8787
<span class="listTitle">再见了SMZDM</span>
8888
</div>
8989
<div class="listLabels">
90-
90+
<span class="Label" style="background-color:#006b75">2</span>
9191
<span class="Label LabelName" style="background-color:#0052cc"><object><a style="color:#fff" href="tag.html#Blog">Blog</a></object></span>
9292
<span class="Label LabelTime" style="background-color:#0969da">2025-03-13</span>
9393
</div>

docs/post/zai-jian-le-SMZDM.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,11 @@ <h1 class="postTitle">再见了SMZDM</h1>
145145
<script>
146146
document.getElementById("pathHome").setAttribute("d",IconList["home"]);
147147
document.getElementById("pathIssue").setAttribute("d",IconList["github"]);
148-
148+
cmButton=document.getElementById("cmButton");
149+
span=document.createElement("span");
150+
span.setAttribute("class","Counter");
151+
span.innerHTML="2";
152+
cmButton.appendChild(span);
149153

150154

151155
function openComments(){

0 commit comments

Comments
 (0)