千千块模板 | 思源笔记无限使用 GPT-5 等最新 AI 模型
今年的最后一个帖子了,给大家发个大福利吧
功能:
右上角有 4 个线路随时切换
按设置,设置完成后鼠标滑到设置最下面按点赞图标 设置完成
自定义场景可以设置提示词
最后无限使用吧!


自定义块 js
this.innerHTML = '';
this.style.position = 'relative';
this.style.height = '80vh';
const iframe = document.createElement('iframe');
iframe.src = 'https://e12.free-chat.asia/';
iframe.style.width = '100%';
iframe.style.height = '100%';
iframe.style.border = 'none';
this.appendChild(iframe);
const selectContainer = document.createElement('div');
selectContainer.style.position = 'absolute';
selectContainer.style.top = '10px';
selectContainer.style.right = '10px';
selectContainer.style.zIndex = '10';
this.appendChild(selectContainer);
const select = document.createElement('select');
select.style.padding = '5px';
select.style.border = '1px solid #ccc';
select.style.borderRadius = '4px';
select.style.backgroundColor = '#f0f0f0';
select.style.cursor = 'pointer';
const urls = {
'线路1': 'https://e12.free-chat.asia/',
'线路2': 'https://e11.free-chat.asia/',
'线路3': 'https://e10.free-chat.asia/',
'线路4': 'https://e9.free-chat.asia/'
};
Object.keys(urls).forEach(key => {
const option = document.createElement('option');
option.value = urls[key];
option.textContent = key;
select.appendChild(option);
});
select.addEventListener('change', (event) => {
iframe.src = event.target.value;
});
selectContainer.appendChild(select);
如果需要无限使用 deepseek 全套等国内 10 多种最新 AI 模型 https://ai.dangbei.com/chat
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于