<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>酷小呵资源站</title>
        <link>https://notion.kuhehe.top/</link>
        <description>每天分享优质免费网站、软件、网盘等资源！</description>
        <lastBuildDate>Sat, 22 Aug 2026 13:51:03 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>zh-CN</language>
        <copyright>All rights reserved 2026, 酷小呵</copyright>
        <item>
            <title><![CDATA[隐藏资源🥰]]></title>
            <link>https://notion.kuhehe.top/post/18ba7a4a-d191-811f-8917-f9b8c61f3d2b</link>
            <guid>https://notion.kuhehe.top/post/18ba7a4a-d191-811f-8917-f9b8c61f3d2b</guid>
            <pubDate>Thu, 30 Jan 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[点击前面首页的【酷小呵笔记】可查看如何获取密码！或者：https://pan.quark.cn/s/d5f6c33fa91e]]></description>
            <content:encoded><![CDATA[点击前面首页的【酷小呵笔记】可查看如何获取密码！或者：https://pan.quark.cn/s/d5f6c33fa91e]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[实用网址导航列表]]></title>
            <link>https://notion.kuhehe.top/post/19fa7a4a-d191-80d7-ac0e-d48845c3590b</link>
            <guid>https://notion.kuhehe.top/post/19fa7a4a-d191-80d7-ac0e-d48845c3590b</guid>
            <pubDate>Wed, 19 Feb 2025 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-19fa7a4ad19180d7ac0ed48845c3590b"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-3a2a7a4ad191804983aedcc38a708c64"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="🌸">🌸</span></div><div class="notion-callout-text"><div class="notion-text notion-block-19fa7a4ad191806eafb3f96a586f30e5"><b>酷小呵 kuhehe.top</b></div><div class="notion-text notion-block-3a3a7a4ad19180b6bc17d6e4b3e36719"><b>求助或投稿</b>👉 <a class="notion-link" href="/389a7a4ad1918031a78ccc4fe6e382ff"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="💭">💭</span></div><span class="notion-page-title-text">网友求助🌵留言</span></span></a> </div><details class="notion-toggle notion-block-3afa7a4ad1918020baa0fba19fba7bf8"><summary>目录（点击展开）</summary><div><div class="notion-table-of-contents notion-block-3afa7a4ad19180b69faad443c7ce9f99"><a href="#3afa7a4ad1918021aee2c2804a76ff3d" class="notion-table-of-contents-item"><span class="notion-table-of-contents-item-body" style="display:inline-block;margin-left:0">实用导航 🧭</span></a><a href="#3a3a7a4ad191809c9881fa28f0221855" class="notion-table-of-contents-item"><span class="notion-table-of-contents-item-body" style="display:inline-block;margin-left:0">摸鱼🐟</span></a><a href="#3aba7a4ad19180aba7bae0d88d341462" class="notion-table-of-contents-item"><span class="notion-table-of-contents-item-body" style="display:inline-block;margin-left:0">生活小技巧🥩</span></a></div></div></details></div></div><figure class="notion-asset-wrapper notion-asset-wrapper-embed"><div style="height:500px;position:relative"><iframe class="notion-asset-object-fit" srcDoc="&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;zh-CN&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;顺滑触屏滑动轮播图&lt;/title&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.bootcdn.net/ajax/libs/font-awesome/6.4.0/css/all.min.css&quot;&gt;
    &lt;style&gt;
        /* 外层容器 */
        .carousel-outer { max-width: 1100px; margin: 0 auto 10px; padding: 0 10px; }
        .carousel-container {
            position: relative; width: 100%; height: 280px; border-radius: 12px; overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.15); background: #1a1a2e;
            user-select: none; -webkit-user-drag: none; touch-action: pan-y;
        }
        .carousel-wrapper {
            display: flex; height: 100%;
            transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            will-change: transform;
        }
        .carousel-slide { flex: 0 0 100%; position: relative; height: 100%; overflow: hidden; cursor: pointer; }
        .carousel-slide img {
            width: 100%; height: 100%; object-fit: cover; display: block;
            pointer-events: none; -webkit-user-drag: none;
            filter: brightness(0.95) contrast(1.02);
        }
        /* 文字容器，无任何背景遮罩 */
        .carousel-slide .slide-caption {
            position: absolute; bottom: 36px; left: 28px; right: 28px; z-index: 3; pointer-events: none;
        }
        /* 标题：纯白文字，柔和渐变黑色阴影，无硬描边 */
        .carousel-slide .slide-caption h2 {
            font-size: 22px; font-weight: 700;
            letter-spacing: 0.5px;
            color: #ffffff;
            margin-bottom: 6px;
            text-shadow:
                0 1px 3px rgba(0,0,0,0.9),
                0 3px 6px rgba(0,0,0,0.75),
                0 6px 12px rgba(0,0,0,0.4);
        }
        /* 描述文字：纯白，浅渐变黑阴影 */
        .carousel-slide .slide-caption p {
            font-size: 14px; color: #ffffff;
            line-height: 1.5;
            opacity: 0.95;
            text-shadow:
                0 1px 2px rgba(0,0,0,0.9),
                0 2px 5px rgba(0,0,0,0.7);
        }
        /* 左右箭头 */
        .carousel-arrow {
            position: absolute; top: 50%; transform: translateY(-50%);
            width: 40px; height: 40px; border-radius: 50%;
            background: rgba(255,255,255,0.25); backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.35); color: #fff; font-size: 18px;
            cursor: pointer; display: flex; align-items: center; justify-content: center;
            z-index: 10; transition: all 0.3s ease; outline: none; -webkit-tap-highlight-color: transparent;
        }
        .carousel-arrow:hover {
            background: rgba(255,255,255,0.45); transform: translateY(-50%) scale(1.08);
            box-shadow: 0 4px 15px rgba(0,0,0,0.25);
        }
        .carousel-arrow:active { transform: translateY(-50%) scale(0.94); }
        .carousel-arrow-left { left: 14px; }
        .carousel-arrow-right { right: 14px; }
        /* 底部圆点 */
        .carousel-dots {
            position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
            display: flex; gap: 8px; z-index: 10;
        }
        .carousel-dot {
            width: 10px; height: 10px; border-radius: 50%;
            background: rgba(255,255,255,0.5); border: none; cursor: pointer;
            transition: all 0.35s ease; outline: none; -webkit-tap-highlight-color: transparent; padding: 0;
        }
        .carousel-dot:hover { background: rgba(255,255,255,0.8); transform: scale(1.2); }
        .carousel-dot.active {
            background: #ffffff; width: 28px; border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.3);
        }
        /* 平板适配 */
        @media (max-width: 768px) {
            .carousel-container { height: 220px; border-radius: 10px; }
            .carousel-slide .slide-caption { bottom: 26px; left: 18px; right: 18px; }
            .carousel-slide .slide-caption h2 { font-size: 18px; }
            .carousel-slide .slide-caption p { font-size: 12px; }
            .carousel-arrow { width: 34px; height: 34px; font-size: 15px; }
            .carousel-arrow-left { left: 8px; } .carousel-arrow-right { right: 8px; }
            .carousel-dot { width: 8px; height: 8px; }
            .carousel-dot.active { width: 22px; }
        }
        /* 手机适配 */
        @media (max-width: 480px) {
            .carousel-outer { padding: 0 5px; }
            .carousel-container { height: 180px; border-radius: 8px; }
            .carousel-slide .slide-caption { bottom: 22px; left: 12px; right: 12px; }
            .carousel-slide .slide-caption h2 { font-size: 16px; margin-bottom: 3px; }
            .carousel-slide .slide-caption p { font-size: 11px; }
            .carousel-arrow { width: 28px; height: 28px; font-size: 13px; }
            .carousel-arrow-left { left: 5px; } .carousel-arrow-right { right: 5px; }
            .carousel-dots { bottom: 10px; gap: 6px; }
            .carousel-dot { width: 7px; height: 7px; }
            .carousel-dot.active { width: 18px; }
        }
    &lt;/style&gt;

&lt;/head&gt;
&lt;body&gt;
    &lt;div class=&quot;carousel-outer&quot;&gt;
        &lt;div class=&quot;carousel-container&quot; id=&quot;carouselContainer&quot;&gt;
            &lt;div class=&quot;carousel-wrapper&quot; id=&quot;carouselWrapper&quot;&gt;&lt;/div&gt;
            &lt;button class=&quot;carousel-arrow carousel-arrow-left&quot; id=&quot;carouselPrev&quot; aria-label=&quot;上一张&quot;&gt;
                &lt;i class=&quot;fas fa-chevron-left&quot;&gt;&lt;/i&gt;
            &lt;/button&gt;
            &lt;button class=&quot;carousel-arrow carousel-arrow-right&quot; id=&quot;carouselNext&quot; aria-label=&quot;下一张&quot;&gt;
                &lt;i class=&quot;fas fa-chevron-right&quot;&gt;&lt;/i&gt;
            &lt;/button&gt;
            &lt;div class=&quot;carousel-dots&quot; id=&quot;carouselDots&quot;&gt;&lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;

&lt;!-- 1. 先引入数据文件（必须在轮播逻辑JS之前） --&gt;
&lt;script src=&quot;https://jianhancloud.cn/kuhehe/lunbotu.js&quot;&gt;&lt;/script&gt;

&lt;!-- 2. 轮播逻辑代码 --&gt;
&lt;script&gt;
(function() {
    // 直接读取外部文件定义好的 carouselData
    const wrapper = document.getElementById(&#x27;carouselWrapper&#x27;);
    const dotsContainer = document.getElementById(&#x27;carouselDots&#x27;);
    const prevBtn = document.getElementById(&#x27;carouselPrev&#x27;);
    const nextBtn = document.getElementById(&#x27;carouselNext&#x27;);
    const container = document.getElementById(&#x27;carouselContainer&#x27;);
    const originalCount = carouselData.length;
    let currentIndex = 1;
    let isTransitioning = false;
    let autoPlayTimer = null;
    let touchStartX = 0;
    let touchEndX = 0;
    let touchDiff = 0;
    function buildSlides() {
        const allSlides = [
            { ...carouselData[originalCount-1], isClone: true, cloneOf: originalCount-1 },
            ...carouselData.map((item, i) =&gt; ({ ...item, isClone: false, cloneOf: i })),
            { ...carouselData[0], isClone: true, cloneOf: 0 }
        ];
        wrapper.innerHTML = allSlides.map((slide) =&gt; `
            &lt;div class=&quot;carousel-slide&quot; data-link=&quot;${slide.link || &#x27;&#x27;}&quot; data-target=&quot;${slide.target || &#x27;_self&#x27;}&quot;&gt;
                &lt;img src=&quot;${slide.img}&quot; alt=&quot;轮播图&quot; draggable=&quot;false&quot;&gt;
                &lt;div class=&quot;slide-caption&quot;&gt;
                    &lt;h2&gt;${slide.title}&lt;/h2&gt;
                    &lt;p&gt;${slide.desc}&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        `).join(&#x27;&#x27;);
        dotsContainer.innerHTML = carouselData.map((_, i) =&gt; `
            &lt;button class=&quot;carousel-dot${i === 0 ? &#x27; active&#x27; : &#x27;&#x27;}&quot; data-dot=&quot;${i}&quot; aria-label=&quot;切换到第${i+1}张&quot;&gt;&lt;/button&gt;
        `).join(&#x27;&#x27;);
    }
    function updateCarousel(animate = true) {
        wrapper.style.transition = animate ? &#x27;transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)&#x27; : &#x27;none&#x27;;
        wrapper.style.transform = `translateX(-${currentIndex * 100}%)`;
        const realIndex = (currentIndex - 1 + originalCount) % originalCount;
        dotsContainer.querySelectorAll(&#x27;.carousel-dot&#x27;).forEach((dot, i) =&gt; {
            dot.classList.toggle(&#x27;active&#x27;, i === realIndex);
        });
    }
    function goToSlide(index, animate = true) {
        if (isTransitioning &amp;&amp; animate) return;
        isTransitioning = true;
        currentIndex = index;
        updateCarousel(animate);
        if (animate) {
            setTimeout(() =&gt; {
                isTransitioning = false;
                handleClonePosition();
            }, 520);
        } else {
            isTransitioning = false;
            handleClonePosition();
        }
    }
    function handleClonePosition() {
        if (currentIndex === 0) {
            currentIndex = originalCount;
            updateCarousel(false);
        } else if (currentIndex === originalCount + 1) {
            currentIndex = 1;
            updateCarousel(false);
        }
    }
    function goNext() { goToSlide(currentIndex + 1, true); }
    function goPrev() { goToSlide(currentIndex - 1, true); }
    function startAutoPlay() {
        stopAutoPlay();
        autoPlayTimer = setInterval(goNext, 5000);
    }
    function stopAutoPlay() {
        if (autoPlayTimer) clearInterval(autoPlayTimer);
    }
    dotsContainer.addEventListener(&#x27;click&#x27;, (e) =&gt; {
        const dot = e.target.closest(&#x27;.carousel-dot&#x27;);
        if (!dot) return;
        const targetRealIndex = parseInt(dot.dataset.dot);
        goToSlide(targetRealIndex + 1, true);
        startAutoPlay();
    });
    prevBtn.addEventListener(&#x27;click&#x27;, (e) =&gt; {
        e.preventDefault();
        goPrev();
        startAutoPlay();
    });
    nextBtn.addEventListener(&#x27;click&#x27;, (e) =&gt; {
        e.preventDefault();
        goNext();
        startAutoPlay();
    });
    container.addEventListener(&#x27;mouseenter&#x27;, stopAutoPlay);
    container.addEventListener(&#x27;mouseleave&#x27;, startAutoPlay);
    function handleSlideClick(target) {
        const slide = target.closest(&#x27;.carousel-slide&#x27;);
        if (!slide) return;
        const link = slide.dataset.link;
        if (!link || link.trim() === &#x27;&#x27;) return;
        const targetWindow = slide.dataset.target || &#x27;_self&#x27;;
        targetWindow === &#x27;_blank&#x27; ? window.open(link) : location.href = link;
    }
    container.addEventListener(&#x27;click&#x27;, (e) =&gt; {
        if (e.target.closest(&#x27;.carousel-arrow&#x27;) || e.target.closest(&#x27;.carousel-dots&#x27;)) return;
        handleSlideClick(e.target);
    });
    container.addEventListener(&#x27;touchstart&#x27;, (e) =&gt; {
        touchStartX = e.touches[0].clientX;
        stopAutoPlay();
    }, { passive: true });
    container.addEventListener(&#x27;touchmove&#x27;, (e) =&gt; {
        touchEndX = e.touches[0].clientX;
        touchDiff = touchEndX - touchStartX;
        wrapper.style.transition = &#x27;none&#x27;;
        wrapper.style.transform = `translateX(calc(-${currentIndex * 100}% + ${touchDiff}px))`;
    }, { passive: true });
    container.addEventListener(&#x27;touchend&#x27;, () =&gt; {
        const moveThreshold = 60;
        if (touchDiff &gt; moveThreshold) {
            goPrev();
        } else if (touchDiff &lt; -moveThreshold) {
            goNext();
        } else {
            updateCarousel(true);
        }
        touchDiff = 0;
        startAutoPlay();
    }, { passive: true });
    buildSlides();
    updateCarousel(false);
    startAutoPlay();
})();
&lt;/script&gt;


&lt;script data-notion-next-auto-height&gt;
(() =&gt; {
  if (window.__notionNextHtmlArtifactAutoHeight) return
  window.__notionNextHtmlArtifactAutoHeight = true

  const messageType = &quot;notion-next:html-artifact-resize&quot;
  const measureMessageType = &quot;notion-next:html-artifact-measure&quot;
  let frameId = null
  let lastHeight = 0

  const measure = () =&gt; {
    frameId = null
    const body = document.body
    if (!body) return

    const bodyRect = body.getBoundingClientRect()
    let contentTop = bodyRect.top
    let contentBottom = bodyRect.bottom

    for (const element of body.children) {
      const rect = element.getBoundingClientRect()
      if (rect.width === 0 &amp;&amp; rect.height === 0) continue
      contentTop = Math.min(contentTop, rect.top)
      contentBottom = Math.max(contentBottom, rect.bottom)
    }

    const style = window.getComputedStyle(body)
    const marginTop = Number.parseFloat(style.marginTop) || 0
    const marginBottom = Number.parseFloat(style.marginBottom) || 0
    let height = contentBottom - contentTop + marginTop + marginBottom

    if (body.scrollHeight &gt; window.innerHeight + 1) {
      height = Math.max(height, body.scrollHeight + marginTop + marginBottom)
    }

    height = Math.ceil(height)
    if (!Number.isFinite(height) || height &lt;= 0 || height === lastHeight) return

    lastHeight = height
    window.parent.postMessage({ type: messageType, height }, &#x27;*&#x27;)
  }

  const scheduleMeasure = () =&gt; {
    if (frameId !== null) return
    frameId = window.requestAnimationFrame(measure)
  }

  window.addEventListener(&#x27;message&#x27;, event =&gt; {
    if (event.source !== window.parent) return
    if (event.data?.type !== measureMessageType) return
    scheduleMeasure()
  })

  const start = () =&gt; {
    if (!document.body) return

    if (typeof ResizeObserver === &#x27;function&#x27;) {
      const resizeObserver = new ResizeObserver(scheduleMeasure)
      resizeObserver.observe(document.body)
    }

    if (typeof MutationObserver === &#x27;function&#x27;) {
      const mutationObserver = new MutationObserver(scheduleMeasure)
      mutationObserver.observe(document.body, {
        childList: true,
        subtree: true,
        characterData: true
      })
    }

    window.addEventListener(&#x27;load&#x27;, scheduleMeasure, true)
    document.fonts?.ready?.then(scheduleMeasure).catch(() =&gt; {})
    scheduleMeasure()
  }

  if (document.readyState === &#x27;loading&#x27;) {
    document.addEventListener(&#x27;DOMContentLoaded&#x27;, start, { once: true })
  } else {
    start()
  }
})()
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
" title="最新可用满意轮播图分离数据.html" frameBorder="0" loading="lazy" scrolling="auto" sandbox="allow-scripts allow-forms allow-popups"></iframe></div></figure><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3afa7a4ad1918021aee2c2804a76ff3d" data-id="3afa7a4ad1918021aee2c2804a76ff3d"><span><div id="3afa7a4ad1918021aee2c2804a76ff3d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3afa7a4ad1918021aee2c2804a76ff3d" title="实用导航 🧭"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">实用导航 🧭</span></span></h3><details class="notion-toggle notion-block-3a3a7a4ad191806a9fc2c983696bf9fa"><summary><b>💪🏻 支持一下本站</b></summary><div><div class="notion-blank notion-block-3afa7a4ad19180339cedfcf339847145"> </div></div></details><details class="notion-toggle notion-block-3afa7a4ad191804196f4fc6746e8ed0b"><summary><em><span class="notion-red">🔥 蓝奏云软件库合集</span></em></summary><div><div class="notion-text notion-block-3afa7a4ad19180f6bf55e668eb924b3c"><a class="notion-link" href="/36da7a4ad191803c959ce50451cda196"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="💥">💥</span></div><span class="notion-page-title-text">2026最新蓝奏云软件库合集(持续更新中)</span></span></a> </div><details class="notion-toggle notion-block-3afa7a4ad191808692cac948e99785a9"><summary><span class="notion-red">🥰 </span><span class="notion-red"><b>限时分享</b></span></summary><div><div class="notion-text notion-block-3afa7a4ad1918063a1f1e5ea8c708c5f"><a class="notion-link" href="/18ba7a4ad191811f8917f9b8c61f3d2b"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="4️⃣">4️⃣</span></div><span class="notion-page-title-text">隐藏资源🥰</span></span></a> </div><div class="notion-text notion-block-3b5a7a4ad1918045a777dd127ed86b24"><a class="notion-link" href="https://pan.quark.cn/s/d5f6c33fa91e" target="_blank" rel="noopener noreferrer">点我获取密码</a></div><div class="notion-text notion-block-3afa7a4ad19180789ff8d3d2a9446c1a">😇 还有很多没放这里，我想已经够用了</div></div></details></div></details><details class="notion-toggle notion-block-3b4a7a4ad19180899558f4166f975de4"><summary>天涯神贴合集（之前存的）</summary><div><div class="notion-text notion-block-3b4a7a4ad191804eac73c261d5a962eb">链接：<a class="notion-link" href="https://pan.xunlei.com/s/VOzLfWcOfK8I7k-UvjfxOkpaA1?pwd=vyxm#" target="_blank" rel="noopener noreferrer">https://pan.xunlei.com/s/VOzLfWcOfK8I7k-UvjfxOkpaA1?pwd=vyxm#</a></div></div></details><details class="notion-toggle notion-block-19fa7a4ad1918050bb3bdf7d96a260ee"><summary>🎬 影视🐷</summary><div><blockquote class="notion-quote notion-block-3a2a7a4ad19180ec8c9fc5fba03feb32"><div>🐣只收集高清好用无广告的哦</div></blockquote><details class="notion-toggle notion-block-3a2a7a4ad19180f6a381e0d23f349d69"><summary>🍁在线影视网站</summary><div><div class="notion-text notion-block-3a2a7a4ad19180f5a636eef8ebfd7d5f"><a class="notion-link" href="https://www.kkys03.com/" target="_blank" rel="noopener noreferrer">🌕可可影视（无广告，多源，不卡顿）👍</a></div><div class="notion-text notion-block-3a2a7a4ad191803591f3dd836a121550"><a class="notion-link" href="https://wooyun.tv/" target="_blank" rel="noopener noreferrer">🌕乌云影视（无广告，多源，不卡顿）👍</a></div><div class="notion-text notion-block-3a2a7a4ad191806fb15ac20a45562b44"><a class="notion-link" href="https://www.duse2.com/" target="_blank" rel="noopener noreferrer">🌕毒蛇电影 （无广告，多源，不卡顿）👍</a></div><div class="notion-text notion-block-3a5a7a4ad19180e39869d37e168ee90e"><a class="notion-link" href="https://ai.baipiaozhe.com" target="_blank" rel="noopener noreferrer">白嫖者联盟</a></div></div></details><details class="notion-toggle notion-block-3a2a7a4ad191800b9c16dc0b6ebc63fe"><summary>🍁4K影视软件</summary><div><blockquote class="notion-quote notion-block-3aaa7a4ad191803ba1daffbf9696bfa3"><div>只收集好用的！</div></blockquote><div class="notion-text notion-block-3aaa7a4ad191809d8a42e66d5d82b59f"><a class="notion-link" href="https://pan.quark.cn/s/405d83e15a06" target="_blank" rel="noopener noreferrer">追忆影视-4k影视软件pojie版</a> 需要注册登录可看4K，点击领会员按钮，即可获得12h会员，无需观看广告</div></div></details></div></details><details class="notion-toggle notion-block-3a2a7a4ad19180769cc6d1ae628c360c"><summary>🎧 音乐</summary><div><div class="notion-text notion-block-3a2a7a4ad19180b587dfc3d77ff1205e">🐣只收集免费好用的</div><details class="notion-toggle notion-block-3a2a7a4ad191806895c6ee8efa7a9317"><summary>🍁音乐网站</summary><div><div class="notion-blank notion-block-3a2a7a4ad1918071a5f7d1d54b4e9e5b"> </div></div></details><details class="notion-toggle notion-block-3a2a7a4ad19180cc812bd4abfba8fa6c"><summary>🍁音乐软件</summary><div></div></details></div></details><details class="notion-toggle notion-block-3a2a7a4ad191809e9f2cdadea74482a4"><summary>🖼 图片处理</summary><div><details class="notion-toggle notion-block-3a2a7a4ad191808da951dd3e97214f3d"><summary>🍁<a class="notion-link" href="https://notes.kuhehe.top/358a7a4ad19180718d57c4499a9ce55d" target="_blank" rel="noopener noreferrer">图片压缩</a></summary><div><div class="notion-blank notion-block-3aaa7a4ad191800a8507e50986627681"> </div></div></details><details class="notion-toggle notion-block-3a2a7a4ad19180a9aba5e8f7635b9616"><summary>🍁图片格式转换</summary><div></div></details></div></details><details class="notion-toggle notion-block-3a2a7a4ad19180dbb04cc62fb8b42f6e"><summary>🔮 PDF处理</summary><div><details class="notion-toggle notion-block-3a2a7a4ad191806b859fd8952c9d512f"><summary>PDF在线工具</summary><div><blockquote class="notion-quote notion-block-3aaa7a4ad19180f59c26c5d412375e55"><div>通过在线上传你的文件来实现：合并PDF文件、拆分PDF文件、压缩PDF文件、Office文件转换为PDF文件、PDF文件转换为JPG图片、JPG图片转换为PDF文件等相关操作，无需安装。</div><div class="notion-text notion-block-3aaa7a4ad19180078083fdbbc05aa413"><b>小提示：</b>word2013以上直接打开PDF可以转换成word</div></blockquote><div class="notion-text notion-block-3aaa7a4ad191802cbee3fa157b8c02bd"><a class="notion-link" href="https://smallpdf.com/cn" target="_blank" rel="noopener noreferrer">SmallPDF</a></div><div class="notion-text notion-block-3aaa7a4ad1918069b94fd82eb8364746"><a class="notion-link" href="https://www.ilovepdf.com/zh-cn" target="_blank" rel="noopener noreferrer">ilovePDF</a></div><div class="notion-text notion-block-3aaa7a4ad1918093b2acf74c42331fea"><a class="notion-link" href="https://lightpdf.com/zh/" target="_blank" rel="noopener noreferrer">lightpdf</a></div><div class="notion-text notion-block-3aaa7a4ad191803e868ee3d96a8ad262"><a class="notion-link" href="https://pdfcandy.com/" target="_blank" rel="noopener noreferrer">pdfcandy</a></div><div class="notion-text notion-block-3aaa7a4ad19180639a2fd9e30a25ce1c"><a class="notion-link" href="http://pdfdo.com/" target="_blank" rel="noopener noreferrer">pdfdo PDF转换器</a></div><div class="notion-text notion-block-3aaa7a4ad19180df8e7fcd0bc77a96fa"><a class="notion-link" href="https://www.pdf.cn/" target="_blank" rel="noopener noreferrer">极轻PDF</a></div><div class="notion-text notion-block-3aaa7a4ad191808a8cf9fc8e564c6841"><a class="notion-link" href="https://docsmall.com/" target="_blank" rel="noopener noreferrer">docsmall</a></div><div class="notion-text notion-block-3aaa7a4ad191805fb379d82bd47e0e9b"><a class="notion-link" href="https://www.freepdfconvert.com/" target="_blank" rel="noopener noreferrer">PDF Converter</a></div><div class="notion-text notion-block-3aaa7a4ad191802f930fca5dcb633da9"><a class="notion-link" href="https://pdf.wps.cn/" target="_blank" rel="noopener noreferrer">WPS在线工具</a></div><div class="notion-text notion-block-3aaa7a4ad191801cb593fbcfdd9b6647"><a class="notion-link" href="http://pdftoword.55.la/" target="_blank" rel="noopener noreferrer">转转大师</a></div><div class="notion-text notion-block-3aaa7a4ad191806d880ef0ce678dd705"><a class="notion-link" href="http://app.xunjiepdf.com/" target="_blank" rel="noopener noreferrer">迅捷PDF</a></div><div class="notion-text notion-block-3aaa7a4ad1918048a919f7f8eec41b04"><a class="notion-link" href="https://lookscanned.io/" target="_blank" rel="noopener noreferrer">让你的PDF看起来像扫描的</a></div></div></details></div></details><details class="notion-toggle notion-block-3a8a7a4ad19180b69ed4e81ef838d21b"><summary>🌴 PPT模板</summary><div><div class="notion-text notion-block-3a8a7a4ad191801bacb9fda49fe0b3db"><a class="notion-link" href="https://m.1ppt.com" target="_blank" rel="noopener noreferrer">第一PPT</a></div><div class="notion-text notion-block-3a8a7a4ad19180d3bf00c1579571f3b9"><a class="notion-link" href="https://www.pptmianfei.com" target="_blank" rel="noopener noreferrer">PPT免费网</a></div></div></details><details class="notion-toggle notion-block-3aba7a4ad191806a9fc5f21753da6c23"><summary>👾 OCR图片文字识别</summary><div><details class="notion-toggle notion-block-3aba7a4ad19180cfa481e2be28e20039"><summary>在线识别</summary><div><ul class="notion-list notion-list-disc notion-block-3aba7a4ad19180979329e4e7c347a084"><li>发送图片至微信/企业微信，长按图片可识别文字</li></ul><ul class="notion-list notion-list-disc notion-block-3aba7a4ad191809183bdfba76b62c1c8"><li>可以直接使用电脑版QQ的截图识别功能</li></ul><ul class="notion-list notion-list-disc notion-block-3aba7a4ad1918068a2fcced771524d6a"><li>目前各个品牌的手机相册长按基本都有识别文字的功能</li></ul><div class="notion-text notion-block-3aba7a4ad191802daab4d15a80e22128"><a class="notion-link" href="https://web.baimiaoapp.com/" target="_blank" rel="noopener noreferrer">白描OCR</a> 白描APP网页版识别工具</div><div class="notion-text notion-block-3aba7a4ad19180cb8f8cc41b03ca1628"><a class="notion-link" href="https://pearocr.com/" target="_blank" rel="noopener noreferrer">pearocr</a> 识别可能不太准</div></div></details></div></details><details class="notion-toggle notion-block-3aba7a4ad1918032a016dd62eb00dd40"><summary>🛠 综合工具箱</summary><div><div class="notion-text notion-block-3aba7a4ad19180f29b7ad275bf0bf027"><a class="notion-link" href="https://123apps.com/cn/" target="_blank" rel="noopener noreferrer">123APPs</a></div><div class="notion-text notion-block-3aba7a4ad19180ed8dc8f31e93eff010"><a class="notion-link" href="https://tools.miku.ac/" target="_blank" rel="noopener noreferrer">Miku tools工具</a></div><div class="notion-text notion-block-3aba7a4ad191805e908efc5bff063fa0"><a class="notion-link" href="https://67tool.com/" target="_blank" rel="noopener noreferrer">即时工具</a></div><div class="notion-text notion-block-3aba7a4ad1918002b0e2f52a38960fa0"><a class="notion-link" href="https://zh.pickfrom.net/" target="_blank" rel="noopener noreferrer">Pickfrom 在线视频剪辑工具</a></div><details class="notion-toggle notion-block-3aba7a4ad19180f4b910ebe912367764"><summary><a class="notion-link" href="https://ldtstore.com.cn/ldtools/" target="_blank" rel="noopener noreferrer">老弟工具-win</a></summary><div><div class="notion-text notion-block-3aba7a4ad19180b1a8a3c3806bbbe447">换了新域名：</div><div class="notion-text notion-block-3aba7a4ad1918091b1dfe8a50b3f7432"><a class="notion-link" href="https://ldt.pc.wiki/" target="_blank" rel="noopener noreferrer">主页 (ldt.pc.wiki)</a></div><div class="notion-text notion-block-3aba7a4ad191809fa060ca049d7ad652"><a class="notion-link" href="https://r.ldt.pc.wiki/r/fw-old-tool" target="_blank" rel="noopener noreferrer">LDTools (tool.pc.wiki)</a></div><div class="notion-text notion-block-3aba7a4ad19180b98b58eff7afc6b3f0"><a class="notion-link" href="https://r.ldt.pc.wiki/r/fw-old-tool-plain" target="_blank" rel="noopener noreferrer">LDTools简洁版</a></div></div></details><div class="notion-text notion-block-3aba7a4ad1918025a778dbda30f5180e"><a class="notion-link" href="https://ol.woobx.cn/" target="_blank" rel="noopener noreferrer">一个木函工具箱</a></div><div class="notion-text notion-block-3aba7a4ad1918010a632ee572131c238"><a class="notion-link" href="https://toolbon.com/" target="_blank" rel="noopener noreferrer">优工具</a></div><div class="notion-text notion-block-3aba7a4ad1918006b08dc61c773dd3bb"><a class="notion-link" href="http://www.toolfk.com/" target="_blank" rel="noopener noreferrer">toolfk工具人</a></div><div class="notion-text notion-block-3aba7a4ad19180e18b7ceb5356266d17"><a class="notion-link" href="https://www.iamwawa.cn/" target="_blank" rel="noopener noreferrer">蛙蛙在线工具</a></div><div class="notion-text notion-block-3aba7a4ad191808ea08ce94c2c85f194"><a class="notion-link" href="https://c.runoob.com/" target="_blank" rel="noopener noreferrer">菜鸟工具</a></div><div class="notion-text notion-block-3aba7a4ad19180c28ff2e3f6ddbe9e33"><a class="notion-link" href="https://qxtool.com/" target="_blank" rel="noopener noreferrer">精准云工具_在线工具大全</a></div><div class="notion-text notion-block-3aba7a4ad1918030a854d57eb0852ab5"><a class="notion-link" href="https://tool.lu/" target="_blank" rel="noopener noreferrer">你的工具箱</a></div><div class="notion-text notion-block-3aba7a4ad1918017af01c50e610de508"><a class="notion-link" href="https://www.toolnb.com/" target="_blank" rel="noopener noreferrer">爱资料工具箱</a></div><div class="notion-text notion-block-3aba7a4ad19180a0a4a5e2b3ed9814de"><a class="notion-link" href="https://www.dute.org/" target="_blank" rel="noopener noreferrer">独特工具箱</a></div></div></details><details class="notion-toggle notion-block-3aba7a4ad1918003a681caef0ff15696"><summary>🤡 表情包与Gif</summary><div><details class="notion-toggle notion-block-3aba7a4ad19180ee87d1c73635787311"><summary>表情包资源收集</summary><div><blockquote class="notion-quote notion-block-3aba7a4ad191803cbaebd4326d9deccc"><div>你可以通过聊天软件偷取别人发的表情包，你也可以通过下列网站自己寻找想要的表情包</div></blockquote><div class="notion-text notion-block-3aba7a4ad191804caffdefdf1a926602"><a class="notion-link" href="https://pic.sogou.com/pic/emo/index.jsp" target="_blank" rel="noopener noreferrer">搜狗表情包搜索</a></div><div class="notion-text notion-block-3aba7a4ad19180848d07f1923bfc2cce"><a class="notion-link" href="https://fabiaoqing.com/" target="_blank" rel="noopener noreferrer">发表情</a></div><div class="notion-text notion-block-3aba7a4ad19180408739d29ac49cd447"><a class="notion-link" href="https://www.doutula.com/" target="_blank" rel="noopener noreferrer">斗图啦</a></div><div class="notion-text notion-block-3aba7a4ad1918048983dfebdb2553e69"><a class="notion-link" href="https://www.zhuangbi.info/" target="_blank" rel="noopener noreferrer">装逼大全</a></div><div class="notion-text notion-block-3aba7a4ad19180c0b303cea411a157eb"><a class="notion-link" href="https://weibo.com/u/6672292053" target="_blank" rel="noopener noreferrer">小黄鸡表情包</a></div></div></details><details class="notion-toggle notion-block-3aba7a4ad1918049ac1bd96e43585eac"><summary>Gif</summary><div><details class="notion-toggle notion-block-3aba7a4ad19180a6ac0ee0a8c30ac1fc"><summary>在线网站</summary><div><div class="notion-text notion-block-3aba7a4ad19180f89564fb0d6a0b2bf8"><a class="notion-link" href="http://www.gif.cn/" target="_blank" rel="noopener noreferrer">GIF中文网</a></div><div class="notion-text notion-block-3aba7a4ad191805092fed614549dac2f"><a class="notion-link" href="https://giphy.com/" target="_blank" rel="noopener noreferrer">Giphy</a></div><div class="notion-text notion-block-3aba7a4ad1918097925afa5a6c5f2ccf"><a class="notion-link" href="http://www.soogif.com/" target="_blank" rel="noopener noreferrer">soogif</a></div><div class="notion-text notion-block-3aba7a4ad191801b8707e49002a47aa5"><a class="notion-link" href="http://www.gif5.net/" target="_blank" rel="noopener noreferrer">gif5 动图在线制作</a></div><div class="notion-text notion-block-3aba7a4ad1918096bcc8fad511cf5b64"><a class="notion-link" href="http://makesweet.com/" target="_blank" rel="noopener noreferrer">GIF小特效</a></div><div class="notion-text notion-block-3aba7a4ad191800db6ecc2166af70c1c"><a class="notion-link" href="http://freegifmaker.me/" target="_blank" rel="noopener noreferrer">gifmaker</a></div></div></details><details class="notion-toggle notion-block-3aba7a4ad1918067ab70d842e2002747"><summary>Gif录制软件</summary><div><div class="notion-text notion-block-3aba7a4ad191808fa55df763db4045df"><a class="notion-link" href="https://gif123.aardio.com/" target="_blank" rel="noopener noreferrer">Gif123</a>-简单开源的GIF电脑软件</div><div class="notion-text notion-block-3aba7a4ad191809baf1df03ea7a97898"><a class="notion-link" href="https://pan.quark.cn/s/86302aebb4c6" target="_blank" rel="noopener noreferrer">小萌gif</a>-安卓软件，可视频/动态照片转gif、gif拆分、gif转视频</div></div></details></div></details></div></details><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3a3a7a4ad191809c9881fa28f0221855" data-id="3a3a7a4ad191809c9881fa28f0221855"><span><div id="3a3a7a4ad191809c9881fa28f0221855" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3a3a7a4ad191809c9881fa28f0221855" title="摸鱼🐟"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>摸鱼🐟</b></span></span></h3><details class="notion-toggle notion-block-3aaa7a4ad19180d4bec7d6001a7e6cb6"><summary>🥷🏻匿名聊天网站</summary><div><div class="notion-text notion-block-3aaa7a4ad1918024b255eee8e3ac3654"><a class="notion-link" href="http://deskry.cn/randomdeskrynew.html" target="_blank" rel="noopener noreferrer">烛光匿名聊天</a></div><div class="notion-text notion-block-3aaa7a4ad191808aa3dfde12edb5050f"><a class="notion-link" href="https://xinghuo1v1.cn" target="_blank" rel="noopener noreferrer">星火匿名聊天</a></div><div class="notion-text notion-block-3aaa7a4ad1918084beb8e979a12a389d"><a class="notion-link" href="https://wanfengniming.store/niming/" target="_blank" rel="noopener noreferrer">晚风匿名聊天</a></div><div class="notion-text notion-block-3aaa7a4ad19180dd9499ce4d8658e4ef"><a class="notion-link" href="https://meet-yu.org/" target="_blank" rel="noopener noreferrer">遇见</a></div></div></details><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3aba7a4ad19180aba7bae0d88d341462" data-id="3aba7a4ad19180aba7bae0d88d341462"><span><div id="3aba7a4ad19180aba7bae0d88d341462" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3aba7a4ad19180aba7bae0d88d341462" title="生活小技巧🥩"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">生活小技巧🥩</span></span></h3><details class="notion-toggle notion-block-3afa7a4ad191803eb207edd94f1bc430"><summary>做饭小技巧</summary><div><div class="notion-text notion-block-3b5a7a4ad191804287a7d3ad910b05fd"><a class="notion-link" href="/3afa7a4ad191809883aeee4214183617"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="🍲">🍲</span></div><span class="notion-page-title-text">做饭必备的60个技巧，让你秒变大厨</span></span></a> </div></div></details><div class="notion-blank notion-block-3b5a7a4ad191809bad33f52a5e869ca6"> </div><figure class="notion-asset-wrapper notion-asset-wrapper-embed"><div style="height:500px;position:relative"><iframe class="notion-asset-object-fit" srcDoc="访问次数：&lt;img src=&quot;https://w.saobby.com/w/pkyctqbv&quot; style=&quot;vertical-align: middle;&quot;&gt;
&lt;script data-notion-next-auto-height&gt;
(() =&gt; {
  if (window.__notionNextHtmlArtifactAutoHeight) return
  window.__notionNextHtmlArtifactAutoHeight = true

  const messageType = &quot;notion-next:html-artifact-resize&quot;
  const measureMessageType = &quot;notion-next:html-artifact-measure&quot;
  let frameId = null
  let lastHeight = 0

  const measure = () =&gt; {
    frameId = null
    const body = document.body
    if (!body) return

    const bodyRect = body.getBoundingClientRect()
    let contentTop = bodyRect.top
    let contentBottom = bodyRect.bottom

    for (const element of body.children) {
      const rect = element.getBoundingClientRect()
      if (rect.width === 0 &amp;&amp; rect.height === 0) continue
      contentTop = Math.min(contentTop, rect.top)
      contentBottom = Math.max(contentBottom, rect.bottom)
    }

    const style = window.getComputedStyle(body)
    const marginTop = Number.parseFloat(style.marginTop) || 0
    const marginBottom = Number.parseFloat(style.marginBottom) || 0
    let height = contentBottom - contentTop + marginTop + marginBottom

    if (body.scrollHeight &gt; window.innerHeight + 1) {
      height = Math.max(height, body.scrollHeight + marginTop + marginBottom)
    }

    height = Math.ceil(height)
    if (!Number.isFinite(height) || height &lt;= 0 || height === lastHeight) return

    lastHeight = height
    window.parent.postMessage({ type: messageType, height }, &#x27;*&#x27;)
  }

  const scheduleMeasure = () =&gt; {
    if (frameId !== null) return
    frameId = window.requestAnimationFrame(measure)
  }

  window.addEventListener(&#x27;message&#x27;, event =&gt; {
    if (event.source !== window.parent) return
    if (event.data?.type !== measureMessageType) return
    scheduleMeasure()
  })

  const start = () =&gt; {
    if (!document.body) return

    if (typeof ResizeObserver === &#x27;function&#x27;) {
      const resizeObserver = new ResizeObserver(scheduleMeasure)
      resizeObserver.observe(document.body)
    }

    if (typeof MutationObserver === &#x27;function&#x27;) {
      const mutationObserver = new MutationObserver(scheduleMeasure)
      mutationObserver.observe(document.body, {
        childList: true,
        subtree: true,
        characterData: true
      })
    }

    window.addEventListener(&#x27;load&#x27;, scheduleMeasure, true)
    document.fonts?.ready?.then(scheduleMeasure).catch(() =&gt; {})
    scheduleMeasure()
  }

  if (document.readyState === &#x27;loading&#x27;) {
    document.addEventListener(&#x27;DOMContentLoaded&#x27;, start, { once: true })
  } else {
    start()
  }
})()
&lt;/script&gt;" title="网页计数.html" frameBorder="0" loading="lazy" scrolling="auto" sandbox="allow-scripts allow-forms allow-popups"></iframe></div></figure><div class="notion-blank notion-block-3b5a7a4ad191806d80a1d33b50d9e2d7"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[酷小呵资源笔记]]></title>
            <link>https://notion.kuhehe.top/post/336a7a4a-d191-80be-9010-f525c9a6d740</link>
            <guid>https://notion.kuhehe.top/post/336a7a4a-d191-80be-9010-f525c9a6d740</guid>
            <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[这里是酷小呵笔记（kuhehe.top），收集分享考试备考资料与办公实用教程，所有内容均可免费保存，希望对你有用～😘]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-336a7a4ad19180be9010f525c9a6d740"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-row notion-block-34ca7a4ad1918088a225fe67121c8593"><div class="notion-column notion-block-34ca7a4ad191801099b1e9d6a0c3fdf2" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><div class="notion-callout notion-gray_background_co notion-block-336a7a4ad19180ecb3e3f3cb6d2d02c0"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="🎉">🎉</span></div><div class="notion-callout-text"><div class="notion-text notion-block-336a7a4ad1918066826cfda8484ea461"><span class="notion-default_background"><b>本站公告 【待更新】🙂</b></span></div><div class="notion-text notion-block-343a7a4ad19180b08ef7d6c5b1974cc2">这里是<b>酷小呵笔记（</b><span class="notion-red"><b>kuhehe.top</b></span><b>）</b></div></div></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-34ca7a4ad191805aba58d7d6317699f5" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5)"><div class="notion-text notion-block-3baa7a4ad19180da8f5cf1158b10b904"><span class="notion-red_background"><b>推荐</b></span><span class="notion-default_background"><b>：</b></span><a class="notion-link" href="https://pan.quark.cn/s/405d83e15a06" target="_blank" rel="noopener noreferrer">免费4K影视软件</a></div><div class="notion-text notion-block-3b5a7a4ad19180949be1f7035b3dbf33"><b>隐藏资源密码：</b><a class="notion-link" href="https://pan.quark.cn/s/d5f6c33fa91e" target="_blank" rel="noopener noreferrer">点击获取</a></div><div class="notion-text notion-block-3baa7a4ad191804382a0d97d7db44649"><a class="notion-link" href="/193a7a4ad191802c9e53d4b8af8fec37"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="📌">📌</span></div><span class="notion-page-title-text">2026年•每日分享</span></span></a> 🥰🥰</div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3b7a7a4ad191806b90d3ea94f78a1848" data-id="3b7a7a4ad191806b90d3ea94f78a1848"><span><div id="3b7a7a4ad191806b90d3ea94f78a1848" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3b7a7a4ad191806b90d3ea94f78a1848" title="导航"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">导航</span></span></h3></div><div class="notion-spacer"></div></div><a class="notion-page-link notion-block-358a7a4ad1918073850ec5c9f5a76cfb" href="/358a7a4ad1918073850ec5c9f5a76cfb"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="⚒️">⚒️</span></div><span class="notion-page-title-text">实用在线小工具</span></span></a><a class="notion-page-link notion-block-339a7a4ad191807d826ce85b03cd50d6" href="/339a7a4ad191807d826ce85b03cd50d6"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="📁">📁</span></div><span class="notion-page-title-text">2026四六级备考资料合集</span></span></a><a class="notion-page-link notion-block-318a7a4ad19180eeb4d2c207ce60ac43" href="/318a7a4ad19180eeb4d2c207ce60ac43"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="🔥">🔥</span></div><span class="notion-page-title-text">大英赛备考资料合集</span></span></a><a class="notion-page-link notion-block-36da7a4ad191803c959ce50451cda196" href="/36da7a4ad191803c959ce50451cda196"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="💥">💥</span></div><span class="notion-page-title-text">2026最新蓝奏云软件库合集(持续更新中)</span></span></a><a class="notion-page-link notion-block-366a7a4ad191808dac2dc25abd93dbd5" href="/366a7a4ad191808dac2dc25abd93dbd5"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="🌐">🌐</span></div><span class="notion-page-title-text">Z-Library镜像站合集（2026最新可用）</span></span></a><a class="notion-page-link notion-block-3afa7a4ad191805f895ee9f4b2ed4bc6" href="/3afa7a4ad191805f895ee9f4b2ed4bc6"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="🌐">🌐</span></div><span class="notion-page-title-text">抖音图集解析下载</span></span></a><a class="notion-page-link notion-block-195a7a4ad19180e5bb84f38663b07bb9" href="/195a7a4ad19180e5bb84f38663b07bb9"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="🔎">🔎</span></div><span class="notion-page-title-text">磁力链接解析下载工具</span></span></a><a class="notion-page-link notion-block-3aaa7a4ad191803abe04c1670de2d61b" href="/3aaa7a4ad191803abe04c1670de2d61b"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="🥷">🥷</span></div><span class="notion-page-title-text">匿名聊天网站合集</span></span></a><a class="notion-page-link notion-block-358a7a4ad19180718d57c4499a9ce55d" href="/358a7a4ad19180718d57c4499a9ce55d"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="🖼️">🖼️</span></div><span class="notion-page-title-text">图片压缩网站合集</span></span></a><a class="notion-page-link notion-block-1a6a7a4ad1918050b5b9d9a20549778d" href="/1a6a7a4ad1918050b5b9d9a20549778d"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="📝">📝</span></div><span class="notion-page-title-text">安卓·免费·解压软件</span></span></a><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3b7a7a4ad19180de9b0fc1e95f8de3a8" data-id="3b7a7a4ad19180de9b0fc1e95f8de3a8"><span><div id="3b7a7a4ad19180de9b0fc1e95f8de3a8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3b7a7a4ad19180de9b0fc1e95f8de3a8" title="合集"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">合集</span></span></h3><a class="notion-page-link notion-block-18ba7a4ad1918191a4bbd5574bce87d6" href="/18ba7a4ad1918191a4bbd5574bce87d6"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="🌐">🌐</span></div><span class="notion-page-title-text"><span class="notion-default"><b>每日分享</b></span></span></span></a><a class="notion-page-link notion-block-194a7a4ad19180bcafc1d8cf9e5b98fd" href="/194a7a4ad19180bcafc1d8cf9e5b98fd"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="📝">📝</span></div><span class="notion-page-title-text">本站文章</span></span></a><a class="notion-page-link notion-block-18ba7a4ad191817fa6cfdf7a81991b02" href="/18ba7a4ad191817fa6cfdf7a81991b02"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="📁">📁</span></div><span class="notion-page-title-text">软件仓库</span></span></a><a class="notion-page-link notion-block-34aa7a4ad19180fe9d09eb43c20c7bab" href="/34aa7a4ad19180fe9d09eb43c20c7bab"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="📚">📚</span></div><span class="notion-page-title-text">备考攻略</span></span></a><a class="notion-page-link notion-block-193a7a4ad191800d8383f0a15e38ff0e" href="/193a7a4ad191800d8383f0a15e38ff0e"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-image"><img class="notion-page-title-icon notion-page-icon" src="https://www.notion.so/image/attachment%3A510494e4-237e-4ff5-ab44-ffd9d1b6e8f1%3Aimage-u1WCy51QVHZg0zY9gU_oI.png?table=block&amp;id=193a7a4a-d191-800d-8383-f0a15e38ff0e&amp;t=193a7a4a-d191-800d-8383-f0a15e38ff0e" alt="Excel办公" loading="lazy" decoding="async"/></div><span class="notion-page-title-text">Excel办公</span></span></a><a class="notion-page-link notion-block-336a7a4ad1918035a49cf377f0d4522d" href="/336a7a4ad1918035a49cf377f0d4522d"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="📦">📦</span></div><span class="notion-page-title-text">不错开源项目收集</span></span></a><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-339a7a4ad1918004903fc0c64e4558bc" data-id="339a7a4ad1918004903fc0c64e4558bc"><span><div id="339a7a4ad1918004903fc0c64e4558bc" class="notion-header-anchor"></div><a class="notion-hash-link" href="#339a7a4ad1918004903fc0c64e4558bc" title="文章"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">文章</span></span></h3><a class="notion-page-link notion-block-3afa7a4ad191809883aeee4214183617" href="/3afa7a4ad191809883aeee4214183617"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="🍲">🍲</span></div><span class="notion-page-title-text">做饭必备的60个技巧，让你秒变大厨</span></span></a><div class="notion-blank notion-block-3b7a7a4ad191802283e6ddab399c03e5"> </div><hr class="notion-hr notion-block-3b7a7a4ad1918031b2ccd29995568098"/><div class="notion-blank notion-block-3b7a7a4ad19180ef8ba9e7d9eb95cd7d"> </div><a class="notion-page-link notion-block-197a7a4ad191806c8945f0fa9468294d" href="/197a7a4ad191806c8945f0fa9468294d"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="🏡">🏡</span></div><span class="notion-page-title-text">关于本站</span></span></a><a class="notion-page-link notion-default_background notion-block-18ba7a4ad19181cb9600d6c4f2cba556" href="/18ba7a4ad19181cb9600d6c4f2cba556"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="💬">💬</span></div><span class="notion-page-title-text">联系我💬交流</span></span></a><a class="notion-page-link notion-default_background notion-block-1a6a7a4ad19180cba51de87aff1eeff3" href="/1a6a7a4ad19180cba51de87aff1eeff3"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="📶">📶</span></div><span class="notion-page-title-text"><span class="notion-red">大流量卡【已下架】</span></span></span></a><a class="notion-page-link notion-block-389a7a4ad1918031a78ccc4fe6e382ff" href="/389a7a4ad1918031a78ccc4fe6e382ff"><span class="notion-page-title"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-title-icon notion-page-icon" role="img" aria-label="💭">💭</span></div><span class="notion-page-title-text">网友求助🌵留言</span></span></a><div class="notion-callout notion-gray_background_co notion-block-33ca7a4ad191805ea74ad598b3816859"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text"><details class="notion-toggle notion-block-340a7a4ad1918086aa82d6628b93d9bd"><summary><span class="notion-teal">⚠️ 免责声明</span></summary><div><div class="notion-text notion-block-340a7a4ad19180ef98c1d13b2a8f4aec">酷小呵笔记是一个非营利性的个人网站，不存在任何商业目的及用途。</div><div class="notion-text notion-block-340a7a4ad191809fb1cffb2d57e7b0e2">酷小呵笔记所分享的一切资料都来自于互联网公开渠道获取的内容，仅限用于学习和研究目的；任何人不得将其用于商业或非法用途！</div><div class="notion-text notion-block-340a7a4ad19180caa5d9d7162fde6feb">否则，一切后果请自负。</div><div class="notion-text notion-block-340a7a4ad19180308513e54e87573e48">如果您访问和下载我们分享的任何资源，表示您同意只将此文件用于参考、学习和交流而非其他用途。</div><div class="notion-text notion-block-340a7a4ad1918007b6d5f3230ef559e8">请于下载后24小时内，从您的设备中彻底删除上述内容。本站不储存任何资源，所有资源均来自网友自愿分享及互联网收集。</div></div></details><details class="notion-toggle notion-block-355a7a4ad191801885b6c0f02413d943"><summary><span class="notion-orange">🔗 友情链接</span></summary><div><div class="notion-text notion-block-355a7a4ad19180d6b892c27374f1f791"><a class="notion-link" href="https://9i67.com/" target="_blank" rel="noopener noreferrer">初见杂货铺</a></div><div class="notion-text notion-block-355a7a4ad191801b941de51c7f647d40"><a class="notion-link" href="https://www.kulayu.com/old/" target="_blank" rel="noopener noreferrer">酷啦鱼导航</a></div><div class="notion-text notion-block-39fa7a4ad1918093bed3e1a0827c130d"><a class="notion-link" href="https://blog.xiaow.qzz.io/" target="_blank" rel="noopener noreferrer">笑的博客</a></div></div></details><div class="notion-text notion-default_background notion-block-336a7a4ad1918028aaa5ced2f19d236c"><span class="notion-red"><b>✅ </b></span><span class="notion-default"><b>永久域名</b></span><span class="notion-default">：</span><span class="notion-red"><a class="notion-link" href="https://kuhehe.top" target="_blank" rel="noopener noreferrer">kuhehe.top</a></span><span class="notion-red"> </span></div><div class="notion-text notion-block-354a7a4ad191805f8e01e1822728d62e"><span class="notion-default"><span class="notion-default_background">更多干货持续更新，欢迎收藏～</span></span></div></div></div></main></div>]]></content:encoded>
        </item>
    </channel>
</rss>