perf: 优化micro解压的-x参数
This commit is contained in:
@@ -131,6 +131,11 @@ const baseURL = new Command('baseURL')
|
||||
setTokenList([]);
|
||||
return;
|
||||
}
|
||||
if (!config.baseURL) {
|
||||
config = getConfig();
|
||||
writeConfig({ ...config, baseURL: 'https://kevisual.xiongxiao.me' });
|
||||
config = getConfig();
|
||||
}
|
||||
console.log('current baseURL:', config.baseURL);
|
||||
});
|
||||
app.addCommand(baseURL);
|
||||
|
||||
Reference in New Issue
Block a user