feat:参照研听的基础工程

This commit is contained in:
jingyun
2026-06-18 15:02:28 +08:00
commit 364fc837b3
367 changed files with 16495 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
class Spacing {
static const page = 20.0;
static const cardPadding = 18.0;
static const cardGap = 14.0;
static const sectionGap = 30.0;
static const radiusBase = 7.2; // 0.45rem --radius
static const radiusBadge = 3.2; // --radius-sm (badge / tag)
static const radiusBtn = 5.2; // --radius-md (button / input)
static const radiusCard = 11.2; // --radius-xl (card / hero 容器)
}