fix:更新定时任务push

This commit is contained in:
吕新雨
2026-02-11 13:50:02 +08:00
parent 402cbf90eb
commit eef5210c99
5 changed files with 112 additions and 58 deletions

View File

@@ -46,7 +46,7 @@ function getApiBaseUrl(env: AppRuntimeEnv): string {
return getOptionalEnv('EXPO_PUBLIC_API_BASE_URL_PROD', getOptionalEnv('EXPO_PUBLIC_API_BASE_URL_LOCAL', 'https://api.damer.fun'));
}
export const API_BASE_URL = getApiBaseUrl(APP_ENV);
export const API_BASE_URL = getApiBaseUrl(APPpai qa
/**
* 调试:打印环境变量注入结果(仅开发环境)