mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
feat: Add /docs command and update UI (#1297)
This commit is contained in:
parent
4cfab0a893
commit
cb76b08e31
3 changed files with 24 additions and 3 deletions
|
|
@ -74,7 +74,7 @@ export const Footer: React.FC<FooterProps> = ({
|
|||
</Text>
|
||||
) : (
|
||||
<Text color={Colors.AccentRed}>
|
||||
no sandbox <Text color={Colors.Gray}>(see docs)</Text>
|
||||
no sandbox <Text color={Colors.Gray}>(see /docs)</Text>
|
||||
</Text>
|
||||
)}
|
||||
</Box>
|
||||
|
|
|
|||
|
|
@ -38,8 +38,7 @@ export const Tips: React.FC<TipsProps> = ({ config }) => {
|
|||
<Text bold color={Colors.AccentPurple}>
|
||||
/help
|
||||
</Text>{' '}
|
||||
for more information. Full documentation can be found at
|
||||
https://github.com/google-gemini/gemini-cli/blob/main/docs/index.md.
|
||||
for more information.
|
||||
</Text>
|
||||
</Box>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue