feat: 支持 webui 加载用户的订阅与收藏,一键点击订阅 (#357)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-06-09 11:16:33 +08:00
committed by GitHub
parent 586d5ec4ee
commit a98e49347b
23 changed files with 1513 additions and 38 deletions

View File

@@ -4,6 +4,10 @@
@custom-variant dark (&:is(.dark *));
html {
scroll-behavior: smooth !important;
}
:root {
--radius: 0.625rem;
--background: oklch(1 0 0);