remove task

This commit is contained in:
2025-10-28 15:09:45 +08:00
parent 4dbee366c5
commit 6eb6b7ec79
30 changed files with 14 additions and 790 deletions

View File

@@ -144,7 +144,7 @@ export class AssistantInit extends AssistantConfig {
const https = this.getConfig()?.https || {};
return {
https,
protocol: https?.type === 'http' ? 'http' : 'https',
protocol: https?.type === 'https' ? 'https' : 'http',
};
}
}