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 1/3] 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 From 1b78ad162620409625622a38ef57d2e16cb83ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E5=BC=BA?= <357099073@qq.com> Date: Mon, 27 Apr 2026 10:50:32 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/accountPool.js | 8 + .../accountpool/cursor/components/edit.vue | 116 +++---- .../cursor/components/replenish.vue | 49 +++ src/views/accountpool/cursor/index.vue | 239 ++++++++------ .../accountpool/kiro/components/replenish.vue | 49 +++ src/views/accountpool/kiro/index.vue | 300 ++++++----------- .../windsurf/components/replenish.vue | 49 +++ src/views/accountpool/windsurf/index.vue | 301 ++++++------------ 8 files changed, 545 insertions(+), 566 deletions(-) create mode 100644 src/views/accountpool/cursor/components/replenish.vue create mode 100644 src/views/accountpool/kiro/components/replenish.vue create mode 100644 src/views/accountpool/windsurf/components/replenish.vue diff --git a/src/api/accountPool.js b/src/api/accountPool.js index bd7b82b..3e3ff82 100644 --- a/src/api/accountPool.js +++ b/src/api/accountPool.js @@ -50,3 +50,11 @@ export function updateAccountPoolRemark(module, data) { data, }); } + +export function replenishAccountPool(module, data) { + return request({ + url: `${base(module)}/replenish`, + method: 'post', + data, + }); +} diff --git a/src/views/accountpool/cursor/components/edit.vue b/src/views/accountpool/cursor/components/edit.vue index f7ff6c7..b6c00d8 100644 --- a/src/views/accountpool/cursor/components/edit.vue +++ b/src/views/accountpool/cursor/components/edit.vue @@ -1,5 +1,5 @@ + + diff --git a/src/views/accountpool/cursor/index.vue b/src/views/accountpool/cursor/index.vue index a7df573..656f651 100644 --- a/src/views/accountpool/cursor/index.vue +++ b/src/views/accountpool/cursor/index.vue @@ -1,27 +1,19 @@