mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
feat(cli): Allow custom title in CLI header (#706)
This commit is contained in:
@@ -322,7 +322,7 @@ export const App = ({
|
||||
key={staticKey}
|
||||
items={[
|
||||
<Box flexDirection="column" key="header">
|
||||
<Header />
|
||||
<Header title={settings.merged.title} />
|
||||
<Tips config={config} />
|
||||
</Box>,
|
||||
...history.map((h) => (
|
||||
|
||||
Reference in New Issue
Block a user