1 Star 0 Fork 127

floadyun/escrcpy

forked from viarotel-org/escrcpy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
unocss.config.js 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
viarotel 提交于 2024-09-08 01:55 . perf: ⬆️ Update dependencies
import transformerDirectives from '@unocss/transformer-directives'
import { presetShades } from '@viarotel-org/unocss-preset-shades'
import { defineConfig, presetWind } from 'unocss'
import { primaryColor } from './src/configs/index.js'
const presetMain = presetWind()
const presets = [presetMain, presetShades(primaryColor)]
export default defineConfig({
// @ts-expect-error
presets,
transformers: [transformerDirectives()],
theme: {
colors: {
// @ts-expect-error
gray: presetMain?.theme?.colors?.neutral,
},
boxShadow: {
'el': 'var(--el-box-shadow)',
'el-light': 'var(--el-box-shadow-light)',
'el-lighter': 'var(--el-box-shadow-lighter)',
'el-dark': 'var(--el-box-shadow-dark)',
},
},
shortcuts: {
'inset-0': 'top-0 bottom-0 left-0 right-0',
'inset-center':
'top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2',
'top-center': 'top-1/2 transform -translate-y-1/2',
'left-center': 'left-1/2 transform -translate-x-1/2',
},
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/floadyun/escrcpy.git
git@gitee.com:floadyun/escrcpy.git
floadyun
escrcpy
escrcpy
main

搜索帮助