diff --git a/public/locales/en-US/application.json b/public/locales/en-US/application.json index 3e5fc1f..8f02ec5 100644 --- a/public/locales/en-US/application.json +++ b/public/locales/en-US/application.json @@ -479,9 +479,9 @@ "language": "Language", "iOSApp": "iOS App", "connectByiOS": "Connect to <0>{{title}}0> through iOS devices.", - "downloadOurApp": "Download our iOS App:", - "fillInEndpoint": "Enter \"{{url}}\" as the \"Endpoint\";", - "loginApp": "Sign in using your Email and password.", + "downloadOurApp": "Download our iOS APP:", + "fillInEndpoint": "Scan below QR Code with our App (DO NOT use other app to scan):", + "loginApp": "You can start using the iOS App now. If you encounter problems with the QR Code, you can also try to manually enter your username and password to log in.", "aboutCloudreve": "About Cloudreve", "githubRepo": "GitHub Repository", "homepage": "Homepage" diff --git a/public/locales/zh-CN/application.json b/public/locales/zh-CN/application.json index 16c1d53..72f2f09 100644 --- a/public/locales/zh-CN/application.json +++ b/public/locales/zh-CN/application.json @@ -479,8 +479,8 @@ "iOSApp": "iOS 客户端", "connectByiOS": "通过 iOS 设备连接到 <0>{{title}}0>", "downloadOurApp": "下载并安装我们的 iOS 应用:", - "fillInEndpoint": "在 “站点地址” 中填入 “{{url}}”;", - "loginApp": "输入您的用户名及密码完成登录。", + "fillInEndpoint": "使用我们的 iOS 应用扫描下方二维码(其他扫码应用无效):", + "loginApp": "完成绑定,你可以开始使用 iOS 客户端了。如果扫码绑定遇到问题,你也可以尝试手动输入用户名和密码登录。", "aboutCloudreve": "关于 Cloudreve", "githubRepo": "GitHub 仓库", "homepage": "主页" diff --git a/public/locales/zh-TW/application.json b/public/locales/zh-TW/application.json index fb798bc..ff06efd 100644 --- a/public/locales/zh-TW/application.json +++ b/public/locales/zh-TW/application.json @@ -478,10 +478,10 @@ "iOSApp": "iOS 用戶端", "connectByiOS": "通過 iOS 設備連接到 <0>{{title}}0>", "downloadOurApp": "下載並安裝我們的 iOS 應用:", - "fillInEndpoint": "在 “站點地址” 中填入 “{{url}}”;", - "loginApp": "輸入您的使用者名稱及密碼完成登錄。", + "fillInEndpoint": "使用我們的 iOS 應用掃描下方二維碼(其他掃碼應用無效):", + "loginApp": "完成綁定,你可以開始使用 iOS 客戶端了。如果掃碼綁定遇到問題,你也可以嘗試手動輸入用戶名和密碼登錄。", "aboutCloudreve": "關於 Cloudreve", "githubRepo": "GitHub 倉庫", - "homepage": "首頁" + "homepage": "主頁" } } \ No newline at end of file diff --git a/src/component/Setting/AppPromotion.js b/src/component/Setting/AppPromotion.js index 7f44bcf..10ff334 100644 --- a/src/component/Setting/AppPromotion.js +++ b/src/component/Setting/AppPromotion.js @@ -5,6 +5,7 @@ import { useTheme, fade } from "@material-ui/core/styles"; import Box from "@material-ui/core/Box"; import { useSelector } from "react-redux"; import Link from "@material-ui/core/Link"; +import AppQRCode from "./AppQRCode"; const PhoneSkeleton = () => { const theme = useTheme(); @@ -150,10 +151,11 @@ export default function AppPromotion() {