Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/src/components/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Header = () => {
download='monkeycode-client.vsix'
rel='noopener noreferrer'
>
下载客户端
下载 VSCode 插件
</Button>
<Tooltip title='退出登录'>
<IconButton
Expand Down
8 changes: 4 additions & 4 deletions ui/src/pages/invite/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,10 @@ const Invite = () => {
<StepCard>
<DownloadIcon sx={{ fontSize: 60, color: 'primary.main', mb: 2 }} />
<Typography variant='h6' gutterBottom fontWeight='bold'>
下载 MonkeyCode 客户端
下载 VSCode 插件
</Typography>
<Typography variant='body2' color='text.secondary' sx={{ mb: 3 }}>
请下载并安装 MonkeyCode 客户端,这是使用我们服务的必要步骤
请下载并安装 VSCode 插件,这是使用我们服务的必要步骤
</Typography>
<Button
variant='contained'
Expand All @@ -355,7 +355,7 @@ const Invite = () => {
}, 500);
}}
>
下载客户端
下载 VSCode 插件
</Button>
</StepCard>
);
Expand Down Expand Up @@ -437,7 +437,7 @@ const Invite = () => {
<StepLabel>注册账号</StepLabel>
</Step>
<Step>
<StepLabel>下载客户端</StepLabel>
<StepLabel>下载 VSCode 插件</StepLabel>
</Step>
<Step>
<StepLabel>使用教程</StepLabel>
Expand Down