mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-13 04:03:42 +08:00
docs(projects): 添加书写规范文档
This commit is contained in:
@@ -10,7 +10,7 @@ export default defineConfig({
|
||||
include: ['src/**/*.{vue,html,jsx,tsx}', 'public/**/*.{html}', './*.html'],
|
||||
exclude: ['node_modules', '.git']
|
||||
},
|
||||
darkMode: 'class', // or 'media'
|
||||
darkMode: 'class',
|
||||
shortcuts: {
|
||||
'center-layout': 'w-1280px mx-auto px-15px',
|
||||
'flex-center': 'flex justify-center items-center',
|
||||
|
||||
Reference in New Issue
Block a user