mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 03:27:39 +08:00
fix: change season 0 name
This commit is contained in:
@@ -100,7 +100,7 @@ class _TvDetailsPageState extends ConsumerState<TvDetailsPage> {
|
|||||||
tilePadding: const EdgeInsets.fromLTRB(10, 0, 10, 0),
|
tilePadding: const EdgeInsets.fromLTRB(10, 0, 10, 0),
|
||||||
//childrenPadding: const EdgeInsets.fromLTRB(50, 0, 50, 0),
|
//childrenPadding: const EdgeInsets.fromLTRB(50, 0, 50, 0),
|
||||||
initiallyExpanded: false,
|
initiallyExpanded: false,
|
||||||
title: k == 0 ? const Text("特集") : Text("第 $k 季"),
|
title: k == 0 ? const Text("特别篇") : Text("第 $k 季"),
|
||||||
expandedCrossAxisAlignment: CrossAxisAlignment.stretch,
|
expandedCrossAxisAlignment: CrossAxisAlignment.stretch,
|
||||||
children: [
|
children: [
|
||||||
DataTable(columns: const [
|
DataTable(columns: const [
|
||||||
|
|||||||
Reference in New Issue
Block a user