diff --git a/app/components/chat.module.scss b/app/components/chat.module.scss index b5de73d57..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; } @@ -430,7 +429,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{ 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", "于川" ]