# template-h5 **Repository Path**: template_h5/template-h5 ## Basic Information - **Project Name**: template-h5 - **Description**: h5模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-12 - **Last Updated**: 2024-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 夜间模式 ```css :root { color-scheme: light dark; } /* 检测亮色模式的样式 */ @media (prefers-color-scheme: light) { :root { color: #213547; background-color: #ffffff; --main-color: red; } a:hover { color: #747bff; } button { background-color: #f9f9f9; } } ``` # 识别 @ 别名需要在 tsconfig.json 中配置 ```json { "compilerOptions": { "paths": { "@/*": ["./src/*"] } } } ``` # UI https://varlet.gitee.io/varlet-ui/#/zh-CN/index