feat: 添加核心工具函数、颜色配置和常量数据
style: 优化.gitignore文件结构 test: 添加导航测试用例 docs: 删除旧版网站重设计文档 chore: 更新浏览器配置和设置管理
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { clsx, type ClassValue } from "clsx"
|
||||
import { twMerge } from "tailwind-merge"
|
||||
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs))
|
||||
}
|
||||
Reference in New Issue
Block a user