Skip to content

Commit

Permalink
chore: update menu
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Mar 10, 2024
1 parent 4fe8cb4 commit f5b31d3
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ _🚀 **Next Generation AI One-Stop Solution**_
6. **系统设置中的后端域名是什么?**
- 后端域名是指后端 API 服务的地址, 默认为你访问站点后加 `/api` 的地址, 如 `https://example.com/api`
- 如果设置为非 *SERVE_STATIC* 模式, 开启前后端分离部署, 请将后端域名设置为你的后端 API 服务地址, 如 `https://api.example.com`
- 后端域名用于(且目前仅限于) Midjourney Proxy 服务的后端回调地址, 如无需使用 Midjourney Proxy 服务, 请忽略此设置。
- 后端域名此处用于 Midjourney Proxy 服务的后端回调地址, 如无需使用 Midjourney Proxy 服务, 请忽略此设置。
7. **如何配置支付方式?**
- Chat Nio 开源版支持发卡模式, 设置系统设置中的购买链接为你的发卡地址即可。卡密可通过用户管理中兑换码管理中批量生成。
8. **礼品码和兑换码有什么区别?**
Expand Down
1 change: 0 additions & 1 deletion app/src/components/admin/UserTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ import {
import { Input } from "@/components/ui/input.tsx";
import PopupDialog, { popupTypes } from "@/components/PopupDialog.tsx";
import { getNumber, parseNumber } from "@/utils/base.ts";
import { useDeeptrain } from "@/conf/env.ts";
import { useSelector } from "react-redux";
import { selectUsername } from "@/store/auth.ts";
import { PaginationAction } from "@/components/ui/pagination.tsx";
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/app/MenuBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { openDialog as openInvitationDialog } from "@/store/invitation.ts";
import { openDialog as openSharingDialog } from "@/store/sharing.ts";
import { openDialog as openApiDialog } from "@/store/api.ts";
import router from "@/router.tsx";
import { deeptrainEndpoint, useDeeptrain } from "@/conf/env.ts";
import { deeptrainEndpoint } from "@/conf/env.ts";
import React from "react";
import { subscriptionDataSelector } from "@/store/globals.ts";
import { openWindow } from "@/utils/device.ts";
Expand Down
2 changes: 1 addition & 1 deletion app/src/resources/i18n/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@
"filePlaceholder": "文件解析服务,留空默认 https://blob.chatnio.net (不保证稳定性)",
"fileTip": "文件解析服务,请参考 [chatnio-blob-service](https://github.com/Deeptrain-Community/chatnio-blob-service) 项目进行搭建。",
"backend": "后端域名",
"backendTip": "后端回调域名(docker 安装默认路径为 /api),接收回调参数。",
"backendTip": "后端域名(docker 安装默认路径为 /api),用于接收回调和存储等,默认为空",
"backendPlaceholder": "后端回调域名,默认为空,接受回调必填(如 {{backend}})",
"mailHost": "发件域名",
"mailPort": "SMTP 端口",
Expand Down
2 changes: 1 addition & 1 deletion app/src/resources/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
"mail": "SMTP Settings",
"save": "Save",
"backend": "Backend Domain",
"backendTip": "Backend callback domain (docker installation default path is /api), receive callback parameters.",
"backendTip": "Backend domain name (docker installation default path is/api), used to receive callbacks and storage, etc., default is empty",
"mailHost": "Mail Host",
"mailPort": "SMTP Port",
"mailUser": "Username",
Expand Down
2 changes: 1 addition & 1 deletion app/src/resources/i18n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
"mail": "SMTP送信設定",
"save": "保存",
"backend": "バックエンドドメイン",
"backendTip": "バックエンドコールバックドメイン名( dockerインストールのデフォルトパスは/api )は、コールバックパラメータを受け取ります。",
"backendTip": "バックエンドドメイン名( dockerインストールのデフォルトパスは/api )、コールバックやストレージなどを受信するために使用、デフォルトは空です",
"mailHost": "送信ドメイン名",
"mailPort": "SMTPポート",
"mailUser": "ユーザー名",
Expand Down
2 changes: 1 addition & 1 deletion app/src/resources/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
"mail": "SMTP Настройки почты",
"save": "Сохранить",
"backend": "Домен бэкэнда",
"backendTip": "Домен обратного вызова бэкэнда (путь по умолчанию для установки docker - /api), получает параметры обратного вызова.",
"backendTip": "Имя домена бэкенда (путь установки докера по умолчанию -/api), используется для получения обратных вызовов и хранения и т. д., значение по умолчанию пусто",
"mailHost": "Почтовый хост",
"mailPort": "Порт SMTP",
"mailUser": "Имя пользователя",
Expand Down

0 comments on commit f5b31d3

Please sign in to comment.