mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
commit
9901e850ab
@ -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{
|
||||
|
@ -3,7 +3,8 @@ export const DENY_LIST: string[] = [
|
||||
"suibian", "某某", "张三", "李四", "啊实打实", "官方回复电话", "笑死", "观化听风"
|
||||
]
|
||||
export const ADMIN_LIST: string[] = [
|
||||
"司金辉", "sijinhui", "sijinhui@qq.com"
|
||||
"司金辉", "sijinhui", "sijinhui@qq.com",
|
||||
"yuchuan", "于川"
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user