bump: 更新版本

This commit is contained in:
2025-11-25 00:35:45 +08:00
parent 2fb1fd429f
commit 283fa5c603
5 changed files with 71 additions and 96 deletions

View File

@@ -141,7 +141,7 @@ export class AssistantConfig {
this.init();
}
}
getConfigPath() {}
getConfigPath() { }
getConfig() {
try {
if (!checkFileExists(this.configPath.configPath)) {
@@ -299,9 +299,9 @@ export function parseArgs(args: string[]) {
}
}
// 处理 home 参数
if (arg === '--home') {
result.home = true;
}
// if (arg === '--home') {
result.home = true;
// }
if (arg === '--help' || arg === '-h') {
result.help = true;
}