From f25aaaa02831508ffef0543d5c31540e74514886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E5=BC=BA?= <357099073@qq.com> Date: Fri, 17 Apr 2026 09:37:16 +0800 Subject: [PATCH] merge: resolve conflicts --- src/views/accountpool/cursor/index.vue | 405 +++++++++++---- src/views/accountpool/kiro/index.vue | 595 ++++++++++++++++++----- src/views/accountpool/windsurf/index.vue | 595 ++++++++++++++++++----- 新建 文本文档.txt | 1 + 4 files changed, 1272 insertions(+), 324 deletions(-) create mode 100644 新建 文本文档.txt 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) { > - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -454,6 +574,7 @@ function copyCardInfo(row) { +<<<<<<< Updated upstream +======= + + + {{ + 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) {
请求参数
- + @@ -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) {
- - + + 重置
- 添加账号 - 批量添加 + 添加账号 + 批量添加 批量标记提取 接口说明
- + - + - - - - - - - - - - - - + + + + + + + + + + + + @@ -348,6 +532,7 @@ function copyCardInfo(row) { +<<<<<<< Updated upstream +======= + + + {{ + 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) {
请求参数
- + @@ -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) {
- - + + 重置
- 添加账号 - 批量添加 + 添加账号 + 批量添加 批量标记提取 接口说明
- + - + - - - - - - - - - - - - + + + + + + + + + + + + @@ -348,6 +532,7 @@ function copyCardInfo(row) { +<<<<<<< Updated upstream +======= + + + {{ + 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) {
请求参数
- + @@ -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