1 Star 0 Fork 4K

波各波各/JeeSite

forked from 卓源软件/JeeSite 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
uno.config.ts 831 Bytes
一键复制 编辑 原始数据 按行查看 历史
卓源软件 提交于 2025-03-19 10:42 +08:00 . update uno.config.ts
import {
defineConfig,
UserConfig,
presetTypography,
presetIcons,
transformerDirectives,
} from 'unocss';
import { FileSystemIconLoader } from '@iconify/utils/lib/loader/node-loaders';
import { presetWind3 } from '@unocss/preset-wind3';
export default defineConfig({
inspector: false,
content: {
pipeline: {
include: ['**/*.vue', '**/*.tsx', '**/*.ts', '**/*-lib/**/*.mjs'],
exclude: ['.git', '.idea', '.turbo', 'node_modules', 'public'],
},
},
presets: [
presetWind3(),
presetTypography(),
presetIcons({
extraProperties: {
display: 'inline-block',
'vertical-align': 'middle',
},
collections: {
svg: FileSystemIconLoader(__dirname + '/src/assets/icons'),
},
}),
],
transformers: [transformerDirectives()],
} as UserConfig);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/spab/jeesite.git
git@gitee.com:spab/jeesite.git
spab
jeesite
JeeSite
main

搜索帮助