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

Function updateImageForm

frontend/src/composables/useProviderForm.ts:528–530  ·  view source on GitHub ↗

* 更新图片表单数据

(data: ImageProviderForm)

Source from the content-addressed store, hash-verified

526 * 更新图片表单数据
527 */
528 function updateImageForm(data: ImageProviderForm) {
529 imageForm.value = data
530 }
531
532 return {
533 // 状态

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected