Skip to content

Commit

Permalink
feat: web ui doc
Browse files Browse the repository at this point in the history
  • Loading branch information
trueai-org committed Jul 25, 2024
1 parent fb6a782 commit 1c6e712
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/locales/en-US/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default {
'pages.welcome.midjourney-proxy': 'midjourney-proxy is an open-source project that proxies the MidJourney discord channel, implementing AI drawing calls in API form.',
'pages.welcome.wechat-ai': 'wechat-ai is a WeChat robot project implemented based on chatgpt-on-wechat and midjourney-proxy-plus.',
'pages.welcome.go-amz-ai': 'GoAmzAI 🤖️ A brand new private AIGC platform for individuals, teams, and enterprises, built with Golang, Vue3, and NaiveUI.',
'pages.welcome.midjourney-proxy-webui': 'Midjourney Proxy Backend Management Front-end Project',
'pages.welcome.alertMessage': 'Faster and stronger heavy-duty components have been released.',
'pages.admin.subPage.title': 'This page can only be viewed by Admin',
'pages.admin.subPage.alertMessage':
Expand Down
1 change: 1 addition & 0 deletions src/locales/zh-CN/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default {
'pages.welcome.learn': '了解',
'pages.welcome.midjourney-proxy': 'midjourney-proxy 是一个代理 MidJourney 的 discord 频道的开源项目,实现 api 形式调用 AI 绘图。',
'pages.welcome.go-amz-ai': 'GoAmzAI 🤖️ 基于 Golang + Vue3 + NaiveUI 的全新的个人、团队、企业私有化AIGC平台',
'pages.welcome.midjourney-proxy-webui': 'Midjourney Proxy 管理后台前端项目',
'pages.welcome.alertMessage': '更快更强的重型组件,已经发布。',
'pages.welcome.learnMore': '了解更多',

Expand Down
6 changes: 3 additions & 3 deletions src/pages/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ const Welcome: React.FC = () => {
/>
<InfoCard
index={2}
title={intl.formatMessage({ id: 'pages.welcome.learn' }) + ' GoAmzAI'}
href="https://github.com/Licoy/GoAmzAI"
desc={intl.formatMessage({ id: 'pages.welcome.go-amz-ai' })}
title={intl.formatMessage({ id: 'pages.welcome.learn' }) + ' Midjourney Proxy Web UI'}
href="https://github.com/trueai-org/midjourney-proxy-webui"
desc={intl.formatMessage({ id: 'pages.welcome.midjourney-proxy-webui' })}
/>
</div>
</div>
Expand Down

0 comments on commit 1c6e712

Please sign in to comment.