1 Star 0 Fork 0

phpscup/billd-desk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
windi.config.ts 552 Bytes
一键复制 编辑 原始数据 按行查看 历史
shuisheng 提交于 2024-04-18 22:25 . feat: init
// eslint-disable-next-line
import { defineConfig } from 'windicss/helpers';
console.log(
'\x1B[0;37;44m INFO \x1B[0m',
'\x1B[0;;34m ' +
`读取了: ${__filename.slice(__dirname.length + 1)}` +
' \x1B[0m'
);
export default defineConfig({
darkMode: 'class', // or 'media'
extract: {
// A common use case is scanning files from the root directory
include: ['**/*.{vue,html,jsx,tsx}'],
// if you are excluding files, make sure you always include node_modules and .git
exclude: ['node_modules', '.git', 'dist'],
},
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zailushang12/billd-desk.git
git@gitee.com:zailushang12/billd-desk.git
zailushang12
billd-desk
billd-desk
main

搜索帮助