mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 15:31:27 +00:00
feat: Add GEMINI.md tip to UI
- Display a tip to create a GEMINI.md file if one doesn't exist. - Pass config to Tips component so it can inspect the initial GEMINI.md count.
This commit is contained in:
parent
b4c16d1f56
commit
e297b56390
2 changed files with 36 additions and 17 deletions
|
|
@ -296,7 +296,7 @@ export const App = ({
|
|||
items={[
|
||||
<Box flexDirection="column" key="header">
|
||||
<Header />
|
||||
<Tips />
|
||||
<Tips config={config} />
|
||||
</Box>,
|
||||
...history.map((h) => (
|
||||
<HistoryItemDisplay
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue