2025-12-25 upload

This commit is contained in:
“shengyudong”
2025-12-25 11:16:59 +08:00
commit 322ac74336
2241 changed files with 639966 additions and 0 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

View File

@@ -0,0 +1,44 @@
.media {
min-height: 110px;
}
.media svg {
width: 64px;
margin-right: 1rem !important;
}
.instructions {
padding-top: 1rem;
padding-bottom: 1rem;
}
/* CSS-only collapsible */
.show-instructions:target, .hide-instructions, .instructions {
display: none;
}
.show-instructions:target ~ .hide-instructions {
display: inline-block;
}
.show-instructions:target ~ .instructions {
display: inherit;
}
.fa-apple {
color: #666;
}
.fa-windows {
color: #0078D7;
}
.fa-firefox-browser {
color: #E25821;
}
.fa-android {
margin-top: 10px;
color: #3DDC84;
}
.fa-certificate {
color: #FFBB00;
}