mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
Fix "npx https:...." header issue (#759)
This commit is contained in:
parent
77afd37c2e
commit
822803d9d6
3 changed files with 14 additions and 58 deletions
|
|
@ -337,7 +337,7 @@ export const App = ({
|
|||
key={staticKey}
|
||||
items={[
|
||||
<Box flexDirection="column" key="header">
|
||||
<Header title={process.env.CLI_TITLE} />
|
||||
<Header />
|
||||
<Tips config={config} />
|
||||
</Box>,
|
||||
...history.map((h) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue