1 Star 0 Fork 0

tookingHome/yan-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
uno.config.ts 709 Bytes
一键复制 编辑 原始数据 按行查看 历史
tookingHome 提交于 2024-05-19 21:53 . init
import { defineConfig } from 'unocss'
// 默认预设
import presetUno from '@unocss/preset-uno'
// 树形模式预设
import presetAttributify from '@unocss/preset-attributify'
// 转换插件
import transformerDirective from '@unocss/transformer-directives'
export default defineConfig({
presets: [presetUno(), presetAttributify()],
shortcuts: [
['btn-shadow', 'bg-opacity-15 bg-white shadow-2xl text-opacity-15']
],
rules: [
[
'truncate-2',
{
display: '-webkit-box',
overflow: 'hidden',
'text-overflow': 'ellipsis',
'-webkit-box-orient': 'vertical',
'-webkit-line-clamp': 2
}
]
],
transformers: [transformerDirective()]
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/classshome/yan-client.git
git@gitee.com:classshome/yan-client.git
classshome
yan-client
yan-client
master

搜索帮助