mirror of
https://github.com/ifengzp/cocos-awesome.git
synced 2025-10-09 08:36:03 +00:00
换装
This commit is contained in:
2367
assets/Scene/Change_clothes/Change_clothes.fire
Normal file
2367
assets/Scene/Change_clothes/Change_clothes.fire
Normal file
File diff suppressed because it is too large
Load Diff
7
assets/Scene/Change_clothes/Change_clothes.fire.meta
Normal file
7
assets/Scene/Change_clothes/Change_clothes.fire.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"ver": "1.2.6",
|
||||
"uuid": "c4df9fcd-77b0-4ec2-aed0-a6012e6bbe5d",
|
||||
"asyncLoadAssets": false,
|
||||
"autoReleaseAssets": false,
|
||||
"subMetas": {}
|
||||
}
|
35
assets/Scene/Change_clothes/Change_clothes.ts
Normal file
35
assets/Scene/Change_clothes/Change_clothes.ts
Normal file
@@ -0,0 +1,35 @@
|
||||
const { ccclass, property } = cc._decorator;
|
||||
|
||||
@ccclass
|
||||
export default class Change_clothes extends cc.Component {
|
||||
@property(cc.SpriteAtlas)
|
||||
npcAtlas: cc.SpriteAtlas = null;
|
||||
|
||||
@property(cc.Sprite)
|
||||
hair: cc.Sprite = null;
|
||||
@property(cc.Sprite)
|
||||
clothes: cc.Sprite = null;
|
||||
@property(cc.Sprite)
|
||||
sleeve: cc.Sprite = null;
|
||||
@property(cc.Sprite)
|
||||
shoe: cc.Sprite = null;
|
||||
|
||||
changeClothes(evn, type: string) {
|
||||
let hairType = this.hair.spriteFrame.name == 'hair_1';
|
||||
let clothesType = this.clothes.spriteFrame.name == 'clothes_1';
|
||||
let shoeType = this.shoe.spriteFrame.name == 'shoe_1';
|
||||
|
||||
switch (type) {
|
||||
case 'hair':
|
||||
this.hair.spriteFrame = this.npcAtlas.getSpriteFrame(hairType ? 'hair_2' : 'hair_1');
|
||||
break;
|
||||
case 'clothes':
|
||||
this.clothes.spriteFrame = this.npcAtlas.getSpriteFrame(clothesType ? 'clothes_2' : 'clothes_1');
|
||||
this.sleeve.spriteFrame = this.npcAtlas.getSpriteFrame(clothesType ? 'sleeve_2' : 'sleeve_1');
|
||||
break;
|
||||
case 'shoe':
|
||||
this.shoe.spriteFrame = this.npcAtlas.getSpriteFrame(shoeType ? 'shoe_2' : 'shoe_1');
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
9
assets/Scene/Change_clothes/Change_clothes.ts.meta
Normal file
9
assets/Scene/Change_clothes/Change_clothes.ts.meta
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.0.5",
|
||||
"uuid": "2bc1fe49-a1db-4811-9161-c1b52e775574",
|
||||
"isPlugin": false,
|
||||
"loadPluginInWeb": true,
|
||||
"loadPluginInNative": true,
|
||||
"loadPluginInEditor": false,
|
||||
"subMetas": {}
|
||||
}
|
7
assets/Scene/Change_clothes/Texture.meta
Normal file
7
assets/Scene/Change_clothes/Texture.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"ver": "1.0.1",
|
||||
"uuid": "c79f08da-06e4-4b34-9a30-400cf5d243a4",
|
||||
"isSubpackage": false,
|
||||
"subpackageName": "",
|
||||
"subMetas": {}
|
||||
}
|
191
assets/Scene/Change_clothes/Texture/npc.plist
Normal file
191
assets/Scene/Change_clothes/Texture/npc.plist
Normal file
@@ -0,0 +1,191 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>frames</key>
|
||||
<dict>
|
||||
<key>body.png</key>
|
||||
<dict>
|
||||
<key>aliases</key>
|
||||
<array/>
|
||||
<key>spriteOffset</key>
|
||||
<string>{0,0}</string>
|
||||
<key>spriteSize</key>
|
||||
<string>{92,312}</string>
|
||||
<key>spriteSourceSize</key>
|
||||
<string>{92,312}</string>
|
||||
<key>textureRect</key>
|
||||
<string>{{0,0},{92,312}}</string>
|
||||
<key>textureRotated</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>clothes_1.png</key>
|
||||
<dict>
|
||||
<key>aliases</key>
|
||||
<array/>
|
||||
<key>spriteOffset</key>
|
||||
<string>{0,0}</string>
|
||||
<key>spriteSize</key>
|
||||
<string>{90,227}</string>
|
||||
<key>spriteSourceSize</key>
|
||||
<string>{90,227}</string>
|
||||
<key>textureRect</key>
|
||||
<string>{{92,0},{90,227}}</string>
|
||||
<key>textureRotated</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>clothes_2.png</key>
|
||||
<dict>
|
||||
<key>aliases</key>
|
||||
<array/>
|
||||
<key>spriteOffset</key>
|
||||
<string>{0,0}</string>
|
||||
<key>spriteSize</key>
|
||||
<string>{90,227}</string>
|
||||
<key>spriteSourceSize</key>
|
||||
<string>{90,227}</string>
|
||||
<key>textureRect</key>
|
||||
<string>{{182,0},{90,227}}</string>
|
||||
<key>textureRotated</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>hair_1.png</key>
|
||||
<dict>
|
||||
<key>aliases</key>
|
||||
<array/>
|
||||
<key>spriteOffset</key>
|
||||
<string>{0,0}</string>
|
||||
<key>spriteSize</key>
|
||||
<string>{76,84}</string>
|
||||
<key>spriteSourceSize</key>
|
||||
<string>{76,84}</string>
|
||||
<key>textureRect</key>
|
||||
<string>{{272,0},{76,84}}</string>
|
||||
<key>textureRotated</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>hair_2.png</key>
|
||||
<dict>
|
||||
<key>aliases</key>
|
||||
<array/>
|
||||
<key>spriteOffset</key>
|
||||
<string>{0,0}</string>
|
||||
<key>spriteSize</key>
|
||||
<string>{76,84}</string>
|
||||
<key>spriteSourceSize</key>
|
||||
<string>{76,84}</string>
|
||||
<key>textureRect</key>
|
||||
<string>{{348,0},{76,84}}</string>
|
||||
<key>textureRotated</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>hair_3.png</key>
|
||||
<dict>
|
||||
<key>aliases</key>
|
||||
<array/>
|
||||
<key>spriteOffset</key>
|
||||
<string>{0,0}</string>
|
||||
<key>spriteSize</key>
|
||||
<string>{63,63}</string>
|
||||
<key>spriteSourceSize</key>
|
||||
<string>{63,63}</string>
|
||||
<key>textureRect</key>
|
||||
<string>{{0,312},{63,63}}</string>
|
||||
<key>textureRotated</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>hand.png</key>
|
||||
<dict>
|
||||
<key>aliases</key>
|
||||
<array/>
|
||||
<key>spriteOffset</key>
|
||||
<string>{0,0}</string>
|
||||
<key>spriteSize</key>
|
||||
<string>{78,74}</string>
|
||||
<key>spriteSourceSize</key>
|
||||
<string>{78,74}</string>
|
||||
<key>textureRect</key>
|
||||
<string>{{63,312},{78,74}}</string>
|
||||
<key>textureRotated</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>shoe_1.png</key>
|
||||
<dict>
|
||||
<key>aliases</key>
|
||||
<array/>
|
||||
<key>spriteOffset</key>
|
||||
<string>{0,0}</string>
|
||||
<key>spriteSize</key>
|
||||
<string>{47,37}</string>
|
||||
<key>spriteSourceSize</key>
|
||||
<string>{47,37}</string>
|
||||
<key>textureRect</key>
|
||||
<string>{{141,312},{47,37}}</string>
|
||||
<key>textureRotated</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>shoe_2.png</key>
|
||||
<dict>
|
||||
<key>aliases</key>
|
||||
<array/>
|
||||
<key>spriteOffset</key>
|
||||
<string>{0,0}</string>
|
||||
<key>spriteSize</key>
|
||||
<string>{47,37}</string>
|
||||
<key>spriteSourceSize</key>
|
||||
<string>{47,37}</string>
|
||||
<key>textureRect</key>
|
||||
<string>{{188,312},{47,37}}</string>
|
||||
<key>textureRotated</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>sleeve_1.png</key>
|
||||
<dict>
|
||||
<key>aliases</key>
|
||||
<array/>
|
||||
<key>spriteOffset</key>
|
||||
<string>{0,0}</string>
|
||||
<key>spriteSize</key>
|
||||
<string>{78,74}</string>
|
||||
<key>spriteSourceSize</key>
|
||||
<string>{78,74}</string>
|
||||
<key>textureRect</key>
|
||||
<string>{{235,312},{78,74}}</string>
|
||||
<key>textureRotated</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>sleeve_2.png</key>
|
||||
<dict>
|
||||
<key>aliases</key>
|
||||
<array/>
|
||||
<key>spriteOffset</key>
|
||||
<string>{0,0}</string>
|
||||
<key>spriteSize</key>
|
||||
<string>{78,74}</string>
|
||||
<key>spriteSourceSize</key>
|
||||
<string>{78,74}</string>
|
||||
<key>textureRect</key>
|
||||
<string>{{313,312},{78,74}}</string>
|
||||
<key>textureRotated</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>metadata</key>
|
||||
<dict>
|
||||
<key>format</key>
|
||||
<integer>3</integer>
|
||||
<key>pixelFormat</key>
|
||||
<string>RGBA8888</string>
|
||||
<key>premultiplyAlpha</key>
|
||||
<false/>
|
||||
<key>realTextureFileName</key>
|
||||
<string>npc.png</string>
|
||||
<key>size</key>
|
||||
<string>{424,386}</string>
|
||||
<key>smartupdate</key>
|
||||
<string>$TexturePacker:SmartUpdate:cef21886e2271f7e0451b5b9668dcb98:be2e04fd83b88e89a172d9ae823edcd9:0b760b9359d5dddae5dab0980cb73d8a$</string>
|
||||
<key>textureFileName</key>
|
||||
<string>npc.png</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
254
assets/Scene/Change_clothes/Texture/npc.plist.meta
Normal file
254
assets/Scene/Change_clothes/Texture/npc.plist.meta
Normal file
@@ -0,0 +1,254 @@
|
||||
{
|
||||
"ver": "1.2.4",
|
||||
"uuid": "9c086bbc-22f5-4e67-a406-275f72a6ec8d",
|
||||
"rawTextureUuid": "21ea33ab-5d19-4eab-a6c6-33292fa1b747",
|
||||
"size": {
|
||||
"width": 424,
|
||||
"height": 386
|
||||
},
|
||||
"type": "Texture Packer",
|
||||
"subMetas": {
|
||||
"body.png": {
|
||||
"ver": "1.0.4",
|
||||
"uuid": "cc02c745-b6f9-4d19-b048-c06154385769",
|
||||
"rawTextureUuid": "21ea33ab-5d19-4eab-a6c6-33292fa1b747",
|
||||
"trimType": "auto",
|
||||
"trimThreshold": 1,
|
||||
"rotated": false,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"trimX": 0,
|
||||
"trimY": 0,
|
||||
"width": 92,
|
||||
"height": 312,
|
||||
"rawWidth": 92,
|
||||
"rawHeight": 312,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"spriteType": "normal",
|
||||
"subMetas": {}
|
||||
},
|
||||
"clothes_1.png": {
|
||||
"ver": "1.0.4",
|
||||
"uuid": "3c1d2537-c7d4-4262-897d-935091f87db7",
|
||||
"rawTextureUuid": "21ea33ab-5d19-4eab-a6c6-33292fa1b747",
|
||||
"trimType": "auto",
|
||||
"trimThreshold": 1,
|
||||
"rotated": false,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"trimX": 92,
|
||||
"trimY": 0,
|
||||
"width": 90,
|
||||
"height": 227,
|
||||
"rawWidth": 90,
|
||||
"rawHeight": 227,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"spriteType": "normal",
|
||||
"subMetas": {}
|
||||
},
|
||||
"clothes_2.png": {
|
||||
"ver": "1.0.4",
|
||||
"uuid": "a0c3925b-ee55-4cc5-8ab5-acd4bc7ab70e",
|
||||
"rawTextureUuid": "21ea33ab-5d19-4eab-a6c6-33292fa1b747",
|
||||
"trimType": "auto",
|
||||
"trimThreshold": 1,
|
||||
"rotated": false,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"trimX": 182,
|
||||
"trimY": 0,
|
||||
"width": 90,
|
||||
"height": 227,
|
||||
"rawWidth": 90,
|
||||
"rawHeight": 227,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"spriteType": "normal",
|
||||
"subMetas": {}
|
||||
},
|
||||
"hair_1.png": {
|
||||
"ver": "1.0.4",
|
||||
"uuid": "e9f3c10f-4801-41a4-8663-3fd896d18eef",
|
||||
"rawTextureUuid": "21ea33ab-5d19-4eab-a6c6-33292fa1b747",
|
||||
"trimType": "auto",
|
||||
"trimThreshold": 1,
|
||||
"rotated": false,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"trimX": 272,
|
||||
"trimY": 0,
|
||||
"width": 76,
|
||||
"height": 84,
|
||||
"rawWidth": 76,
|
||||
"rawHeight": 84,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"spriteType": "normal",
|
||||
"subMetas": {}
|
||||
},
|
||||
"hair_2.png": {
|
||||
"ver": "1.0.4",
|
||||
"uuid": "2df09bb5-82de-49ae-9fae-57267ac94230",
|
||||
"rawTextureUuid": "21ea33ab-5d19-4eab-a6c6-33292fa1b747",
|
||||
"trimType": "auto",
|
||||
"trimThreshold": 1,
|
||||
"rotated": false,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"trimX": 348,
|
||||
"trimY": 0,
|
||||
"width": 76,
|
||||
"height": 84,
|
||||
"rawWidth": 76,
|
||||
"rawHeight": 84,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"spriteType": "normal",
|
||||
"subMetas": {}
|
||||
},
|
||||
"hair_3.png": {
|
||||
"ver": "1.0.4",
|
||||
"uuid": "8f7541e4-f656-43c5-b078-a476afbfa091",
|
||||
"rawTextureUuid": "21ea33ab-5d19-4eab-a6c6-33292fa1b747",
|
||||
"trimType": "auto",
|
||||
"trimThreshold": 1,
|
||||
"rotated": false,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"trimX": 0,
|
||||
"trimY": 312,
|
||||
"width": 63,
|
||||
"height": 63,
|
||||
"rawWidth": 63,
|
||||
"rawHeight": 63,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"spriteType": "normal",
|
||||
"subMetas": {}
|
||||
},
|
||||
"hand.png": {
|
||||
"ver": "1.0.4",
|
||||
"uuid": "361aeeb3-a1af-48aa-874a-53d09f17eb71",
|
||||
"rawTextureUuid": "21ea33ab-5d19-4eab-a6c6-33292fa1b747",
|
||||
"trimType": "auto",
|
||||
"trimThreshold": 1,
|
||||
"rotated": false,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"trimX": 63,
|
||||
"trimY": 312,
|
||||
"width": 78,
|
||||
"height": 74,
|
||||
"rawWidth": 78,
|
||||
"rawHeight": 74,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"spriteType": "normal",
|
||||
"subMetas": {}
|
||||
},
|
||||
"shoe_1.png": {
|
||||
"ver": "1.0.4",
|
||||
"uuid": "fe9f4bf5-0e7c-41e0-8b83-be6b449cffb4",
|
||||
"rawTextureUuid": "21ea33ab-5d19-4eab-a6c6-33292fa1b747",
|
||||
"trimType": "auto",
|
||||
"trimThreshold": 1,
|
||||
"rotated": false,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"trimX": 141,
|
||||
"trimY": 312,
|
||||
"width": 47,
|
||||
"height": 37,
|
||||
"rawWidth": 47,
|
||||
"rawHeight": 37,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"spriteType": "normal",
|
||||
"subMetas": {}
|
||||
},
|
||||
"shoe_2.png": {
|
||||
"ver": "1.0.4",
|
||||
"uuid": "f0994c5d-414c-462f-8d53-897a5a4c1603",
|
||||
"rawTextureUuid": "21ea33ab-5d19-4eab-a6c6-33292fa1b747",
|
||||
"trimType": "auto",
|
||||
"trimThreshold": 1,
|
||||
"rotated": false,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"trimX": 188,
|
||||
"trimY": 312,
|
||||
"width": 47,
|
||||
"height": 37,
|
||||
"rawWidth": 47,
|
||||
"rawHeight": 37,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"spriteType": "normal",
|
||||
"subMetas": {}
|
||||
},
|
||||
"sleeve_1.png": {
|
||||
"ver": "1.0.4",
|
||||
"uuid": "160dce43-46b9-46f2-8812-704e6cfcba44",
|
||||
"rawTextureUuid": "21ea33ab-5d19-4eab-a6c6-33292fa1b747",
|
||||
"trimType": "auto",
|
||||
"trimThreshold": 1,
|
||||
"rotated": false,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"trimX": 235,
|
||||
"trimY": 312,
|
||||
"width": 78,
|
||||
"height": 74,
|
||||
"rawWidth": 78,
|
||||
"rawHeight": 74,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"spriteType": "normal",
|
||||
"subMetas": {}
|
||||
},
|
||||
"sleeve_2.png": {
|
||||
"ver": "1.0.4",
|
||||
"uuid": "d76cbca5-a184-4da9-baea-06176ac21645",
|
||||
"rawTextureUuid": "21ea33ab-5d19-4eab-a6c6-33292fa1b747",
|
||||
"trimType": "auto",
|
||||
"trimThreshold": 1,
|
||||
"rotated": false,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"trimX": 313,
|
||||
"trimY": 312,
|
||||
"width": 78,
|
||||
"height": 74,
|
||||
"rawWidth": 78,
|
||||
"rawHeight": 74,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"spriteType": "normal",
|
||||
"subMetas": {}
|
||||
}
|
||||
}
|
||||
}
|
BIN
assets/Scene/Change_clothes/Texture/npc.png
Executable file
BIN
assets/Scene/Change_clothes/Texture/npc.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
14
assets/Scene/Change_clothes/Texture/npc.png.meta
Normal file
14
assets/Scene/Change_clothes/Texture/npc.png.meta
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"ver": "2.3.4",
|
||||
"uuid": "21ea33ab-5d19-4eab-a6c6-33292fa1b747",
|
||||
"type": "raw",
|
||||
"wrapMode": "clamp",
|
||||
"filterMode": "bilinear",
|
||||
"premultiplyAlpha": false,
|
||||
"genMipmaps": false,
|
||||
"packable": true,
|
||||
"width": 424,
|
||||
"height": 386,
|
||||
"platformSettings": {},
|
||||
"subMetas": {}
|
||||
}
|
BIN
assets/Scene/Change_clothes/Texture/single_color.png
Normal file
BIN
assets/Scene/Change_clothes/Texture/single_color.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 82 B |
36
assets/Scene/Change_clothes/Texture/single_color.png.meta
Normal file
36
assets/Scene/Change_clothes/Texture/single_color.png.meta
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"ver": "2.3.4",
|
||||
"uuid": "1f9eac43-49fa-4640-9525-751efe1a1148",
|
||||
"type": "sprite",
|
||||
"wrapMode": "clamp",
|
||||
"filterMode": "bilinear",
|
||||
"premultiplyAlpha": false,
|
||||
"genMipmaps": false,
|
||||
"packable": true,
|
||||
"width": 2,
|
||||
"height": 2,
|
||||
"platformSettings": {},
|
||||
"subMetas": {
|
||||
"single_color": {
|
||||
"ver": "1.0.4",
|
||||
"uuid": "18f35f36-3709-4100-9ac0-404717b8bf02",
|
||||
"rawTextureUuid": "1f9eac43-49fa-4640-9525-751efe1a1148",
|
||||
"trimType": "auto",
|
||||
"trimThreshold": 1,
|
||||
"rotated": false,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"trimX": 0,
|
||||
"trimY": 0,
|
||||
"width": 2,
|
||||
"height": 2,
|
||||
"rawWidth": 2,
|
||||
"rawHeight": 2,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"subMetas": {}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user