File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -145,7 +145,11 @@ <h1 class="postTitle">再见了SMZDM</h1>
145145< script >
146146document . getElementById ( "pathHome" ) . setAttribute ( "d" , IconList [ "home" ] ) ;
147147document . 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
151155function openComments ( ) {
You can’t perform that action at this time.
0 commit comments