1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461
| if (!window.hasOwnProperty("aiExecuted")) { console.log(`%cPost-Summary-AI 文章摘要AI生成工具,魔改自:%chttps://github.com/qxchuckle/Post-Summary-AI%c`, "border:1px #888 solid;border-right:0;border-radius:5px 0 0 5px;padding: 5px 10px;color:white;background:#4976f5;margin:10px 0", "border:1px #888 solid;border-left:0;border-radius:0 5px 5px 0;padding: 5px 10px;", ""); window.aiExecuted = "chuckle"; }
function ChucklePostAI(AI_option) { MAIN(AI_option);
if (AI_option.pjax) { document.addEventListener('pjax:complete', () => { setTimeout(() => { MAIN(AI_option); }, 0); }); }
function MAIN(AI_option) { const box = document.querySelector(".post-ai"); if (box) { box.parentElement.removeChild(box); }
const currentURL = window.location.href;
if (AI_option.eliminate && AI_option.eliminate.length && AI_option.eliminate.some(item => currentURL.includes(item))) { console.log("Post-Summary-AI 已排除当前页面(黑名单)"); return; } if (AI_option.whitelist && AI_option.whitelist.length && !AI_option.whitelist.some(item => currentURL.includes(item))) { console.log("Post-Summary-AI 已排除当前页面(白名单)"); return; }
let targetElement = ""; if (!AI_option.auto_mount && AI_option.el) { targetElement = document.querySelector(AI_option.el ? AI_option.el : '#post #article-container'); } else { targetElement = getArticleElements(); }
const post_title = document.querySelector(AI_option.title_el) ? document.querySelector(AI_option.title_el).textContent : document.title;
if (!targetElement) { return; };
const interface = { name: "然-AI", introduce: "我是文章辅助AI: 然-AI,一个基于deepseek的强大语言模型,有什么可以帮到您?😊", version: "deepseek", button: ["介绍自己😎", "来点灵感💡", "生成AI简介🤖"], ...AI_option.interface }
insertCSS();
const post_ai_box = document.createElement('div'); post_ai_box.className = 'post-ai'; post_ai_box.setAttribute('id', 'post-ai'); targetElement.insertBefore(post_ai_box, targetElement.firstChild);
post_ai_box.innerHTML = `<div class="ai-title"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="21px" height="21px" viewBox="0 0 48 48"> <g id="机器人" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M34.717885,5.03561087 C36.12744,5.27055371 37.079755,6.60373651 36.84481,8.0132786 L35.7944,14.3153359 L38.375,14.3153359 C43.138415,14.3153359 47,18.1768855 47,22.9402569 L47,34.4401516 C47,39.203523 43.138415,43.0650727 38.375,43.0650727 L9.625,43.0650727 C4.861585,43.0650727 1,39.203523 1,34.4401516 L1,22.9402569 C1,18.1768855 4.861585,14.3153359 9.625,14.3153359 L12.2056,14.3153359 L11.15519,8.0132786 C10.920245,6.60373651 11.87256,5.27055371 13.282115,5.03561087 C14.69167,4.80066802 16.024865,5.7529743 16.25981,7.16251639 L17.40981,14.0624532 C17.423955,14.1470924 17.43373,14.2315017 17.43948,14.3153359 L30.56052,14.3153359 C30.56627,14.2313867 30.576045,14.1470924 30.59019,14.0624532 L31.74019,7.16251639 C31.975135,5.7529743 33.30833,4.80066802 34.717885,5.03561087 Z M38.375,19.4902885 L9.625,19.4902885 C7.719565,19.4902885 6.175,21.0348394 6.175,22.9402569 L6.175,34.4401516 C6.175,36.3455692 7.719565,37.89012 9.625,37.89012 L38.375,37.89012 C40.280435,37.89012 41.825,36.3455692 41.825,34.4401516 L41.825,22.9402569 C41.825,21.0348394 40.280435,19.4902885 38.375,19.4902885 Z M14.8575,23.802749 C16.28649,23.802749 17.445,24.9612484 17.445,26.3902253 L17.445,28.6902043 C17.445,30.1191812 16.28649,31.2776806 14.8575,31.2776806 C13.42851,31.2776806 12.27,30.1191812 12.27,28.6902043 L12.27,26.3902253 C12.27,24.9612484 13.42851,23.802749 14.8575,23.802749 Z M33.1425,23.802749 C34.57149,23.802749 35.73,24.9612484 35.73,26.3902253 L35.73,28.6902043 C35.73,30.1191812 34.57149,31.2776806 33.1425,31.2776806 C31.71351,31.2776806 30.555,30.1191812 30.555,28.6902043 L30.555,26.3902253 C30.555,24.9612484 31.71351,23.802749 33.1425,23.802749 Z" id="形状结合" fill="#444444" fill-rule="nonzero"></path></g></svg> <div class="ai-title-text">${interface.name}</div> <div class="ai-tag">${interface.version}</div> </div> <div class="ai-explanation">${interface.name}初始化中...</div> <div class="ai-btn-box"> <div class="ai-btn-item">${interface.button[0]}</div> <div class="ai-btn-item">${interface.button[1]}</div> <div class="ai-btn-item">${interface.button[2]}</div> </div>`;
let animationRunning = true; let explanation = document.querySelector('.ai-explanation'); let post_ai = document.querySelector('.post-ai'); let ai_btn_item = document.querySelectorAll('.ai-btn-item'); let ai_str = ''; let ai_str_length = ''; let delay_init = 600; let i = 0; let j = 0; let speed = AI_option.speed || 20; let character_speed = speed * 7.5; let sto = []; let elapsed = 0; let completeGenerate = false; let controller = new AbortController(); let signal = controller.signal;
const animate = (timestamp) => { if (!animationRunning) { return; } if (!animate.start) animate.start = timestamp; elapsed = timestamp - animate.start; if (elapsed >= speed) { animate.start = timestamp; if (i < ai_str_length - 1) { let char = ai_str.charAt(i + 1); let delay = /[,.,。!?!?]/.test(char) ? character_speed : speed; if (explanation.firstElementChild) { explanation.removeChild(explanation.firstElementChild); } explanation.innerHTML += char; let div = document.createElement('div'); div.className = "ai-cursor"; explanation.appendChild(div); i++; if (delay === character_speed) { document.querySelector('.ai-explanation .ai-cursor').style.opacity = "0"; } if (i === ai_str_length - 1) { observer.disconnect(); explanation.removeChild(explanation.firstElementChild); } sto[0] = setTimeout(() => { requestAnimationFrame(animate); }, delay); } } else { requestAnimationFrame(animate); } };
const observer = new IntersectionObserver((entries) => { let isVisible = entries[0].isIntersecting; animationRunning = isVisible; if (animationRunning) { delay_init = i === 0 ? 200 : 20; sto[1] = setTimeout(() => { if (j) { i = 0; j = 0; } if (i === 0) { explanation.innerHTML = ai_str.charAt(0); } requestAnimationFrame(animate); }, delay_init); } }, { threshold: 0 });
function clearSTO() { if (sto.length) { sto.forEach((item) => { if (item) { clearTimeout(item); } }); } }
function resetAI(df = true, str = '生成中. . .') { i = 0; j = 1; clearSTO(); animationRunning = false; elapsed = 0; if (df) { explanation.innerHTML = str; } else { explanation.innerHTML = '请等待. . .'; } if (!completeGenerate) { controller.abort(); } ai_str = ''; ai_str_length = ''; observer.disconnect(); }
function startAI(str, df = true) { if (AI_option.hasOwnProperty('typewriter') && !AI_option.typewriter) { explanation.innerHTML = str; } else { resetAI(df); ai_str = str; ai_str_length = ai_str.length; observer.observe(post_ai); } }
function aiIntroduce() { startAI(interface.introduce); }
async function aiInspiration() { resetAI(); const response = await getAIResponse("你是一个灵感发生器,给用户提供有意思的灵感,不要超过100字,不要分段,不要分点,不要换行"); if (response) { startAI(response); } }
async function aiGenerateAbstract() { resetAI(); const ele = targetElement; const content = getTextContent(ele); console.log("获取到的文章内容:", content.substring(0, 200) + "..."); const prompt = `请根据以下文章内容生成一个简洁的摘要,不要超过200字,不要换行,不要提出建议或评论,只需总结文章主要内容。文章标题和内容如下:${content}`; const response = await getAIResponse(prompt); if (response) { startAI(response); } }
async function getAIResponse(prompt) { completeGenerate = false; controller = new AbortController(); signal = controller.signal;
const apiUrl = "https://deepseek.xxx.workers.dev";
try { const response = await fetch(apiUrl, { signal: signal, method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ model: "deepseek-chat", messages: [{ "role": "user", "content": prompt }], }) });
completeGenerate = true;
if (response.status === 429) { startAI('请求过于频繁,请稍后再请求AI。'); return null; }
if (!response.ok) { throw new Error('Response not ok'); }
const data = await response.json(); return data.choices[0].message.content; } catch (error) { if (error.name === "AbortError") { } else { console.error('Error occurred:', error); startAI(`${interface.name}请求AI出错了,请稍后再试。`); } completeGenerate = true; return null; } }
function getTextContent(element) { const totalLength = AI_option.total_length || 3000; const content = `文章标题:${post_title}。文章内容:${getText(element)}`; return content; }
function getText(element) { console.log("开始提取文章内容,元素:", element);
const excludeClasses = AI_option.exclude ? AI_option.exclude : ['highlight', 'Copyright-Notice', 'post-ai', 'post-series']; if (!excludeClasses.includes('post-ai')) { excludeClasses.push('post-ai'); } const excludeTags = ['script', 'style', 'iframe', 'embed', 'video', 'audio', 'img', 'svg'];
let textContent = '';
if (element.innerText) { textContent = element.innerText; console.log("使用innerText获取的内容长度:", textContent.length); } else { for (let node of element.childNodes) { if (node.nodeType === Node.TEXT_NODE) { textContent += node.textContent.trim(); } else if (node.nodeType === Node.ELEMENT_NODE) { let hasExcludeClass = false; for (let className of node.classList) { if (excludeClasses.includes(className)) { hasExcludeClass = true; break; } } let hasExcludeTag = excludeTags.includes(node.tagName.toLowerCase()); if (!hasExcludeClass && !hasExcludeTag) { let innerTextContent = getText(node); textContent += innerTextContent; } } } console.log("使用递归方法获取的内容长度:", textContent.length); }
textContent = textContent.replace(/\s+/g, ' ').trim();
if (textContent.length < 100) { console.log("提取的内容可能不完整,尝试使用备选方法"); const commonSelectors = ['.post-content', '.entry-content', '.content', 'article', '#article-container', '.article-content', '.post-body']; for (let selector of commonSelectors) { const fallbackElement = document.querySelector(selector); if (fallbackElement && fallbackElement !== element) { console.log("尝试使用备选选择器:", selector); const fallbackContent = fallbackElement.innerText || getText(fallbackElement); if (fallbackContent.length > textContent.length) { textContent = fallbackContent; console.log("使用备选选择器获取到更长的内容"); break; } } } }
console.log("最终提取的内容长度:", textContent.length); return textContent; }
function extractString(str, totalLength = 1000) { totalLength = Math.min(totalLength, 5000); if (str.length <= totalLength) { return str; }
const firstPart = str.substring(0, Math.floor(totalLength * 0.5)); const lastPart = str.substring(str.length - Math.floor(totalLength * 0.5)); return firstPart + lastPart; }
function getArticleElements() { const selectors = [ 'article', '.post-content', '.entry-content', '.content', '#article-container', '.article-content', '.post-body', '.post-entry', '.main-content', '.article', '.post', '.blog-post', '.post-text', '.article-body' ];
console.log("尝试查找文章内容容器...");
for (let selector of selectors) { const element = document.querySelector(selector); if (element) { console.log("找到文章内容容器:", selector); const textLength = element.innerText ? element.innerText.length : 0; console.log("元素内容长度:", textLength);
if (textLength > 100) { return element; } } }
console.log("未找到合适的文章内容容器,尝试查找包含最多文本的元素..."); const allElements = document.querySelectorAll('div, section, main, article'); let maxTextElement = null; let maxTextLength = 0;
for (let element of allElements) { const classList = element.className || ''; const id = element.id || ''; if (classList.includes('nav') || classList.includes('menu') || classList.includes('sidebar') || classList.includes('footer') || classList.includes('header') || classList.includes('comment') || id.includes('nav') || id.includes('menu') || id.includes('sidebar') || id.includes('footer') || id.includes('header') || id.includes('comment')) { continue; }
const textLength = element.innerText ? element.innerText.length : 0; if (textLength > maxTextLength && textLength > 200) { maxTextLength = textLength; maxTextElement = element; } }
if (maxTextElement) { console.log("找到包含最多文本的元素,内容长度:", maxTextLength); return maxTextElement; }
console.log("未找到合适的文章内容容器,使用document.body"); return document.body; }
function insertCSS() { const styleId = 'qx-ai-style'; if (document.getElementById(styleId)) { return; } const styleElement = document.createElement('style'); styleElement.id = styleId; styleElement.textContent = AI_option.css || `:root{--ai-font-color:#353535;--ai-post-bg:#f1f3f8;--ai-content-bg:#fff;--ai-content-border:1px solid #e3e8f7;--ai-border:1px solid #e3e8f7bd;--ai-tag-bg:rgba(48,52,63,0.80);--ai-cursor:#333;--ai-btn-bg:rgba(48,52,63,0.75);--ai-title-color:#4c4948;--ai-btn-color:#fff;}[data-theme=dark],.theme-dark,body.dark,body.dark-theme{--ai-font-color:rgba(255,255,255,0.9);--ai-post-bg:#30343f;--ai-content-bg:#1d1e22;--ai-content-border:1px solid #42444a;--ai-border:1px solid #3d3d3f;--ai-tag-bg:#1d1e22;--ai-cursor:rgb(255,255,255,0.9);--ai-btn-bg:#1d1e22;--ai-title-color:rgba(255,255,255,0.86);--ai-btn-color:rgb(255,255,255,0.9);}#post-ai.post-ai{background:var(--ai-post-bg);border-radius:12px;padding:10px 12px 11px;line-height:1.3;border:var(--ai-border);margin-top:10px;margin-bottom:6px;transition:all 0.3s;}#post-ai .ai-title{display:flex;color:var(--ai-title-color);border-radius:8px;align-items:center;padding:0 6px;position:relative;}#post-ai .ai-title-text{font-weight:bold;margin-left:8px;font-size:17px;}#post-ai .ai-tag{font-size:12px;background-color:var(--ai-tag-bg);color:var(--ai-btn-color);border-radius:4px;margin-left:auto;line-height:1;padding:4px 5px;border:var(--ai-border);}#post-ai .ai-explanation{margin-top:10px;padding:8px 12px;background:var(--ai-content-bg);border-radius:8px;border:var(--ai-content-border);font-size:18px;line-height:1.4;color:var(--ai-font-color);}#post-ai .ai-cursor{display:inline-block;width:7px;background:var(--ai-cursor);height:16px;margin-bottom:-2px;opacity:0.95;margin-left:3px;transition:all 0.3s;}#post-ai .ai-btn-box{font-size:15.5px;width:100%;display:flex;flex-direction:row;flex-wrap:wrap;}#post-ai .ai-btn-item{padding:5px 10px;margin:10px 16px 0px 5px;width:fit-content;line-height:1;background:var(--ai-btn-bg);border:var(--ai-border);color:var(--ai-btn-color);border-radius:6px 6px 6px 0;user-select:none;transition:all 0.3s;cursor:pointer;}#post-ai .ai-btn-item:hover{background:#49b0f5dc;}@media screen and (max-width:768px){#post-ai .ai-btn-box{justify-content:center;}}#post-ai .ai-title>svg{width:21px;height:fit-content;}#post-ai .ai-title>svg path{fill:var(--ai-font-color);}`; AI_option.additional_css && (styleElement.textContent += AI_option.additional_css); document.head.appendChild(styleElement); }
async function ai_init() { explanation = document.querySelector('.ai-explanation'); post_ai = document.querySelector('.post-ai'); ai_btn_item = document.querySelectorAll('.ai-btn-item');
const funArr = [aiIntroduce, aiInspiration, aiGenerateAbstract];
ai_btn_item.forEach((item, index) => { item.addEventListener('click', () => { funArr[index](); }); });
if (AI_option.summary_directly) { aiGenerateAbstract(); } else { aiIntroduce(); } }
ai_init(); } }
if (typeof ai_option !== "undefined") { console.log("正在使用旧版本配置方式,请前往项目仓库查看最新配置写法"); new ChucklePostAI(ai_option); }
|
Comments