* 激活图片服务商
(name: string)
| 362 | * 激活图片服务商 |
| 363 | */ |
| 364 | async function activateImageProvider(name: string) { |
| 365 | imageConfig.value.active_provider = name |
| 366 | await autoSaveConfig() |
| 367 | } |
| 368 | |
| 369 | /** |
| 370 | * 打开添加图片服务商弹窗 |
nothing calls this directly
no test coverage detected