Merge pull request #24 from sijinhui/dev

微调
This commit is contained in:
sijinhui 2024-02-29 18:42:37 +08:00 committed by GitHub
commit 9901e850ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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{

View File

@ -3,7 +3,8 @@ export const DENY_LIST: string[] = [
"suibian", "某某", "张三", "李四", "啊实打实", "官方回复电话", "笑死", "观化听风"
]
export const ADMIN_LIST: string[] = [
"司金辉", "sijinhui", "sijinhui@qq.com"
"司金辉", "sijinhui", "sijinhui@qq.com",
"yuchuan", "于川"
]