From c98de2aca545347e85d49145ed328bbc76f4dc14 Mon Sep 17 00:00:00 2001 From: shaw Date: Tue, 29 Jul 2025 11:11:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(admin-spa):=20=E5=90=8C=E6=AD=A5PR=20#106?= =?UTF-8?q?=E7=9A=84=E4=BC=9A=E8=AF=9D=E7=AA=97=E5=8F=A3=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=88=B0=E6=96=B0=E7=89=88=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=90=8E=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在账户管理表格中添加'会话窗口'列 - 显示Claude账户的会话窗口状态(进度条、时间范围、剩余时间) - 添加formatSessionWindow和formatRemainingTime格式化函数 - 完整同步原版PR #106的前端功能到重构后的admin-spa --- web/admin-spa/src/views/AccountsView.vue | 513 +++++++++++++++++++++++ 1 file changed, 513 insertions(+) create mode 100644 web/admin-spa/src/views/AccountsView.vue diff --git a/web/admin-spa/src/views/AccountsView.vue b/web/admin-spa/src/views/AccountsView.vue new file mode 100644 index 00000000..c6d069ce --- /dev/null +++ b/web/admin-spa/src/views/AccountsView.vue @@ -0,0 +1,513 @@ + + + + + \ No newline at end of file