跳至主要內容

自定义装饰样例

2025年2月26日小于 1 分钟

目录结构

border-test             // 组件文件加名
	config.json         // 属性配置文件   
	thumbnail.png       // 组件缩略图
    border.png          // 边框图片

config.json

{
  "name": "border-test",
  "type": "mod",
  "title": "测试边框",
  "width": 300,
  "height": 300,
  "mod": "border.png"
}
上次编辑于: 2025/2/26 10:10:16
贡献者: zhangshuai