From af221e4486777516982f9e61e90dfd5fb8b4daeb Mon Sep 17 00:00:00 2001 From: chenhao Date: Fri, 20 Mar 2026 16:54:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0Bot=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 创建botConfig.vue页面,展示Bot ID、状态、最近使用时间、最近使用IP和过期时间 - 实现生成和重置Bot Secret功能,并提供复制Secret按钮 - 加载Bot信息并在页面上显示相关数据 --- .../views/system/user/profile/botConfig.vue | 124 ++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 oms_web/oms_vue/src/views/system/user/profile/botConfig.vue diff --git a/oms_web/oms_vue/src/views/system/user/profile/botConfig.vue b/oms_web/oms_vue/src/views/system/user/profile/botConfig.vue new file mode 100644 index 00000000..eb6a17f1 --- /dev/null +++ b/oms_web/oms_vue/src/views/system/user/profile/botConfig.vue @@ -0,0 +1,124 @@ + + + + +