* 激活文本服务商
(name: string)
| 208 | * 激活文本服务商 |
| 209 | */ |
| 210 | async function activateTextProvider(name: string) { |
| 211 | textConfig.value.active_provider = name |
| 212 | await autoSaveConfig() |
| 213 | } |
| 214 | |
| 215 | /** |
| 216 | * 打开添加文本服务商弹窗 |
nothing calls this directly
no test coverage detected