1 Star 0 Fork 0

爆裂退堂鼓手/apifox-to-code

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
uno.config.ts 291 Bytes
一键复制 编辑 原始数据 按行查看 历史
// uno.config.ts
import { defineConfig } from 'unocss';
export default defineConfig({
// ...UnoCSS选项
rules: [
// [/^m-(\d+)$/, ([, d]) => ({ margin: `${d / 4}rem` })],
// [/^p-(\d+)$/, match => ({ padding: `${match[1] / 4}rem` })]
['w-1/2', { width: `50%` }],
],
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hu_jiancheng/apifox-to-code.git
git@gitee.com:hu_jiancheng/apifox-to-code.git
hu_jiancheng
apifox-to-code
apifox-to-code
master

搜索帮助