From 7b5a20ec688de8c5fe5a97390fdd5b0117aab676 Mon Sep 17 00:00:00 2001 From: xream Date: Sat, 10 Feb 2024 23:20:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=96=87=E6=A1=88(=E9=83=A8=E5=88=86=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E4=B8=8A=20HTTPS=20=E5=89=8D=E7=AB=AF=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E8=AE=BF=E9=97=AE=E6=9C=AC=E5=9C=B0=20HTTP=20?= =?UTF-8?q?=E5=90=8E=E7=AB=AF)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/locales/en.ts | 2 +- src/locales/zh.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: '当前后端',