ChatGPT
ChatGPTChatGPT
$(function() {
$('.bar').append('| CHAT');
})
var url = 'https://cway.top/chatgpt.html';
function chat() {
layer.open({
title: 'ChatGPT',
maxmin: true,
type: 2,
area: ['90%', '90%'],
content: url
});
}