feat: 初始化Arctic New One项目基础架构
添加项目基础文件结构,包括: - 国际化多语言支持 - Tailwind CSS配置 - 自定义布局组件 - 平滑滚动和动画效果 - 自定义光标交互 - 错误页面处理
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
"./app/**/*.{js,vue,ts}"
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
width: {
|
||||
'page-container': 'var(--page-container--width)',
|
||||
},
|
||||
maxWidth: {
|
||||
'page-container': 'var(--page-container--width)',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user