릴리즈 1차
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<application
|
||||
android:label="csp2"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
|
||||
@@ -55,7 +55,7 @@ class _PlanPageDetailState extends State<PlanPageDetail> {
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
_currentBottomNavIndex = 0;
|
||||
_currentBottomNavIndex = 1;
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user