mirror of
https://github.com/stonega/tsacdop
synced 2025-02-10 16:40:44 +01:00
modified: tool/env.dart
This commit is contained in:
parent
f5e6308de6
commit
07256fbc7b
@ -868,7 +868,7 @@ class _MyFavoriteState extends State<_MyFavorite>
|
|||||||
EpisodeGrid(
|
EpisodeGrid(
|
||||||
episodes: snapshot.data,
|
episodes: snapshot.data,
|
||||||
layout: _layout,
|
layout: _layout,
|
||||||
initNum: 9,
|
initNum: 0,
|
||||||
),
|
),
|
||||||
SliverList(
|
SliverList(
|
||||||
delegate: SliverChildBuilderDelegate(
|
delegate: SliverChildBuilderDelegate(
|
||||||
@ -991,7 +991,7 @@ class _MyDownloadState extends State<_MyDownload>
|
|||||||
: EpisodeGrid(
|
: EpisodeGrid(
|
||||||
episodes: episodes,
|
episodes: episodes,
|
||||||
layout: _layout,
|
layout: _layout,
|
||||||
initNum: 9,
|
initNum: 0,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
@ -9,4 +9,5 @@ Future<void> main() async {
|
|||||||
|
|
||||||
final filename = 'lib/.env.dart';
|
final filename = 'lib/.env.dart';
|
||||||
File(filename).writeAsString('final environment = ${json.encode(config)};');
|
File(filename).writeAsString('final environment = ${json.encode(config)};');
|
||||||
|
print('Write successfully');
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user