mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
feat(cli): update Tips.tsx component (#1284)
This commit is contained in:
@@ -19,27 +19,28 @@ export const Tips: React.FC<TipsProps> = ({ config }) => {
|
|||||||
<Box flexDirection="column" marginBottom={1}>
|
<Box flexDirection="column" marginBottom={1}>
|
||||||
<Text color={Colors.Foreground}>Tips for getting started:</Text>
|
<Text color={Colors.Foreground}>Tips for getting started:</Text>
|
||||||
<Text color={Colors.Foreground}>
|
<Text color={Colors.Foreground}>
|
||||||
1.{' '}
|
1. Ask questions, edit code or run commands.
|
||||||
<Text bold color={Colors.AccentPurple}>
|
|
||||||
/help
|
|
||||||
</Text>{' '}
|
|
||||||
for more information.
|
|
||||||
</Text>
|
</Text>
|
||||||
<Text color={Colors.Foreground}>
|
<Text color={Colors.Foreground}>
|
||||||
2. Ask coding questions, edit code or run commands.
|
2. Be specific for the best results.
|
||||||
</Text>
|
|
||||||
<Text color={Colors.Foreground}>
|
|
||||||
3. Be specific for the best results.
|
|
||||||
</Text>
|
</Text>
|
||||||
{geminiMdFileCount === 0 && (
|
{geminiMdFileCount === 0 && (
|
||||||
<Text color={Colors.Foreground}>
|
<Text color={Colors.Foreground}>
|
||||||
4. Create{' '}
|
3. Create{' '}
|
||||||
<Text bold color={Colors.AccentPurple}>
|
<Text bold color={Colors.AccentPurple}>
|
||||||
GEMINI.md
|
GEMINI.md
|
||||||
</Text>{' '}
|
</Text>{' '}
|
||||||
files to customize your interactions with Gemini.
|
files to customize your interactions with Gemini.
|
||||||
</Text>
|
</Text>
|
||||||
)}
|
)}
|
||||||
|
<Text color={Colors.Foreground}>
|
||||||
|
{geminiMdFileCount === 0 ? '4.' : '3.'}{' '}
|
||||||
|
<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.
|
||||||
|
</Text>
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user