diff --git a/src/components/HostListDialog.vue b/src/components/HostListDialog.vue index 9c2fa67..224219e 100644 --- a/src/components/HostListDialog.vue +++ b/src/components/HostListDialog.vue @@ -26,6 +26,10 @@ class="px-3 py-1.5 text-sm bg-red-100 text-red-600 hover:bg-red-200 rounded disabled:opacity-50"> 删除选中 + + 批量导入 + @@ -163,6 +167,66 @@ + + + + + + + 批量导入主播 + ✕ + + + + + 主播ID(每行一个) + + + + + + 国家: + + {{ c }} + + + + 等级: + + {{ l }} + + + + 票种: + + + 普票 + + + + 金票 + + + + + 可导入:{{ batchParsed.valid.length }} 条 + + + + 取消 + + {{ batchImporting ? '导入中...' : '导入' }} + + + + +