opt:移除冗余设置
This commit is contained in:
@ -37,7 +37,6 @@ void main() async {
|
|||||||
systemNavigationBarColor: Colors.transparent,
|
systemNavigationBarColor: Colors.transparent,
|
||||||
systemNavigationBarDividerColor: Colors.transparent,
|
systemNavigationBarDividerColor: Colors.transparent,
|
||||||
statusBarColor: Colors.transparent,
|
statusBarColor: Colors.transparent,
|
||||||
statusBarIconBrightness: Brightness.dark,
|
|
||||||
));
|
));
|
||||||
await Request.setCookie();
|
await Request.setCookie();
|
||||||
Data.init();
|
Data.init();
|
||||||
|
|||||||
Reference in New Issue
Block a user