Browse Source

0017136: 【设置】在设置窗口中点击端口,输入端口号数字,不需要显示+ 和-(而且+ 和-的使用有问题,输入9400,点击-,显示999)

finlay 1 year ago
parent
commit
c1400850fe
2 changed files with 3 additions and 3 deletions
  1. 1 1
      lib/pages/settings/server/view.dart
  2. 2 2
      pubspec.lock

+ 1 - 1
lib/pages/settings/server/view.dart

@@ -61,7 +61,7 @@ class ServerSettingPage extends GetView<ServerSettingController> {
                 label: "端口",
                 content: state.port.toString(),
                 onTap: () async {
-                  final newValue = await VDialogNumber(
+                  final newValue = await VDialogInput(
                     title: "端口",
                     initialValue: state.port.toString(),
                   ).show();

+ 2 - 2
pubspec.lock

@@ -375,8 +375,8 @@ packages:
     dependency: "direct main"
     description:
       path: "."
-      ref: "41944c6"
-      resolved-ref: "41944c6e4d5fa8941855a63dcfc5904e00da24f3"
+      ref: fc87e31
+      resolved-ref: fc87e31cc73f60255c8130a45968b5388f781a60
       url: "http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git"
     source: git
     version: "0.0.1"