49 Star 189 Fork 93

Oliver/thingsboard-ui-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
uno.config.ts 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
Oliver 提交于 2025-08-07 16:37 +08:00 . 登录页面
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'],
},
},
theme: {
animation: {
keyframes: {
float: '{0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); }}',
},
durations: {
float: '3s',
},
timingFns: {
float: 'ease-in-out',
},
counts: {
float: 'infinite',
},
},
},
presets: [
presetWind3(),
presetTypography(),
presetIcons({
extraProperties: {
display: 'inline-block',
'vertical-align': 'middle',
},
collections: {
svg: FileSystemIconLoader(__dirname + '/src/assets/icons'),
},
}),
],
transformers: [transformerDirectives()],
} as UserConfig);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/oliver225/thingsboard-ui-vue3.git
git@gitee.com:oliver225/thingsboard-ui-vue3.git
oliver225
thingsboard-ui-vue3
thingsboard-ui-vue3
master

搜索帮助