mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-06 10:07:45 +08:00
chore: do some work
This commit is contained in:
@@ -69,7 +69,7 @@ class _SearchPageState extends State<SearchPage> {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
m.name!,
|
||||
"${m.name} (${m.firstAirDate?.split("-")[0]})",
|
||||
style: const TextStyle(
|
||||
fontSize: 14, fontWeight: FontWeight.bold),
|
||||
),
|
||||
|
||||
@@ -37,7 +37,7 @@ class _SystemSettingsPageState extends State<SystemSettingsPage> {
|
||||
labelText: "TMDB Api Key",
|
||||
icon: Icon(Icons.key),
|
||||
),
|
||||
// 校验用户名
|
||||
//
|
||||
validator: (v) {
|
||||
return v!.trim().isNotEmpty ? null : "ApiKey 不能为空";
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user