所有头像显示是否可绑

This commit is contained in:
枫谷剑仙 2020-04-13 11:02:42 +08:00
parent 406cfbe2f4
commit 7214d93b8c
1 changed files with 2 additions and 0 deletions

View File

@ -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