Greasy Fork

『小助手』扣子 COZE - 免费GPT4

一键隐藏左侧 Prompt 面板 和中间 Skills 面板,扩大聊天面板。

< 脚本『小助手』扣子 COZE - 免费GPT4的反馈

提问/评论

§
发表于:2024-04-28

coze 4月更新后脚本没有效果了

Hunlongyu作者
§
发表于:2024-04-29

已更新
修复样式问题

§
发表于:2024-11-09

// ------ 兼容www.coze.cn,2024年11月9日------start
const cssExpand = `
.UMf9npeM8cVkDi0CDqZ0{
grid-template-columns: 0 1fr !important;
}
.wrapper-single--UMf9npeM8cVkDi0CDqZ0{
grid-template-columns: 0 1fr !important;
}
`;
const cssShrink = `
.UMf9npeM8cVkDi0CDqZ0{
grid-template-columns: 26fr 14fr !important;
}
.wrapper-single--UMf9npeM8cVkDi0CDqZ0{
grid-template-columns: 26fr 14fr !important;
}
`;
// ------ 兼容www.coze.cn,2024年11月9日------end

www.coze.cn样式有变更

Hunlongyu作者
§
发表于:2024-11-11

// ------ 兼容www.coze.cn,2024年11月9日------start
const cssExpand = `
.UMf9npeM8cVkDi0CDqZ0{
grid-template-columns: 0 1fr !important;
}
.wrapper-single--UMf9npeM8cVkDi0CDqZ0{
grid-template-columns: 0 1fr !important;
}
`;
const cssShrink = `
.UMf9npeM8cVkDi0CDqZ0{
grid-template-columns: 26fr 14fr !important;
}
.wrapper-single--UMf9npeM8cVkDi0CDqZ0{
grid-template-columns: 26fr 14fr !important;
}
`;
// ------ 兼容www.coze.cn,2024年11月9日------end

www.coze.cn样式有变更

已更新

发表回复

登录以发表回复。