docs: add upage usage instructions document

This commit is contained in:
LIlGG
2025-09-29 10:44:44 +08:00
parent 1d944e54e8
commit c1ca87462c
9 changed files with 34 additions and 491 deletions

View File

@@ -50,3 +50,17 @@
[data-theme="dark"] .base-url-highlight {
color: #64b5f6;
}
/* 亮暗模式下的 logo 切换 */
.theme-logo {
position: relative;
display: inline-block;
}
.theme-logo img {
content: url('/img/logo1.png');
}
[data-theme="dark"] .theme-logo img {
content: url('/img/logo2.png');
}