From c42d89d58598402acec4fbb98465c3b150cc018c Mon Sep 17 00:00:00 2001 From: TQCasey <494294315@qq.com> Date: Tue, 10 Feb 2026 19:24:00 +0800 Subject: [PATCH] fix bugs --- libs/rnwalletman | 2 +- services/api.ts | 2 +- styles/index.ts => styles.ts | 0 types/index.ts => types.ts | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename styles/index.ts => styles.ts (100%) rename types/index.ts => types.ts (100%) diff --git a/libs/rnwalletman b/libs/rnwalletman index d61697c..9e984f0 160000 --- a/libs/rnwalletman +++ b/libs/rnwalletman @@ -1 +1 @@ -Subproject commit d61697cdc7dc69aa59f99edd24f3ddc05ad0558b +Subproject commit 9e984f0eddf2e52062bfe27f8c1f22476cfc756c diff --git a/services/api.ts b/services/api.ts index 6178f67..e285d3b 100644 --- a/services/api.ts +++ b/services/api.ts @@ -1,6 +1,6 @@ import { WalletType } from 'rnwalletman'; -const DOMAIN = '192.168.1.168:16000'; +const DOMAIN = '192.168.0.101:16000'; const BASE_URL = `http://${DOMAIN}`; const WS_URL = `ws://${DOMAIN}/ws`; diff --git a/styles/index.ts b/styles.ts similarity index 100% rename from styles/index.ts rename to styles.ts diff --git a/types/index.ts b/types.ts similarity index 100% rename from types/index.ts rename to types.ts