feat(ui): enhance Codex provider list display by extracting base_url/model_provider from config.toml; plumb appType into ProviderList

This commit is contained in:
Jason
2025-08-31 16:55:55 +08:00
parent 74babf9730
commit 97e7f34260
2 changed files with 28 additions and 2 deletions

View File

@@ -246,6 +246,7 @@ function App() {
onSwitch={handleSwitchProvider}
onDelete={handleDeleteProvider}
onEdit={setEditingProviderId}
appType={activeApp}
/>
</div>