mirror of
https://github.com/codexu/note-gen.git
synced 2026-06-13 08:52:47 +08:00
* feat: 升级工具 * feat: 适配 vditor 样式 * feat: 使用 Shine Border 优化对话框 * feat: 对话 Markdown 样式调整 * fix: 修复移动端圆角问题 * feat: 增加自定义主题颜色配置方案 * feat: 调整细节配色 * feat: 预设主题方案切换时会主动切换light、dark 主题色
25 lines
524 B
JSON
25 lines
524 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": true,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.ts",
|
|
"css": "src/app/globals.css",
|
|
"baseColor": "zinc",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"iconLibrary": "lucide",
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils",
|
|
"ui": "@/components/ui",
|
|
"lib": "@/lib",
|
|
"hooks": "@/hooks"
|
|
},
|
|
"registries": {
|
|
"@magicui": "https://magicui.design/r/{name}.json"
|
|
}
|
|
}
|