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