chore: 修改版本号和api服务地址

This commit is contained in:
Junhui Chen 2025-07-21 17:25:38 +08:00
parent 9deeaa9a0c
commit 182d2b02d4
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -25,7 +25,7 @@ export interface PagedResult<T> {
// 获取.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<T>(message: string | null) => {