diff --git a/package.json b/package.json index d1aec54e0..69ab16a8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sub-store-front-end", - "version": "2.14.136", + "version": "2.14.137", "private": true, "scripts": { "dev": "vite --host", diff --git a/src/locales/en.ts b/src/locales/en.ts index 1757b327b..1175ffadf 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -602,7 +602,7 @@ export default { apiSettingPage: { apiSettingTitle: 'Backend Setting', apiSettingDesc0: `1. When the backend server address is https://api.com, an attempt is made to request https://api.com/api/utils/env to verify backend availability. When the backend server address cannot be added, try accessing this address first.`, - apiSettingDesc1: `2. HTTPS front-end cannot request non-local HTTP backend. Please configure a reverse proxy or host your own HTTP front-end on your LAN.`, + apiSettingDesc1: `2. HTTPS front-end cannot request non-local HTTP backend(Some browsers also cannot access the local HTTP backend.). Please configure a reverse proxy or host your own HTTP front-end on your LAN.`, apiSettingDesc2: `Add the backend server address, such as the backend service built on server/NAS/Android/cloud platform. You can refer to XiaoYi's tutorial on setting up a backend: `, currentApi: { title: 'Current Backend', diff --git a/src/locales/zh.ts b/src/locales/zh.ts index 269c9d90d..8a9f1bdf9 100644 --- a/src/locales/zh.ts +++ b/src/locales/zh.ts @@ -604,7 +604,7 @@ export default { apiSettingPage: { apiSettingTitle: '后端设置', apiSettingDesc0: `1. 后端地址为 https://api.com 时, 将尝试请求 https://api.com/api/utils/env 验证后端可用性. 当无法添加后端地址时, 可先尝试访问此地址`, - apiSettingDesc1: `2. HTTPS 前端无法请求非本地的 HTTP 后端. 请配置反代或在局域网自建 HTTP 前端. `, + apiSettingDesc1: `2. HTTPS 前端无法请求非本地的 HTTP 后端(部分浏览器上也无法访问本地 HTTP 后端). 请配置反代或在局域网自建 HTTP 前端. `, apiSettingDesc2: `3. 添加后端服务器地址,例如 服务器/NAS/Android/云平台 上搭建的后端服务。可以查看小一佬的后端搭建教程:`, currentApi: { title: '当前后端',