@@ -131,9 +131,18 @@ <h3>Add New Problem</h3>
131
131
<!-- GitHub Star -->
132
132
<!-- 先放一个占位符 -->
133
133
< div id ="github-star-container "
134
- data-bs-toggle ="tooltip "
135
- data-bs-placement ="top "
136
- title ="A star from you would make our day! 🌟 ">
134
+ data-bs-toggle ="tooltip "
135
+ data-bs-placement ="top "
136
+ title ="A star from you would make our day! 🌟 ">
137
+ < a href ="https://github.com/xiaohajiayou/Leetcode-Mastery-Scheduler "
138
+ target ="_blank "
139
+ style ="text-decoration: none; display: inline-block; margin-right: 15px; ">
140
+ < img alt ="GitHub "
141
+ src ="https://img.shields.io/badge/GitHub-%20Star%20Us-color%3D%2523%234a9d9c?style=flat&color=%234a9d9c
142
+ "
143
+ height ="20 "
144
+ style ="margin: 0; vertical-align: middle; ">
145
+ </ a >
137
146
</ div >
138
147
139
148
<!-- 将 GitHub iframe 加载逻辑放在单独的脚本文件中 -->
@@ -326,7 +335,7 @@ <h3>Add New Problem</h3>
326
335
box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
327
336
">
328
337
<!-- GitHub Star 按钮 -->
329
- < iframe
338
+ <!-- < iframe
330
339
src="https://ghbtns.com/github-btn.html?user=xiaohajiayou&repo=Leetcode-Mastery-Scheduler&type=star&count=true"
331
340
frameborder="0"
332
341
scrolling="0"
@@ -337,7 +346,21 @@ <h3>Add New Problem</h3>
337
346
data-bs-placement="top"
338
347
data-bs-title="A star from you would make our day! ✨"
339
348
style="opacity: 0.9;"
340
- > </ iframe >
349
+ ></iframe> -->
350
+ < div id ="github-problems "
351
+ data-bs-toggle ="tooltip "
352
+ data-bs-placement ="top "
353
+ title ="A star from you would make our day! 🌟 ">
354
+ < a href ="https://github.com/xiaohajiayou/Leetcode-Mastery-Scheduler "
355
+ target ="_blank "
356
+ style ="text-decoration: none; display: inline-block; margin-right: 15px; ">
357
+ < img alt ="GitHub "
358
+ src ="https://img.shields.io/badge/GitHub-%20Star%20Us-color%3D%2523%234a9d9c?style=flat&color=%234a9d9c
359
+ "
360
+ height ="20 "
361
+ style ="margin: 0; vertical-align: middle; ">
362
+ </ a >
363
+ </ div >
341
364
342
365
<!-- 反馈按钮 -->
343
366
< a href ="https://github.com/xiaohajiayou/Leetcode-Mastery-Scheduler/issues "
@@ -349,7 +372,6 @@ <h3>Add New Problem</h3>
349
372
style ="
350
373
font-size: 0.875rem;
351
374
font-family: 'Courier Prime', monospace;
352
- padding: 0.5rem 1.2rem;
353
375
background: #1d2e3d;
354
376
border: 1px solid rgba(97, 218, 251, 0.3);
355
377
color: #61dafb;
0 commit comments