From 182d2b02d41da927dacca3dc1870b5aac3492ac4 Mon Sep 17 00:00:00 2001 From: Junhui Chen Date: Mon, 21 Jul 2025 17:25:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=92=8Capi=E6=9C=8D=E5=8A=A1=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 2 +- lib/server-api-util.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 11a9aaa..a29ecab 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "memowake", "slug": "memowake", - "version": "1.0.0", + "version": "0.5.0", "orientation": "portrait", "icon": "./assets/icons/png/app.png", "scheme": "memowake", diff --git a/lib/server-api-util.ts b/lib/server-api-util.ts index 8331343..10d06fc 100644 --- a/lib/server-api-util.ts +++ b/lib/server-api-util.ts @@ -25,7 +25,7 @@ export interface PagedResult { // 获取.env文件中的变量 -export const API_ENDPOINT = Constants.expoConfig?.extra?.API_ENDPOINT || "http://192.168.31.115:18080/api"; +export const API_ENDPOINT = Constants.expoConfig?.extra?.API_ENDPOINT || "https://api.memorywake.com/api"; // 更新 access_token 的逻辑 - 用于React组件中 export const useAuthToken = async(message: string | null) => {