Merge branch 'master' of git-ssh.isekai.cn:hyperzlib/IsekaiWidgets

master
落雨楓 1 year ago
commit 6414b5e6ce

@ -1,5 +1,5 @@
{
"name": "Isekai Widgets",
"name": "IsekaiWidgets",
"namemsg": "isekai-widgets",
"author": "Hyperzlib",
"version": "1.0.3",

File diff suppressed because one or more lines are too long

@ -209,7 +209,7 @@
display: none;
}
.isekai-bottom-nav {
.isekai-bottom-nav-container {
display: none;
}
}

@ -94,8 +94,6 @@ export class BottomNavWidget {
this.btnList.push(newBtnInfo);
}
console.log(this.btnList);
return btnElem;
}

Loading…
Cancel
Save