Skip to content

Commit 0340f59

Browse files
committed
启动图
1 parent 869dd3c commit 0340f59

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
}
6+
}

ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111
},
1212
{
1313
"idiom" : "iphone",
14+
"filename" : "[email protected]",
1415
"scale" : "2x"
1516
},
1617
{
1718
"idiom" : "iphone",
19+
"filename" : "[email protected]",
1820
"subtype" : "retina4",
1921
"scale" : "2x"
2022
},
@@ -26,10 +28,12 @@
2628
},
2729
{
2830
"idiom" : "iphone",
31+
"filename" : "[email protected]",
2932
"scale" : "3x"
3033
},
3134
{
3235
"idiom" : "iphone",
36+
"filename" : "[email protected]",
3337
"subtype" : "retina4",
3438
"scale" : "3x"
3539
},
@@ -54,20 +58,6 @@
5458
"unassigned" : true,
5559
"subtype" : "retina4",
5660
"scale" : "2x"
57-
},
58-
{
59-
"idiom" : "iphone",
60-
"filename" : "[email protected]",
61-
"unassigned" : true,
62-
"subtype" : "736h",
63-
"scale" : "3x"
64-
},
65-
{
66-
"idiom" : "iphone",
67-
"filename" : "[email protected]",
68-
"unassigned" : true,
69-
"subtype" : "2436h",
70-
"scale" : "3x"
7161
}
7262
],
7363
"info" : {

lib/common/ab/SqlManager.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import 'package:sqflite/sqflite.dart';
1010
*/
1111

1212
class SqlManager {
13-
static final _VERSION = 1;
13+
static const _VERSION = 1;
1414

15-
static final _NAME = "gsy_github_app_flutter.db";
15+
static const _NAME = "gsy_github_app_flutter.db";
1616

1717
static Database _database;
1818

0 commit comments

Comments
 (0)