论坛首页
发布
发布文章
创建话题
创建版块
发布帖子
开通会员
开通超级会员
全站资源折扣购买
部分内容免费阅读
一对一技术指导
VIP用户专属QQ群
开通超级会员
简体中文
繁体中文
English
한국어
日本語
Français
Italiano
Deutsch
Русский
开通会员 尊享会员权益
登录
注册
找回密码
快速登录
QQ登录
微信登录
码云登录
GitHub登录
简体中文
繁体中文
English
한국어
日本語
Français
Italiano
Deutsch
Русский
首页
聊天室
开通会员 尊享会员权益
登录
注册
找回密码
快速登录
QQ登录
微信登录
码云登录
GitHub登录
关注
版块
综合
热门
精华
问答
投票
最新回复
最高评分
无人区科技俱乐部
WinToUSB 10.5 / WinToHDD 7.0.0 U盘装系统
2
无人区科技俱乐部
18天前回复
10
1
2
无人区科技俱乐部
KMS Matrix 4.1 一键搞定windows和office
1
无人区科技俱乐部
18天前回复
5
1
1
无人区科技俱乐部
Wireshark 4.4.7 官方版 网络抓包工具
2
无人区科技俱乐部
18天前回复
3
1
0
无人区科技俱乐部
Internet Download Accelerator 7.1.3.1733 下载器
2
无人区科技俱乐部
18天前回复
12
1
3
无人区科技俱乐部
FluentReader 1.1.4 免费开源RSS阅读器
4
无人区科技俱乐部
18天前回复
4
1
3
无人区科技俱乐部
词海 · 背单词 —— 极简本地词汇学习工具
无人区科技俱乐部
21天前发布
8
0
6
无人区科技俱乐部
资源分享·迅雷不付费破解版
无人区科技俱乐部
18天前回复
10
10
1
6
无人区科技俱乐部
缓解部分网站访问困难的一种临时方案探讨
无人区科技俱乐部
18天前回复
8
1
3
XiaoL
【实用工具】VMOS Pro V2.9.9高级版
XiaoL
21天前回复
9
1
2
他们在线
加载中...
欢迎访问XiaoL资源网
.xl-daily-wrap { font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", sans-serif; margin: 0; padding: 0; } .xl-daily-card { width: 100%; background: #ffffff; border-radius: 16px; padding: 16px; margin-bottom: 16px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); border: 1px solid #f0f0f0; box-sizing: border-box; } .xl-daily-title { font-size: 15px; font-weight: 600; color: #1d1d1f; margin: 0 0 12px 0; display: flex; align-items: center; gap: 6px; } .xl-daily-title::before { content: "✨"; font-size: 14px; } .xl-daily-content { font-size: 14px; color: #333; line-height: 1.6; padding: 12px; background: #f8f9fa; border-radius: 12px; margin-bottom: 12px; min-height: 48px; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; } .xl-daily-copy { position: absolute; right: 10px; bottom: 8px; font-size: 11px; color: #999; cursor: pointer; opacity: 0; transition: 0.2s; } .xl-daily-content:hover .xl-daily-copy { opacity: 1; } .xl-daily-btn { width: 100%; padding: 10px; border-radius: 12px; border: none; background: #007aff; color: #fff; font-size: 14px; cursor: pointer; transition: 0.2s; } .xl-daily-btn:disabled { background: #d1d1d6; cursor: not-allowed; } .xl-daily-btn:active:not(:disabled) { transform: scale(0.98); }
XiaoL每日一句
点击下方按钮生成今日文案
生成新文案
const dailyContent = document.getElementById('dailyContent'); const generateBtn = document.getElementById('generateBtn'); // 复制功能 function addCopy() { const copyBtn = document.querySelector('.xl-daily-copy'); if (!copyBtn) return; copyBtn.addEventListener('click', () => { const text = dailyContent.innerText.replace('复制', ''); navigator.clipboard.writeText(text).then(() => { copyBtn.innerText = '已复制'; setTimeout(() => copyBtn.innerText = '复制', 1500); }); }); } // 点击生成文案 generateBtn.addEventListener('click', () => { // 禁用按钮,防止重复点击 generateBtn.disabled = true; dailyContent.innerHTML = '正在生成...'; // 请求AI fetch('/glm-proxy.php', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({msg: "生成一句适合资源网用户的正能量短句,50字以内,简洁温暖,无特殊符号"}) }) .then(res => res.json()) .then(data => { if (data.code === 1 && data.reply) { dailyContent.innerHTML = `${data.reply}
复制
`; } else { dailyContent.innerText = '生成失败,请重试'; } addCopy(); generateBtn.disabled = false; }) .catch(() => { dailyContent.innerText = '网络异常,请重试'; generateBtn.disabled = false; }); });
发布文章
创建话题
创建版块
发布帖子
在手机上浏览此页面
登录
没有账号?立即注册
邮箱
验证码
发送验证码
记住登录
账号密码登录
登录
用户名或邮箱
登录密码
记住登录
找回密码
|
免密登录
登录
社交账号登录
QQ登录
微信登录
码云登录
GitHub登录
使用社交账号登录即表示同意
用户协议
、
隐私声明
注册
已有账号,立即登录
设置用户名
邮箱
验证码
发送验证码
设置密码
注册
已阅读并同意
用户协议
、
隐私声明