mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 11:39:46 +08:00
chore: do some work
This commit is contained in:
@@ -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