chore: do some work

This commit is contained in:
Simon Ding
2024-07-06 10:59:30 +08:00
parent c703552267
commit 7d9dc17f87
14 changed files with 245 additions and 23 deletions

View File

@@ -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 不能为空";
},