mirror of
https://github.com/simon-ding/polaris.git
synced 2026-03-14 05:30:45 +08:00
chore: update ui details
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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: "名称"),
|
||||
|
||||
Reference in New Issue
Block a user