From fa69d99bff4858e70b41f51e92e68d62eefda048 Mon Sep 17 00:00:00 2001 From: xream Date: Wed, 13 Dec 2023 02:17:16 +0800 Subject: [PATCH] chore: desc --- src/locales/en.ts | 2 +- src/locales/zh.ts | 2 +- src/views/settings/APISetting.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/locales/en.ts b/src/locales/en.ts index 49786cfd7..343510242 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -527,7 +527,7 @@ export default { 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.`, - apiSettingDesc2: `Add the backend server address, such as the backend service built on VPS or Render. You can refer to XiaoYi's tutorial on setting up a backend: `, + 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 19ab18c63..c559f60df 100644 --- a/src/locales/zh.ts +++ b/src/locales/zh.ts @@ -529,7 +529,7 @@ export default { apiSettingTitle: '后端设置', apiSettingDesc0: `1. 后端地址为 https://api.com 时, 将尝试请求 https://api.com/api/utils/env 验证后端可用性. 当无法添加后端地址时, 可先尝试访问此地址`, apiSettingDesc1: `2. HTTPS 前端无法请求非本地的 HTTP 后端. 请配置反代或在局域网自建 HTTP 前端. `, - apiSettingDesc2: `3. 添加后端服务器地址,例如 VPS 或 Render 上搭建的后端服务。可以查看小一佬的后端搭建教程:`, + apiSettingDesc2: `3. 添加后端服务器地址,例如 服务器/NAS/Android/云平台 上搭建的后端服务。可以查看小一佬的后端搭建教程:`, currentApi: { title: '当前后端', }, diff --git a/src/views/settings/APISetting.vue b/src/views/settings/APISetting.vue index 22b647f49..fc1e94dad 100644 --- a/src/views/settings/APISetting.vue +++ b/src/views/settings/APISetting.vue @@ -104,10 +104,10 @@

{{ $t(`apiSettingPage.apiSettingDesc1`) }}

{{ $t(`apiSettingPage.apiSettingDesc2`) }} - https://xream.notion.site/Node-js-render-fork-3334b3943c4f4671b25a24908613e63d + https://xream.notion.site/Sub-Store-abe6a96944724dc6a36833d5c9ab7c87