mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-26 20:47:57 +08:00
chore: update ui details
This commit is contained in:
@@ -63,6 +63,7 @@ class _GeneralState extends ConsumerState<GeneralSettings> {
|
|||||||
decoration: const InputDecoration(
|
decoration: const InputDecoration(
|
||||||
labelText: "代理地址",
|
labelText: "代理地址",
|
||||||
icon: Icon(Icons.web),
|
icon: Icon(Icons.web),
|
||||||
|
hintText: "http://10.0.0.1:1080",
|
||||||
helperText: "后台联网代理地址,留空表示不启用代理"),
|
helperText: "后台联网代理地址,留空表示不启用代理"),
|
||||||
),
|
),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
|
|||||||
@@ -116,6 +116,7 @@ class _NotifierState extends ConsumerState<NotifierSettings> {
|
|||||||
},
|
},
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
|
const Text("https://bark.day.app/#/"),
|
||||||
FormBuilderTextField(
|
FormBuilderTextField(
|
||||||
name: "name",
|
name: "name",
|
||||||
decoration: Commons.requiredTextFieldStyle(text: "名称"),
|
decoration: Commons.requiredTextFieldStyle(text: "名称"),
|
||||||
@@ -176,6 +177,7 @@ class _NotifierState extends ConsumerState<NotifierSettings> {
|
|||||||
},
|
},
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
|
const Text("https://pushover.net/"),
|
||||||
FormBuilderTextField(
|
FormBuilderTextField(
|
||||||
name: "name",
|
name: "name",
|
||||||
decoration: Commons.requiredTextFieldStyle(text: "名称"),
|
decoration: Commons.requiredTextFieldStyle(text: "名称"),
|
||||||
|
|||||||
Reference in New Issue
Block a user