chore: scaffold phase 0 workspace

This commit is contained in:
2026-03-19 13:42:43 +08:00
parent a099912dac
commit 937855362b
24 changed files with 4908 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
export const themeNames = ["light", "dark"] as const;
export const motionScale = {
fast: "var(--dur-fast)",
base: "var(--dur-base)",
slow: "var(--dur-slow)"
} as const;