252
个编辑
(加入模板数据) 标签:2017版源代码编辑 |
小无编辑摘要 标签:2017版源代码编辑 |
||
第5行: | 第5行: | ||
"uuid": { | "uuid": { | ||
"description": "该Minecraft Java版玩家档案的UUID", | "description": "该Minecraft Java版玩家档案的UUID", | ||
"example": "86460c2f81c546ecbf64eefb52efdeb7" | "example": "86460c2f81c546ecbf64eefb52efdeb7", | ||
"type": "string", | |||
"required": true | |||
}, | }, | ||
"scale": { | "scale": { | ||
"description": "渲染的大小尺寸,有效值在1~10之间", | "description": "渲染的大小尺寸,有效值在1~10之间", | ||
"example": "10" | "example": "10", | ||
"type": "number" | |||
}, | }, | ||
"width": { | "width": { | ||
"description": "图像的宽度(width)属性", | "description": "图像的宽度(width)属性", | ||
"example": "200px" | "example": "200px", | ||
"type": "string" | |||
}, | }, | ||
"height": { | "height": { | ||
"description": "图像的高度(height)属性", | "description": "图像的高度(height)属性", | ||
"example": "200px" | "example": "200px", | ||
"type": "string" | |||
}, | }, | ||
"alt": { | "alt": { | ||
"description": "图像的替代文本" | "description": "图像的替代文本", | ||
"type": "string" | |||
} | } | ||
}, | }, |