mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 08:06:38 +08:00
commit
9901e850ab
@ -298,7 +298,6 @@
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
padding-bottom: 40px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
}
|
}
|
||||||
@ -430,7 +429,7 @@
|
|||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
border: var(--border-in-light);
|
border: var(--border-in-light);
|
||||||
position: relative;
|
position: relative;
|
||||||
transition: all ease 0.3s;
|
transition: all ease 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-model-mj{
|
.chat-model-mj{
|
||||||
|
@ -3,7 +3,8 @@ export const DENY_LIST: string[] = [
|
|||||||
"suibian", "某某", "张三", "李四", "啊实打实", "官方回复电话", "笑死", "观化听风"
|
"suibian", "某某", "张三", "李四", "啊实打实", "官方回复电话", "笑死", "观化听风"
|
||||||
]
|
]
|
||||||
export const ADMIN_LIST: string[] = [
|
export const ADMIN_LIST: string[] = [
|
||||||
"司金辉", "sijinhui", "sijinhui@qq.com"
|
"司金辉", "sijinhui", "sijinhui@qq.com",
|
||||||
|
"yuchuan", "于川"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user