添加供应商URL可点击功能:支持在默认浏览器中打开链接
This commit is contained in:
@@ -22,6 +22,8 @@ declare global {
|
||||
switchProvider: (providerId: string) => Promise<boolean>
|
||||
getClaudeCodeConfigPath: () => Promise<string>
|
||||
selectConfigFile: () => Promise<string | null>
|
||||
checkStatus: (provider: Provider) => Promise<boolean>
|
||||
openExternal: (url: string) => Promise<boolean>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user