Merge pull request #273 from safe1ine/main

修改下载客户端的提示文字
This commit is contained in:
safe1ine
2025-08-14 15:00:31 +08:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ const Header = () => {
download='monkeycode-client.vsix'
rel='noopener noreferrer'
>
VSCode
</Button>
<Tooltip title='退出登录'>
<IconButton

View File

@@ -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'
@@ -355,7 +355,7 @@ const Invite = () => {
}, 500);
}}
>
VSCode
</Button>
</StepCard>
);
@@ -437,7 +437,7 @@ const Invite = () => {
<StepLabel></StepLabel>
</Step>
<Step>
<StepLabel></StepLabel>
<StepLabel> VSCode </StepLabel>
</Step>
<Step>
<StepLabel>使</StepLabel>