镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-06 14:36:48 +00:00
hide when too narrow
这个提交包含在:
@@ -150,8 +150,9 @@ class WelcomeMessage {
|
||||
}
|
||||
|
||||
async update() {
|
||||
// console.log('update')
|
||||
if (!await this.isChatbotEmpty()) {
|
||||
console.log('update')
|
||||
var page_width = document.documentElement.clientWidth;
|
||||
if (!await this.isChatbotEmpty() || page_width < 1100) {
|
||||
if (this.visible) {
|
||||
this.removeWelcome();
|
||||
this.visible = false;
|
||||
|
||||
在新工单中引用
屏蔽一个用户