Skip to content

fix(route/copernicium): remove route which is no longer valid #18890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dzx-dzx
Copy link
Contributor

@dzx-dzx dzx-dzx commented Apr 19, 2025

Involved Issue / 该 PR 相关 Issue

Close #

Example for the Proposed Route(s) / 路由地址示例

/

New RSS Route Checklist / 新 RSS 路由检查表

  • New Route / 新的路由
  • Anti-bot or rate limit / 反爬/频率限制
    • If yes, do your code reflect this sign? / 如果有, 是否有对应的措施?
  • Date and time / 日期和时间
    • Parsed / 可以解析
    • Correct time zone / 时区正确
  • New package added / 添加了新的包
  • Puppeteer

Note / 说明

@github-actions github-actions bot added the Route label Apr 19, 2025
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/ - Success ✔️
<html>

<head>
  <title>Welcome to RSSHub!</title>
  <script src="https://cdn.tailwindcss.com"></script>
  <style>
    details::-webkit-scrollbar {
      width: 0.25rem;
    }

    details::-webkit-scrollbar-thumb {
      border-radius: 0.125rem;
      background-color: #e4e4e7;
    }

    details::-webkit-scrollbar-thumb:hover {
      background-color: #a1a1aa;
    }

    @font-face {
      font-family: SN Pro;
      font-style: normal;
      font-display: swap;
      font-weight: 400;
      src: url(https://cdn.jsdelivr.net/fontsource/fonts/sn-pro@latest/latin-400-normal.woff2) format(woff2);
    }

    @font-face {
      font-family: SN Pro;
      font-style: normal;
      font-display: swap;
      font-weight: 500;
      src: url(https://cdn.jsdelivr.net/fontsource/fonts/sn-pro@latest/latin-500-normal.woff2) format(woff2);
    }

    @font-face {
      font-family: SN Pro;
      font-style: normal;
      font-display: swap;
      font-weight: 700;
      src: url(https://cdn.jsdelivr.net/fontsource/fonts/sn-pro@latest/latin-700-normal.woff2) format(woff2);
    }

    body {
      font-family: SN Pro, sans-serif;
    }
  </style>
</head>

<body class="antialiased min-h-screen text-zinc-700 flex flex-col">
  <div class="pointer-events-none absolute w-full min-h-screen" style="background-image:url(&#39;data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMiAzMicgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJyBmaWxsPSdub25lJyBzdHJva2U9J3JnYigxNSAyMyA0MiAvIDAuMDQpJz48cGF0aCBkPSdNMCAuNUgzMS41VjMyJy8+PC9zdmc+&#39;);mask-image:linear-gradient(transparent, black, transparent)"></div>
  <div class="w-full grow shrink-0 py-8 flex items-center justify-center flex-col space-y-4"><img src="./logo.png" alt="RSSHub" width="100" loading="lazy" />
    <h1 class="text-4xl font-bold">Welcome to <span class="text-[#F5712C]">RSSHub</span>!</h1>
    <p class="text-xl font-medium text-zinc-600">The world&#39;s largest RSS Network.</p>
    <p class="text-zinc-500">If you see this page, the RSSHub is successfully installed and working.</p>
    <div class="font-bold space-x-4 text-sm"><a target="_blank" href="https://docs.rsshub.app"><button class="text-white bg-[#F5712C] hover:bg-[#DD4A15] py-2 px-4 rounded-full transition-colors">Home</button></a><a target="_blank" href="https://github.com/DIYgod/RSSHub"><button class="bg-zinc-200 hover:bg-zinc-300 py-2 px-4 rounded-full transition-colors">GitHub</button></a></div>
    <details class="text-xs w-96 !mt-8 max-h-[400px] overflow-auto">
      <summary class="text-sm cursor-pointer">Debug Info</summary>
      <div class="debug-item my-3 pl-8"><span class="debug-key w-32 text-right inline-block mr-2">Git Hash: </span><span class="debug-value inline-block break-all align-top"><a class="underline" href="https://github.com/DIYgod/RSSHub/commit/f50b516f">f50b516f</a></span></div>
      <div class="debug-item my-3 pl-8"><span class="debug-key w-32 text-right inline-block mr-2">Git Date: </span><span class="debug-value inline-block break-all align-top">Sat, 19 Apr 2025 10:17:51 GMT</span></div>
      <div class="debug-item my-3 pl-8"><span class="debug-key w-32 text-right inline-block mr-2">Cache Duration: </span><span class="debug-value inline-block break-all align-top">300s</span></div>
      <div class="debug-item my-3 pl-8"><span class="debug-key w-32 text-right inline-block mr-2">Request Amount: </span><span class="debug-value inline-block break-all align-top">1</span></div>
      <div class="debug-item my-3 pl-8"><span class="debug-key w-32 text-right inline-block mr-2">Request Frequency: </span><span class="debug-value inline-block break-all align-top">7.756 times/minute</span></div>
      <div class="debug-item my-3 pl-8"><span class="debug-key w-32 text-right inline-block mr-2">Cache Hit Ratio: </span><span class="debug-value inline-block break-all align-top">0.00%</span></div>
      <div class="debug-item my-3 pl-8"><span class="debug-key w-32 text-right inline-block mr-2">ETag Matched Ratio: </span><span class="debug-value inline-block break-all align-top">0.00%</span></div>
      <div class="debug-item my-3 pl-8"><span class="debug-key w-32 text-right inline-block mr-2">Health: </span><span class="debug-value inline-block break-all align-top">100.00%</span></div>
      <div class="debug-item my-3 pl-8"><span class="debug-key w-32 text-right inline-block mr-2">Uptime: </span><span class="debug-value inline-block break-all align-top">0.00 hour(s)</span></div>
      <div class="debug-item my-3 pl-8"><span class="debug-key w-32 text-right inline-block mr-2">Hot Routes: </span><span class="debug-value inline-block break-all align-top"></span></div>
      <div class="debug-item my-3 pl-8"><span class="debug-key w-32 text-right inline-block mr-2">Hot Paths: </span><span class="debug-value inline-block break-all align-top">1 /<br /></span></div>
      <div class="debug-item my-3 pl-8"><span class="debug-key w-32 text-right inline-block mr-2">Hot Error Routes: </span><span class="debug-value inline-block break-all align-top"></span></div>
      <div class="debug-item my-3 pl-8"><span class="debug-key w-32 text-right inline-block mr-2">Hot Error Paths: </span><span class="debug-value inline-block break-all align-top"></span></div>
    </details>
  </div>
  <div class="text-center pt-4 pb-8 w-full text-sm font-medium space-y-2">
    <p class="space-x-4"><a target="_blank" href="https://github.com/DIYgod/RSSHub"><img class="inline" src="https://icons.ly/github/_/fff" alt="github" width="20" height="20" /></a><a target="_blank" href="https://t.me/rsshub"><img class="inline" src="https://icons.ly/telegram" alt="telegram group" width="20" height="20" /></a><a target="_blank" href="https://t.me/awesomeRSSHub"><img class="inline" src="https://icons.ly/telegram" alt="telegram channel" width="20" height="20" /></a><a target="_blank" href="https://x.com/intent/follow?screen_name=_RSSHub" class="text-[#F5712C]"><img class="inline" src="https://icons.ly/x" alt="X" width="20" height="20" /></a></p>
    <p class="!mt-6">Please consider <a target="_blank" href="https://docs.rsshub.app/sponsor" class="text-[#F5712C]">sponsoring</a> to help keep this open source project alive.</p>
    <p>Made with ❤️ by <a target="_blank" href="https://diygod.cc" class="text-[#F5712C]">DIYgod</a> and <a target="_blank" href="https://github.com/DIYgod/RSSHub/graphs/contributors" class="text-[#F5712C]">Contributors</a> under MIT License.</p>
  </div>
</body>

</html>

@github-actions github-actions bot added the Auto: Route Test Complete Auto route test has finished on given PR label Apr 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto: Route Test Complete Auto route test has finished on given PR Route
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant