From 818e7254174c72a84cf967de9a1722417ca518f1 Mon Sep 17 00:00:00 2001 From: sijinhui Date: Tue, 27 Feb 2024 19:08:36 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/chat.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat.module.scss b/app/components/chat.module.scss index b5de73d57..5b359ffa7 100644 --- a/app/components/chat.module.scss +++ b/app/components/chat.module.scss @@ -430,7 +430,7 @@ word-break: break-word; border: var(--border-in-light); position: relative; - transition: all ease 0.3s; + transition: all ease 0.5s; } .chat-model-mj{ From 944538803639a249f127c69b592e512544303759 Mon Sep 17 00:00:00 2001 From: sijinhui Date: Thu, 29 Feb 2024 18:40:05 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/chat.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/chat.module.scss b/app/components/chat.module.scss index 5b359ffa7..500748a9a 100644 --- a/app/components/chat.module.scss +++ b/app/components/chat.module.scss @@ -298,7 +298,6 @@ overflow: auto; overflow-x: hidden; padding: 20px; - padding-bottom: 40px; position: relative; overscroll-behavior: none; } From a40a707e2d4f4efde2a5ecd45604d3f64c8d0884 Mon Sep 17 00:00:00 2001 From: sijinhui Date: Thu, 29 Feb 2024 18:40:57 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/auth_list.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/auth_list.ts b/lib/auth_list.ts index a9cd9650f..27d7616cc 100644 --- a/lib/auth_list.ts +++ b/lib/auth_list.ts @@ -3,7 +3,8 @@ export const DENY_LIST: string[] = [ "suibian", "某某", "张三", "李四", "啊实打实", "官方回复电话", "笑死", "观化听风" ] export const ADMIN_LIST: string[] = [ - "司金辉", "sijinhui", "sijinhui@qq.com" + "司金辉", "sijinhui", "sijinhui@qq.com", + "yuchuan", "于川" ]