merge(scope): merge master

This commit is contained in:
lukaijie
2026-05-29 17:54:01 +08:00
parent 354d194c7b
commit c54d3e8b1d
226 changed files with 18187 additions and 1951 deletions

View File

@@ -18,6 +18,9 @@ module.exports = {
foreground: {
DEFAULT: 'hsl(var(--foreground))'
},
border: {
DEFAULT: 'hsl(var(--border))'
},
primary: {
DEFAULT: 'hsl(var(--primary))',
foreground: 'hsl(var(--primary-foreground))'