Skip to content

Commit 21973ec

Browse files
author
bigfish
committed
Site updated: YYYY-04-2025年4月27日 15:46:59
1 parent f4919e8 commit 21973ec

File tree

21 files changed

+6122
-41
lines changed

21 files changed

+6122
-41
lines changed

2025/04/26/后端/java/java基础/index.html renamed to 2025/04/27/backend/java/java基础/index.html

Lines changed: 72 additions & 6 deletions
Large diffs are not rendered by default.

2025/04/27/backend/java/java常见算法/index.html

Lines changed: 913 additions & 0 deletions
Large diffs are not rendered by default.

2025/04/27/backend/java/数据结构/index.html

Lines changed: 817 additions & 0 deletions
Large diffs are not rendered by default.

2025/04/27/backend/java/设计模式/index.html

Lines changed: 811 additions & 0 deletions
Large diffs are not rendered by default.

archives/2025/04/index.html

Lines changed: 114 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,20 +259,131 @@
259259

260260
<li class="post-item border-box">
261261
<span class="starting-point border-box flex-center"></span>
262-
<span class="post-date border-box">04-26</span>
262+
<span class="post-date border-box">04-27</span>
263263
<a class="post-title border-box text-ellipsis"
264-
href="/2025/04/26/%E5%90%8E%E7%AB%AF/java/java%E5%9F%BA%E7%A1%80/"
264+
href="/2025/04/27/backend/java/java%E5%B8%B8%E8%A7%81%E7%AE%97%E6%B3%95/"
265+
>java 常见算法</a>
266+
</li>
267+
268+
<li class="post-item border-box">
269+
<span class="starting-point border-box flex-center"></span>
270+
<span class="post-date border-box">04-27</span>
271+
<a class="post-title border-box text-ellipsis"
272+
href="/2025/04/27/backend/java/java%E5%9F%BA%E7%A1%80/"
265273
>Java 基础教程</a>
266274
</li>
267275

276+
<li class="post-item border-box">
277+
<span class="starting-point border-box flex-center"></span>
278+
<span class="post-date border-box">04-27</span>
279+
<a class="post-title border-box text-ellipsis"
280+
href="/2025/04/27/backend/java/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/"
281+
>设计模式</a>
282+
</li>
283+
284+
<li class="post-item border-box">
285+
<span class="starting-point border-box flex-center"></span>
286+
<span class="post-date border-box">04-27</span>
287+
<a class="post-title border-box text-ellipsis"
288+
href="/2025/04/27/backend/java/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"
289+
>数据结构</a>
290+
</li>
291+
268292
</ul>
269293
</section>
270294

271295
</div>
272296

273297
</div>
274298
</div>
275-
299+
.paginator {
300+
gap 1rem
301+
margin-top $page-container-gap
302+
user-select none
303+
304+
.paginator-btn {
305+
cursor not-allowed
306+
307+
a {
308+
padding 0.3rem 0.6rem
309+
pointer-events none
310+
311+
i {
312+
color var(--text-color-4)
313+
font-size 1rem
314+
}
315+
}
316+
317+
318+
&.allowed {
319+
cursor pointer
320+
321+
a {
322+
pointer-events auto
323+
324+
i {
325+
color var(--text-color-3)
326+
}
327+
}
328+
329+
&:hover {
330+
a {
331+
i {
332+
color var(--primary-color)
333+
}
334+
}
335+
}
336+
}
337+
}
338+
339+
340+
.base-style {
341+
color var(--text-color-4)
342+
font-size 1.1rem
343+
}
344+
345+
346+
.page-number-box {
347+
margin 0 0.2rem
348+
349+
.page-number-input {
350+
width 2.8rem
351+
height 2rem
352+
margin 0
353+
padding 0
354+
font-weight 400 !important
355+
font-size 1rem
356+
text-align center
357+
background none
358+
border 0.1rem solid var(--border-color)
359+
border-radius 0.3rem
360+
outline none
361+
-webkit-appearance none
362+
transition-t("width, border-color", "0, 0", "0.2, 0.2", "ease, ease")
363+
364+
365+
&::-webkit-outer-spin-button
366+
&::-webkit-inner-spin-button {
367+
-webkit-appearance none !important
368+
}
369+
370+
&:hover
371+
&:focus {
372+
width 3.8rem
373+
border-color var(--primary-color)
374+
}
375+
}
376+
377+
378+
.delimiter {
379+
margin 0 0.6rem
380+
}
381+
}
382+
}
383+
384+
385+
386+
276387

