chore: update ui details

This commit is contained in:
Simon Ding
2024-09-04 16:20:33 +08:00
parent 5d4429bf7c
commit c2d9ccfd4c
2 changed files with 3 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ class _GeneralState extends ConsumerState<GeneralSettings> {
decoration: const InputDecoration(
labelText: "代理地址",
icon: Icon(Icons.web),
hintText: "http://10.0.0.1:1080",
helperText: "后台联网代理地址,留空表示不启用代理"),
),
SizedBox(

View File

@@ -116,6 +116,7 @@ class _NotifierState extends ConsumerState<NotifierSettings> {
},
child: Column(
children: [
const Text("https://bark.day.app/#/"),
FormBuilderTextField(
name: "name",
decoration: Commons.requiredTextFieldStyle(text: "名称"),
@@ -176,6 +177,7 @@ class _NotifierState extends ConsumerState<NotifierSettings> {
},
child: Column(
children: [
const Text("https://pushover.net/"),
FormBuilderTextField(
name: "name",
decoration: Commons.requiredTextFieldStyle(text: "名称"),