更新底栏

master
落雨楓 1 year ago
parent a71f7ccc3b
commit 7242b6f12c

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

File diff suppressed because one or more lines are too long

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

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

Loading…
Cancel
Save