277388

278389

archives/2025/index.html

Lines changed: 114 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,20 +259,131 @@
259259

260260
<li class="post-item border-box">
261261
<span class="starting-point border-box flex-center"></span>
262-
<span class="post-date border-box">04-26</span>
262+
<span class="post-date border-box">04-27</span>
263263
<a class="post-title border-box text-ellipsis"
264-
href="/2025/04/26/%E5%90%8E%E7%AB%AF/java/java%E5%9F%BA%E7%A1%80/"
264+
href="/2025/04/27/backend/java/java%E5%B8%B8%E8%A7%81%E7%AE%97%E6%B3%95/"
265+
>java 常见算法</a>
266+
</li>
267+
268+
<li class="post-item border-box">
269+
<span class="starting-point border-box flex-center"></span>
270+
<span class="post-date border-box">04-27</span>
271+
<a class="post-title border-box text-ellipsis"
272+
href="/2025/04/27/backend/java/java%E5%9F%BA%E7%A1%80/"
265273
>Java 基础教程</a>
266274
</li>
267275

276+
<li class="post-item border-box">
277+
<span class="starting-point border-box flex-center"></span>
278+
<span class="post-date border-box">04-27</span>
279+
<a class="post-title border-box text-ellipsis"
280+
href="/2025/04/27/backend/java/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/"
281+
>设计模式</a>
282+
</li>
283+
284+
<li class="post-item border-box">
285+
<span class="starting-point border-box flex-center"></span>
286+
<span class="post-date border-box">04-27</span>
287+
<a class="post-title border-box text-ellipsis"
288+
href="/2025/04/27/backend/java/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"
289+
>数据结构</a>
290+
</li>
291+
268292
</ul>
269293
</section>
270294

271295
</div>
272296

273297
</div>
274298
</div>
275-
299+
.paginator {
300+
gap 1rem
301+
margin-top $page-container-gap
302+
user-select none
303+
304+
.paginator-btn {
305+
cursor not-allowed
306+
307+
a {
308+
padding 0.3rem 0.6rem
309+
pointer-events none
310+
311+
i {
312+
color var(--text-color-4)
313+
font-size 1rem
314+
}
315+
}
316+
317+
318+
&.allowed {
319+
cursor pointer
320+
321+
a {
322+
pointer-events auto
323+
324+
i {
325+
color var(--text-color-3)
326+
}
327+
}
328+
329+
&:hover {
330+
a {
331+
i {
332+
color var(--primary-color)
333+
}
334+
}
335+
}
336+
}
337+
}
338+
339+
340+
.base-style {
341+
color var(--text-color-4)
342+
font-size 1.1rem
343+
}
344+
345+
346+
.page-number-box {
347+
margin 0 0.2rem
348+
349+
.page-number-input {
350+
width 2.8rem
351+
height 2rem
352+
margin 0
353+
padding 0
354+
font-weight 400 !important
355+
font-size 1rem
356+
text-align center
357+
background none
358+
border 0.1rem solid var(--border-color)
359+
border-radius 0.3rem
360+
outline none
361+
-webkit-appearance none
362+
transition-t("width, border-color", "0, 0", "0.2, 0.2", "ease, ease")
363+
364+
365+
&::-webkit-outer-spin-button
366+
&::-webkit-inner-spin-button {
367+
-webkit-appearance none !important
368+
}
369+
370+
&:hover
371+
&:focus {
372+
width 3.8rem
373+
border-color var(--primary-color)
374+
}
375+
}
376+
377+
378+
.delimiter {
379+
margin 0 0.6rem
380+
}
381+
}
382+
}
383+
384+
385+
386+
276387

277388

278389

0 commit comments

Comments
 (0)