From 795ccbfd51a04c370c4106478211eff90a98d394 Mon Sep 17 00:00:00 2001 From: TQCasey <494294315@qq.com> Date: Fri, 30 Jan 2026 22:09:17 +0800 Subject: [PATCH] fix --- App.tsx | 2 +- android/.idea/gradle.xml | 1 + servers/walletman | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/App.tsx b/App.tsx index 92aa05b..4da9053 100644 --- a/App.tsx +++ b/App.tsx @@ -99,7 +99,7 @@ const styles = StyleSheet.create({ class Api { - public static readonly BASE_URL = 'http://192.168.1.155:16000'; + public static readonly BASE_URL = 'http://192.168.1.111:16000'; private static _instance: Api | null = null; private ws: WebSocket | null = null; private clientId: string = ''; diff --git a/android/.idea/gradle.xml b/android/.idea/gradle.xml index d00a401..b215a9d 100644 --- a/android/.idea/gradle.xml +++ b/android/.idea/gradle.xml @@ -26,6 +26,7 @@