feat ui: support import provider from template

This commit is contained in:
musistudio
2025-08-02 22:56:18 +08:00
parent cd43a74ab5
commit 996a05d1d6
10 changed files with 161 additions and 104 deletions

View File

@@ -1,4 +1,4 @@
import type { Config, Provider, Transformer } from '@/components/ConfigProvider';
import type { Config, Provider, Transformer } from '@/types';
// API Client Class for handling requests with baseUrl and apikey authentication
class ApiClient {