This commit is contained in:
vipg
2025-11-19 17:04:19 +08:00
parent abb1c8500c
commit e2114845b5

View File

@@ -209,8 +209,8 @@ class _AddCountryPageState extends State<AddCountryPage> {
controller: _flagController,
style: TextStyle(color: theme.colorScheme.onSurface),
decoration: InputDecoration(
labelText: '国旗URL',
hintText: '请输入国旗图片URL可选',
labelText: '国旗emoji',
hintText: '请输入国旗图片emoji',
prefixIcon: Icon(
Icons.flag,
color: theme.colorScheme.secondary,