Skip to content

Commit

Permalink
chore: desc
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Dec 12, 2023
1 parent b6615ac commit fa69d99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: '当前后端',
},
Expand Down
4 changes: 2 additions & 2 deletions src/views/settings/APISetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@
<p>{{ $t(`apiSettingPage.apiSettingDesc1`) }}</p>
{{ $t(`apiSettingPage.apiSettingDesc2`) }}
<a
href="https://xream.notion.site/Node-js-render-fork-3334b3943c4f4671b25a24908613e63d"
href="https://xream.notion.site/Sub-Store-abe6a96944724dc6a36833d5c9ab7c87"
target="_blank"
>
https://xream.notion.site/Node-js-render-fork-3334b3943c4f4671b25a24908613e63d</a>
https://xream.notion.site/Sub-Store-abe6a96944724dc6a36833d5c9ab7c87</a>
</p>
</div>
</template>
Expand Down

0 comments on commit fa69d99

Please sign in to comment.