MCPcopy Create free account
hub / github.com/HisMax/RedInk / openAddTextModal

Function openAddTextModal

frontend/src/composables/useProviderForm.ts:218–222  ·  view source on GitHub ↗

* 打开添加文本服务商弹窗

()

Source from the content-addressed store, hash-verified

216 * 打开添加文本服务商弹窗
217 */
218 function openAddTextModal() {
219 editingTextProvider.value = null
220 textForm.value = createEmptyTextForm()
221 showTextModal.value = true
222 }
223
224 /**
225 * 打开编辑文本服务商弹窗

Callers

nothing calls this directly

Calls 1

createEmptyTextFormFunction · 0.85

Tested by

no test coverage detected