@pikecode/api-key-manager 1.0.33 → 1.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/commands/switch.js +2 -0
package/package.json
CHANGED
package/src/commands/switch.js
CHANGED
|
@@ -840,6 +840,8 @@ class EnvSwitcher extends BaseCommand {
|
|
|
840
840
|
const choices = this.createProviderChoices(providers, true, statusMap);
|
|
841
841
|
|
|
842
842
|
this.currentPromptContext = 'manage';
|
|
843
|
+
// 管理界面显示所有供应商,更新 filteredProviders 以保持一致
|
|
844
|
+
this.filteredProviders = providers;
|
|
843
845
|
|
|
844
846
|
if (providers.length > 0) {
|
|
845
847
|
this._startStatusRefresh(providers);
|