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

Function openAddImageModal

frontend/src/composables/useProviderForm.ts:372–376  ·  view source on GitHub ↗

* 打开添加图片服务商弹窗

()

Source from the content-addressed store, hash-verified

370 * 打开添加图片服务商弹窗
371 */
372 function openAddImageModal() {
373 editingImageProvider.value = null
374 imageForm.value = createEmptyImageForm()
375 showImageModal.value = true
376 }
377
378 /**
379 * 打开编辑图片服务商弹窗

Callers

nothing calls this directly

Calls 1

createEmptyImageFormFunction · 0.85

Tested by

no test coverage detected