diff --git a/src/views/accountpool/cursor/index.vue b/src/views/accountpool/cursor/index.vue index c806c47..a7df573 100644 --- a/src/views/accountpool/cursor/index.vue +++ b/src/views/accountpool/cursor/index.vue @@ -1,38 +1,53 @@ @@ -369,15 +439,24 @@ function copyCardInfo(row) { clearable class="w-260" /> - + 重置 - 添加账号 - 批量添加 + 添加账号 + 批量添加 批量标记提取 接口说明 @@ -402,40 +481,81 @@ function copyCardInfo(row) { > - - - {{ typeText(row.type) }} - - - - - {{ row.password || '-' }} - - - {{ row.token || '-' }} - - - {{ row.extracted ? '已提取' : '未提取' }} + {{ row.extracted ? "已提取" : "未提取" }} - - + {{ platformText(row.extractedPlatform) }} - - + - 详情 - 提取 - 复制 + {{ typeText(row.type) }} + + + + + {{ row.password || "-" }} + + + {{ row.token || "-" }} + + + + + + 详情 + 提取 + 复制 @@ -454,6 +574,7 @@ function copyCardInfo(row) { +<<<<<<< Updated upstream (extractForm.remark = v)" @confirm="handleExtract" /> +======= + + + {{ + detailRow.id + }} + + {{ detailRow.extracted ? "已提取" : "未提取" }} + + + + {{ platformText(detailRow.extractedPlatform) }} + + - + + + {{ typeText(detailRow.type) }} + + + {{ detailRow.account || "-" }} + + + {{ detailRow.password || "-" }} + + + {{ detailRow.token || "-" }} + + + {{ detailRow.extractedAt || "-" }} + + + {{ detailRow.remark || "-" }} + + + + + + + + + + + + + + + + + 取消 + + 确认提取 + + + +>>>>>>> Stashed changes - + - + 该接口为对外公开接口,无需登录认证,每次调用自动提取一条未使用的卡密并标记为已提取(不可重复)。 @@ -490,10 +680,15 @@ function copyCardInfo(row) { 请求参数 - + - {{ row.required ? '是' : '否' }} + {{ row.required ? "是" : "否" }} @@ -508,7 +703,13 @@ function copyCardInfo(row) { {{ ex.label }} {{ ex.url }} - 复制 + 复制 @@ -678,4 +879,4 @@ function copyCardInfo(row) { .pool-tooltip .el-popper__arrow { display: block; } - \ No newline at end of file + diff --git a/src/views/accountpool/kiro/index.vue b/src/views/accountpool/kiro/index.vue index 89967dd..fa1c47b 100644 --- a/src/views/accountpool/kiro/index.vue +++ b/src/views/accountpool/kiro/index.vue @@ -1,32 +1,46 @@ @@ -278,58 +391,129 @@ function copyCardInfo(row) { - - + + 重置 - 添加账号 - 批量添加 + 添加账号 + 批量添加 批量标记提取 接口说明 - + - + - - {{ typeText(row.type) }} - - - - {{ row.password || '-' }} - - - {{ row.token || '-' }} - - - {{ row.extracted ? '已提取' : '未提取' }} + {{ + row.extracted ? "已提取" : "未提取" + }} - - + {{ platformText(row.extractedPlatform) }} - + + {{ typeText(row.type) }} + + + + {{ row.password || "-" }} + + + {{ row.token || "-" }} + + + - 详情 - 提取 - 复制 + 详情 + 提取 + 复制 @@ -348,6 +532,7 @@ function copyCardInfo(row) { +<<<<<<< Updated upstream (extractForm.remark = v)" @confirm="handleExtract" /> +======= + + + {{ + detailRow.id + }} + {{ + typeText(detailRow.type) + }} + {{ + detailRow.account || "-" + }} + {{ + detailRow.password || "-" + }} + + {{ detailRow.token || "-" }} + + {{ + detailRow.extracted ? "已提取" : "未提取" + }} + {{ + detailRow.extractedAt || "-" + }} + + + {{ platformText(detailRow.extractedPlatform) }} + + - + + {{ + detailRow.remark || "-" + }} + + + + + + + + + + + + + + + + 取消 + 确认提取 + + +>>>>>>> Stashed changes - + - + 该接口为对外公开接口,无需登录认证,每次调用自动提取一条未使用的卡密并标记为已提取(不可重复)。 @@ -382,9 +636,16 @@ function copyCardInfo(row) { 请求参数 - + - {{ row.required ? '是' : '否' }} + {{ + row.required ? "是" : "否" + }} @@ -397,7 +658,13 @@ function copyCardInfo(row) { {{ ex.label }} {{ ex.url }} - 复制 + 复制 @@ -431,6 +698,7 @@ function copyCardInfo(row) { \ No newline at end of file + diff --git a/src/views/accountpool/windsurf/index.vue b/src/views/accountpool/windsurf/index.vue index ebc6f7a..bbfd742 100644 --- a/src/views/accountpool/windsurf/index.vue +++ b/src/views/accountpool/windsurf/index.vue @@ -1,32 +1,46 @@ @@ -278,58 +391,129 @@ function copyCardInfo(row) { - - + + 重置 - 添加账号 - 批量添加 + 添加账号 + 批量添加 批量标记提取 接口说明 - + - + - - {{ typeText(row.type) }} - - - - {{ row.password || '-' }} - - - {{ row.token || '-' }} - - - {{ row.extracted ? '已提取' : '未提取' }} + {{ + row.extracted ? "已提取" : "未提取" + }} - - + {{ platformText(row.extractedPlatform) }} - + + {{ typeText(row.type) }} + + + + {{ row.password || "-" }} + + + {{ row.token || "-" }} + + + - 详情 - 提取 - 复制 + 详情 + 提取 + 复制 @@ -348,6 +532,7 @@ function copyCardInfo(row) { +<<<<<<< Updated upstream (extractForm.remark = v)" @confirm="handleExtract" /> +======= + + + {{ + detailRow.id + }} + {{ + detailRow.extracted ? "已提取" : "未提取" + }} + + + {{ platformText(detailRow.extractedPlatform) }} + + - + + {{ + typeText(detailRow.type) + }} + {{ + detailRow.account || "-" + }} + {{ + detailRow.password || "-" + }} + + {{ detailRow.token || "-" }} + + {{ + detailRow.extractedAt || "-" + }} + {{ + detailRow.remark || "-" + }} + + + + + + + + + + + + + + + + 取消 + 确认提取 + + +>>>>>>> Stashed changes - + - + 该接口为对外公开接口,无需登录认证,每次调用自动提取一条未使用的卡密并标记为已提取(不可重复)。 @@ -382,9 +636,16 @@ function copyCardInfo(row) { 请求参数 - + - {{ row.required ? '是' : '否' }} + {{ + row.required ? "是" : "否" + }} @@ -397,7 +658,13 @@ function copyCardInfo(row) { {{ ex.label }} {{ ex.url }} - 复制 + 复制 @@ -431,6 +698,7 @@ function copyCardInfo(row) { \ No newline at end of file + diff --git a/新建 文本文档.txt b/新建 文本文档.txt new file mode 100644 index 0000000..260f95e --- /dev/null +++ b/新建 文本文档.txt @@ -0,0 +1 @@ +https://sendcard.yunzer.cn/api/getcard?type=xianyu \ No newline at end of file
{{ ex.url }}