chore: update frontend branding copy

This commit is contained in:
CaIon
2026-06-19 18:14:40 +08:00
parent 29c3dcb927
commit 0467d54014
35 changed files with 174 additions and 116 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ const FooterBar = () => {
rel='noopener noreferrer'
className='!text-semi-color-text-1'
>
Midjourney-Proxy
MjProxy
</a>
<a
href='https://github.com/Calcium-Ion/new-api-key-tool'
+2 -2
View File
@@ -50,9 +50,9 @@ const MjLogsActions = ({
<Text>
{isAdminUser && showBanner
? t(
'当前未开启Midjourney回调,部分项目可能无法获得绘图结果,可在运营设置中开启。',
'当前未开启 MjProxy 回调,部分项目可能无法获得绘图结果,可在运营设置中开启。',
)
: t('Midjourney 任务记录')}
: t('MjProxy 任务记录')}
</Text>
</div>
</Skeleton>