Skip to content

Commit 8a9296a

Browse files
committed
🎉auto update by Gmeek action
1 parent 3a17f95 commit 8a9296a

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

blogBase.json

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

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<span class="listTitle">Gmeek快速上手</span>
101101
</div>
102102
<div class="listLabels">
103-
<span class="Label" style="background-color:#006b75">122</span>
103+
<span class="Label" style="background-color:#006b75">123</span>
104104
<span class="Label LabelName" style="background-color:#D93F0B"><object><a style="color:#fff" href="tag.html#软件">软件</a></object></span><span class="Label LabelName" style="background-color:#DF0467"><object><a style="color:#fff" href="tag.html#Gmeek">Gmeek</a></object></span>
105105
<span class="Label LabelTime" style="background-color:#A333D0">2023-12-15</span>
106106
</div>
@@ -133,7 +133,7 @@
133133
<span class="listTitle">【Gmeek进阶】插件功能的使用</span>
134134
</div>
135135
<div class="listLabels">
136-
<span class="Label" style="background-color:#006b75">35</span>
136+
<span class="Label" style="background-color:#006b75">36</span>
137137
<span class="Label LabelName" style="background-color:#D93F0B"><object><a style="color:#fff" href="tag.html#软件">软件</a></object></span><span class="Label LabelName" style="background-color:#DF0467"><object><a style="color:#fff" href="tag.html#Gmeek">Gmeek</a></object></span>
138138
<span class="Label LabelTime" style="background-color:#bc4c00">2024-07-19</span>
139139
</div>
@@ -188,7 +188,7 @@
188188
<span class="listTitle">天之骄子奥德彪,二八大杠拉香蕉</span>
189189
</div>
190190
<div class="listLabels">
191-
191+
<span class="Label" style="background-color:#006b75">1</span>
192192
<span class="Label LabelName" style="background-color:#4F61FC"><object><a style="color:#fff" href="tag.html#日常">日常</a></object></span>
193193
<span class="Label LabelTime" style="background-color:#bc4c00">2024-05-17</span>
194194
</div>

docs/post/Gmeek-kuai-su-shang-shou.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ <h2>四、进阶教程</h2>
397397
cmButton=document.getElementById("cmButton");
398398
span=document.createElement("span");
399399
span.setAttribute("class","Counter");
400-
span.innerHTML="122";
400+
span.innerHTML="123";
401401
cmButton.appendChild(span);
402402

403403

docs/post/tian-zhi-jiao-zi-ao-de-biao-,-er-ba-da-gang-la-xiang-jiao.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,11 @@ <h1 class="postTitle">天之骄子奥德彪,二八大杠拉香蕉</h1>
156156
<script>
157157
document.getElementById("pathHome").setAttribute("d",IconList["home"]);
158158
document.getElementById("pathIssue").setAttribute("d",IconList["github"]);
159-
159+
cmButton=document.getElementById("cmButton");
160+
span=document.createElement("span");
161+
span.setAttribute("class","Counter");
162+
span.innerHTML="1";
163+
cmButton.appendChild(span);
160164

161165

162166
function openComments(){

docs/post/【Gmeek-jin-jie-】-cha-jian-gong-neng-de-shi-yong.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ <h2>其他</h2>
218218
cmButton=document.getElementById("cmButton");
219219
span=document.createElement("span");
220220
span.setAttribute("class","Counter");
221-
span.innerHTML="35";
221+
span.innerHTML="36";
222222
cmButton.appendChild(span);
223223

224224

0 commit comments

Comments
 (0)