panhui hace 6 años
padre
commit
2e40a2265b
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. BIN
      fonts/庞门正道标题体.ttf
  2. 1 1
      lib/main.dart
  3. 2 2
      lib/net/HttpManager.dart

BIN
fonts/庞门正道标题体.ttf


+ 1 - 1
lib/main.dart

@@ -37,7 +37,7 @@ class MobileCyberGamesApp extends StatelessWidget {
         theme: ThemeData(
             cardColor: Color(0xFF2B2B42),
             backgroundColor: Color(0xFF222335),
-            primaryColor: Color(0xFFC2524D),
+            primaryColor: Color(0xFFFFC30F),
             buttonColor: Color(0xFFC2524D),
             accentColor: Color(0xFFC2524D),
             textSelectionColor: Colors.white,

+ 2 - 2
lib/net/HttpManager.dart

@@ -3,8 +3,8 @@ import 'Result.dart';
 import 'package:intl/intl.dart';
 
 class HttpManager {
-  static String baseUrl = 'http://47.96.141.102:8201/';
-  // static String baseUrl='http://192.168.50.121:8080/';
+  // static String baseUrl = 'http://47.96.141.102:8201/';
+  static String baseUrl='http:// 192.168.50.226:8080/';
   static String token;
   static bool debug;