MCPcopy
hub / github.com/HisMax/RedInk / activateTextProvider

Function activateTextProvider

frontend/src/composables/useProviderForm.ts:210–213  ·  view source on GitHub ↗

* 激活文本服务商

(name: string)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

autoSaveConfigFunction · 0.85

Tested by

no test coverage detected