mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
docs: improve docs to avoid ambiguity
This commit is contained in:
parent
2c9e61af9e
commit
484f8642c4
13 changed files with 38 additions and 943 deletions
|
|
@ -105,7 +105,7 @@ export class Storage {
|
|||
}
|
||||
|
||||
getExtensionsConfigPath(): string {
|
||||
return path.join(this.getExtensionsDir(), 'gemini-extension.json');
|
||||
return path.join(this.getExtensionsDir(), 'qwen-extension.json');
|
||||
}
|
||||
|
||||
getHistoryFilePath(): string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue