所有头像显示是否可绑
This commit is contained in:
parent
406cfbe2f4
commit
7214d93b8c
|
@ -458,6 +458,8 @@ function createCardA()
|
|||
subproperty.className = "subproperty";
|
||||
const cid = cdom.appendChild(document.createElement("div"));
|
||||
cid.className = "id";
|
||||
const cawoken = cdom.appendChild(document.createElement("div"));
|
||||
cawoken.className = "awoken-count full-awoken";
|
||||
return cdom;
|
||||
}
|
||||
//返回文字说明内怪物Card的纯HTML
|
||||
|
|
Loading…
Reference in New Issue