opt.: ssh

This commit is contained in:
lollipopkit
2024-04-23 00:36:44 +08:00
parent 4044f43808
commit d312b783e9
15 changed files with 82 additions and 12 deletions

View File

@@ -138,6 +138,7 @@ class _HomePageState extends State<HomePage>
body: PageView.builder(
controller: _pageController,
itemCount: AppTab.values.length,
physics: const NeverScrollableScrollPhysics(),
itemBuilder: (_, index) => AppTab.values[index].page,
onPageChanged: (value) {
if (!_switchingPage) {