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