index.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. <!DOCTYPE html>
  2. <html lang="en" data-default-color-scheme=auto>
  3. <head><!-- hexo injector head_begin start -->
  4. <script defer src="https://api.limour.top/vue/0d2f95c1-755d-436b-adf8-eee12a80ed32/script.js"></script>
  5. <!-- hexo injector head_begin end -->
  6. <meta charset="UTF-8">
  7. <link rel="apple-touch-icon" sizes="76x76" href="https://img.limour.top/2023/08/29/64ee07361815a.webp">
  8. <link rel="icon" href="https://img.limour.top/2023/08/29/64ee07361815a.webp">
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, shrink-to-fit=no">
  10. <meta http-equiv="x-ua-compatible" content="ie=edge">
  11. <meta name="theme-color" content="#2f4154">
  12. <meta name="author" content="Limour">
  13. <meta name="keywords" content="">
  14. <meta name="description" content="">
  15. <title>Tags - Limour&#39;s Blog</title>
  16. <link rel="stylesheet" href="https://jscdn.limour.top/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" />
  17. <!-- 主题依赖的图标库,不要自行修改 -->
  18. <!-- Do not modify the link that theme dependent icons -->
  19. <link rel="stylesheet" href="//at.alicdn.com/t/font_1749284_hj8rtnfg7um.css">
  20. <link rel="stylesheet" href="//at.alicdn.com/t/font_1736178_lbnruvf0jn.css">
  21. <link rel="stylesheet" href="/css/main.css" />
  22. <link id="highlight-css" rel="stylesheet" href="/css/highlight.css" />
  23. <link id="highlight-css-dark" rel="stylesheet" href="/css/highlight-dark.css" />
  24. <link rel="stylesheet" href="/theme-inject/custom.css">
  25. <link rel="stylesheet" href="/theme-inject/iconfont.css">
  26. <script id="fluid-configs">
  27. var Fluid = window.Fluid || {};
  28. Fluid.ctx = Object.assign({}, Fluid.ctx)
  29. var CONFIG = {"hostname":"hexo.limour.top","root":"/","version":"1.9.7","typing":{"enable":false,"typeSpeed":70,"cursorChar":"_","loop":false,"scope":[]},"anchorjs":{"enable":true,"element":"h1,h2,h3,h4,h5,h6","placement":"left","visible":"hover","icon":"§"},"progressbar":{"enable":true,"height_px":3,"color":"#29d","options":{"showSpinner":false,"trickleSpeed":100}},"code_language":{"enable":true,"default":"TEXT"},"copy_btn":true,"image_caption":{"enable":true},"image_zoom":{"enable":false,"img_url_replace":["",""]},"toc":{"enable":true,"placement":"right","headingSelector":"h1,h2,h3,h4,h5,h6","collapseDepth":0},"lazyload":{"enable":true,"loading_img":"https://jscdn.limour.top/gh/Limour-dev/Sakurairo_Vision/load_svg/inload.svg","onlypost":false,"offset_factor":2},"web_analytics":{"enable":false,"follow_dnt":true,"baidu":null,"google":{"measurement_id":null},"tencent":{"sid":null,"cid":null},"woyaola":null,"cnzz":null,"leancloud":{"app_id":null,"app_key":null,"server_url":null,"path":"window.location.pathname","ignore_local":false}},"search_path":"/local-search.xml","include_content_in_search":true};
  30. if (CONFIG.web_analytics.follow_dnt) {
  31. var dntVal = navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack;
  32. Fluid.ctx.dnt = dntVal && (dntVal.startsWith('1') || dntVal.startsWith('yes') || dntVal.startsWith('on'));
  33. }
  34. </script>
  35. <script src="/js/utils.js" ></script>
  36. <script src="/js/color-schema.js" ></script>
  37. <link rel="canonical" href="https://hexo.limour.top/tags/"/>
  38. <meta name="generator" content="Hexo 7.1.1"><link rel="alternate" href="/atom.xml" title="Limour's Blog" type="application/atom+xml">
  39. <link rel="alternate" href="/rss2.xml" title="Limour's Blog" type="application/rss+xml">
  40. </head>
  41. <body>
  42. <header>
  43. <div class="header-inner" style="height: 80vh;">
  44. <nav id="navbar" class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
  45. <div class="container">
  46. <a class="navbar-brand" href="/">
  47. <strong>Limour&#39;s Blog</strong>
  48. </a>
  49. <button id="navbar-toggler-btn" class="navbar-toggler" type="button" data-toggle="collapse"
  50. data-target="#navbarSupportedContent"
  51. aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
  52. <div class="animated-icon"><span></span><span></span><span></span></div>
  53. </button>
  54. <!-- Collapsible content -->
  55. <div class="collapse navbar-collapse" id="navbarSupportedContent">
  56. <ul class="navbar-nav ml-auto text-center">
  57. <li class="nav-item">
  58. <a class="nav-link" href="https://hexo.limour.top/" target="_self">
  59. <i class="iconfont icon-home-fill"></i>
  60. <span>Home</span>
  61. </a>
  62. </li>
  63. <li class="nav-item">
  64. <a class="nav-link" href="/archives/" target="_self">
  65. <i class="iconfont icon-archive-fill"></i>
  66. <span>Archive1</span>
  67. </a>
  68. </li>
  69. <li class="nav-item">
  70. <a class="nav-link" href="https://occdn.limour.top/archives/" target="_self">
  71. <i class="iconfont icon-archive-fill"></i>
  72. <span>Archive2</span>
  73. </a>
  74. </li>
  75. <li class="nav-item">
  76. <a class="nav-link" href="https://b.limour.top/archives/" target="_self">
  77. <i class="iconfont icon-archive-fill"></i>
  78. <span>Archive3</span>
  79. </a>
  80. </li>
  81. <li class="nav-item">
  82. <a class="nav-link" href="https://od.limour.top/" target="_self">
  83. <i class="iconfont icon-onedrive"></i>
  84. <span>Alist</span>
  85. </a>
  86. </li>
  87. <li class="nav-item">
  88. <a class="nav-link" href="https://orcid.org/0000-0001-8897-1685" target="_self">
  89. <i class="iconfont icon-orcid"></i>
  90. <span>Orcid</span>
  91. </a>
  92. </li>
  93. <li class="nav-item">
  94. <a class="nav-link" href="/links/" target="_self">
  95. <i class="iconfont icon-link-fill"></i>
  96. <span>Links</span>
  97. </a>
  98. </li>
  99. <li class="nav-item">
  100. <a class="nav-link" href="/atom.xml" target="_self">
  101. <i class="iconfont icon-rss"></i>
  102. <span>RSS</span>
  103. </a>
  104. </li>
  105. <li class="nav-item" id="search-btn">
  106. <a class="nav-link" target="_self" href="javascript:;" data-toggle="modal" data-target="#modalSearch" aria-label="Search">
  107. <i class="iconfont icon-search"></i>
  108. </a>
  109. </li>
  110. <li class="nav-item" id="color-toggle-btn">
  111. <a class="nav-link" target="_self" href="javascript:;" aria-label="Color Toggle">
  112. <i class="iconfont icon-dark" id="color-toggle-icon"></i>
  113. </a>
  114. </li>
  115. </ul>
  116. </div>
  117. </div>
  118. </nav>
  119. <div id="banner" class="banner" parallax=true
  120. style="background: url('https://img.limour.top/2023/08/29/64ee08e108638.webp') no-repeat center center; background-size: cover;">
  121. <div class="full-bg-img">
  122. <div class="mask flex-center" style="background-color: rgba(0, 0, 0, 0.3)">
  123. <div class="banner-text text-center fade-in-up">
  124. <div class="h2">
  125. <span id="subtitle">Tags</span>
  126. </div>
  127. </div>
  128. <div class="scroll-down-bar">
  129. <i class="iconfont icon-arrowdown"></i>
  130. </div>
  131. </div>
  132. </div>
  133. </div>
  134. </div>
  135. </header>
  136. <main>
  137. <div class="container nopadding-x-md">
  138. <div id="board"
  139. >
  140. <div class="container">
  141. <div class="row">
  142. <div class="col-12 col-md-10 m-auto">
  143. <div class="text-center tagcloud">
  144. <a href="/tags/ArrayExpress/" style="font-size: 15px; color: #bbe">ArrayExpress</a> <a href="/tags/Bootstrap/" style="font-size: 16.67px; color: #acb4e8">Bootstrap</a> <a href="/tags/CloudFlare/" style="font-size: 15px; color: #bbe">CloudFlare</a> <a href="/tags/DEG/" style="font-size: 15px; color: #bbe">DEG</a> <a href="/tags/DEGs/" style="font-size: 15px; color: #bbe">DEGs</a> <a href="/tags/DecontX/" style="font-size: 15px; color: #bbe">DecontX</a> <a href="/tags/DoH/" style="font-size: 15px; color: #bbe">DoH</a> <a href="/tags/DoubletFinder/" style="font-size: 15px; color: #bbe">DoubletFinder</a> <a href="/tags/ENI/" style="font-size: 15px; color: #bbe">ENI</a> <a href="/tags/F2FS/" style="font-size: 15px; color: #bbe">F2FS</a> <a href="/tags/FFT/" style="font-size: 15px; color: #bbe">FFT</a> <a href="/tags/FindTransferAnchors/" style="font-size: 15px; color: #bbe">FindTransferAnchors</a> <a href="/tags/GATK/" style="font-size: 15px; color: #bbe">GATK</a> <a href="/tags/GEO/" style="font-size: 15px; color: #bbe">GEO</a> <a href="/tags/GPT-4/" style="font-size: 15px; color: #bbe">GPT-4</a> <a href="/tags/GitHub/" style="font-size: 15px; color: #bbe">GitHub</a> <a href="/tags/Github/" style="font-size: 15px; color: #bbe">Github</a> <a href="/tags/JTK-CYCLE/" style="font-size: 15px; color: #bbe">JTK_CYCLE</a> <a href="/tags/MICE/" style="font-size: 15px; color: #bbe">MICE</a> <a href="/tags/MR/" style="font-size: 15px; color: #bbe">MR</a> <a href="/tags/NCBI-GEO/" style="font-size: 15px; color: #bbe">NCBI-GEO</a> <a href="/tags/NGS/" style="font-size: 15px; color: #bbe">NGS</a> <a href="/tags/OpenAI/" style="font-size: 15px; color: #bbe">OpenAI</a> <a href="/tags/PDF/" style="font-size: 15px; color: #bbe">PDF</a> <a href="/tags/PaddleOCR/" style="font-size: 15px; color: #bbe">PaddleOCR</a> <a href="/tags/QoS/" style="font-size: 15px; color: #bbe">QoS</a> <a href="/tags/R/" style="font-size: 15px; color: #bbe">R</a> <a href="/tags/RLOG/" style="font-size: 15px; color: #bbe">RLOG</a> <a href="/tags/RRA/" style="font-size: 15px; color: #bbe">RRA</a> <a href="/tags/SCTransform/" style="font-size: 15px; color: #bbe">SCTransform</a> <a href="/tags/SNP/" style="font-size: 16.67px; color: #acb4e8">SNP</a> <a href="/tags/SRA/" style="font-size: 15px; color: #bbe">SRA</a> <a href="/tags/STAR/" style="font-size: 15px; color: #bbe">STAR</a> <a href="/tags/SingleR/" style="font-size: 15px; color: #bbe">SingleR</a> <a href="/tags/TMM/" style="font-size: 15px; color: #bbe">TMM</a> <a href="/tags/Tunnel/" style="font-size: 15px; color: #bbe">Tunnel</a> <a href="/tags/VMware/" style="font-size: 15px; color: #bbe">VMware</a> <a href="/tags/VST/" style="font-size: 15px; color: #bbe">VST</a> <a href="/tags/VoiceMeeter/" style="font-size: 15px; color: #bbe">VoiceMeeter</a> <a href="/tags/WGS/" style="font-size: 15px; color: #bbe">WGS</a> <a href="/tags/WORD/" style="font-size: 15px; color: #bbe">WORD</a> <a href="/tags/Whisper/" style="font-size: 15px; color: #bbe">Whisper</a> <a href="/tags/Windows/" style="font-size: 15px; color: #bbe">Windows</a> <a href="/tags/acme/" style="font-size: 15px; color: #bbe">acme</a> <a href="/tags/alist/" style="font-size: 15px; color: #bbe">alist</a> <a href="/tags/aria2/" style="font-size: 15px; color: #bbe">aria2</a> <a href="/tags/bam/" style="font-size: 15px; color: #bbe">bam</a> <a href="/tags/cellranger/" style="font-size: 15px; color: #bbe">cellranger</a> <a href="/tags/celltypist/" style="font-size: 15px; color: #bbe">celltypist</a> <a href="/tags/chroma/" style="font-size: 15px; color: #bbe">chroma</a> <a href="/tags/clash/" style="font-size: 15px; color: #bbe">clash</a> <a href="/tags/claude/" style="font-size: 15px; color: #bbe">claude</a> <a href="/tags/conda/" style="font-size: 15px; color: #bbe">conda</a> <a href="/tags/dendrite/" style="font-size: 15px; color: #bbe">dendrite</a> <a href="/tags/docker/" style="font-size: 30px; color: #337ab7">docker</a> <a href="/tags/drawio/" style="font-size: 15px; color: #bbe">drawio</a> <a href="/tags/easyconnect/" style="font-size: 15px; color: #bbe">easyconnect</a> <a href="/tags/fasta/" style="font-size: 15px; color: #bbe">fasta</a> <a href="/tags/fastq/" style="font-size: 16.67px; color: #acb4e8">fastq</a> <a href="/tags/fc/" style="font-size: 15px; color: #bbe">fc</a> <a href="/tags/fonts/" style="font-size: 15px; color: #bbe">fonts</a> <a href="/tags/forestplot/" style="font-size: 15px; color: #bbe">forestplot</a> <a href="/tags/gft/" style="font-size: 15px; color: #bbe">gft</a> <a href="/tags/golang/" style="font-size: 15px; color: #bbe">golang</a> <a href="/tags/gost/" style="font-size: 16.67px; color: #acb4e8">gost</a> <a href="/tags/gray/" style="font-size: 15px; color: #bbe">gray</a> <a href="/tags/hexo/" style="font-size: 16.67px; color: #acb4e8">hexo</a> <a href="/tags/homepage/" style="font-size: 16.67px; color: #acb4e8">homepage</a> <a href="/tags/json/" style="font-size: 15px; color: #bbe">json</a> <a href="/tags/jupyter/" style="font-size: 16.67px; color: #acb4e8">jupyter</a> <a href="/tags/limma/" style="font-size: 15px; color: #bbe">limma</a> <a href="/tags/llama/" style="font-size: 25px; color: #6090c9">llama</a> <a href="/tags/matrix/" style="font-size: 15px; color: #bbe">matrix</a> <a href="/tags/metacell/" style="font-size: 15px; color: #bbe">metacell</a> <a href="/tags/morty/" style="font-size: 15px; color: #bbe">morty</a> <a href="/tags/ngpm/" style="font-size: 28.33px; color: #4281bd">ngpm</a> <a href="/tags/nmf/" style="font-size: 15px; color: #bbe">nmf</a> <a href="/tags/nvidia/" style="font-size: 16.67px; color: #acb4e8">nvidia</a> <a href="/tags/oligo/" style="font-size: 15px; color: #bbe">oligo</a> <a href="/tags/onedrive/" style="font-size: 15px; color: #bbe">onedrive</a> <a href="/tags/openai/" style="font-size: 18.33px; color: #9dade2">openai</a> <a href="/tags/pdf/" style="font-size: 15px; color: #bbe">pdf</a> <a href="/tags/pipeline/" style="font-size: 15px; color: #bbe">pipeline</a> <a href="/tags/quic/" style="font-size: 15px; color: #bbe">quic</a> <a href="/tags/r2/" style="font-size: 15px; color: #bbe">r2</a> <a href="/tags/raspberrypi/" style="font-size: 16.67px; color: #acb4e8">raspberrypi</a> <a href="/tags/rclone/" style="font-size: 16.67px; color: #acb4e8">rclone</a> <a href="/tags/regression/" style="font-size: 15px; color: #bbe">regression</a> <a href="/tags/rss/" style="font-size: 18.33px; color: #9dade2">rss</a> <a href="/tags/rstudio/" style="font-size: 15px; color: #bbe">rstudio</a> <a href="/tags/scVelo/" style="font-size: 15px; color: #bbe">scVelo</a> <a href="/tags/searxng/" style="font-size: 15px; color: #bbe">searxng</a> <a href="/tags/shell/" style="font-size: 15px; color: #bbe">shell</a> <a href="/tags/slurm/" style="font-size: 15px; color: #bbe">slurm</a> <a href="/tags/socks5/" style="font-size: 18.33px; color: #9dade2">socks5</a> <a href="/tags/ss/" style="font-size: 15px; color: #bbe">ss</a> <a href="/tags/ssh/" style="font-size: 16.67px; color: #acb4e8">ssh</a> <a href="/tags/stellaris/" style="font-size: 15px; color: #bbe">stellaris</a> <a href="/tags/supabase/" style="font-size: 15px; color: #bbe">supabase</a> <a href="/tags/tdl/" style="font-size: 15px; color: #bbe">tdl</a> <a href="/tags/telegram/" style="font-size: 15px; color: #bbe">telegram</a> <a href="/tags/termux/" style="font-size: 15px; color: #bbe">termux</a> <a href="/tags/tor/" style="font-size: 15px; color: #bbe">tor</a> <a href="/tags/torch/" style="font-size: 16.67px; color: #acb4e8">torch</a> <a href="/tags/translation/" style="font-size: 16.67px; color: #acb4e8">translation</a> <a href="/tags/ubuntu/" style="font-size: 15px; color: #bbe">ubuntu</a> <a href="/tags/uptime/" style="font-size: 15px; color: #bbe">uptime</a> <a href="/tags/vscode/" style="font-size: 15px; color: #bbe">vscode</a> <a href="/tags/warp/" style="font-size: 15px; color: #bbe">warp</a> <a href="/tags/webp/" style="font-size: 15px; color: #bbe">webp</a> <a href="/tags/webproxy/" style="font-size: 15px; color: #bbe">webproxy</a> <a href="/tags/win10/" style="font-size: 15px; color: #bbe">win10</a> <a href="/tags/win11/" style="font-size: 15px; color: #bbe">win11</a> <a href="/tags/ws/" style="font-size: 15px; color: #bbe">ws</a> <a href="/tags/%E4%B8%8B%E8%BD%BD%E5%99%A8/" style="font-size: 15px; color: #bbe">下载器</a> <a href="/tags/%E4%BB%8E%E9%9B%B6%E5%BC%80%E5%A7%8B%E9%85%8D%E7%BD%AEVPS/" style="font-size: 16.67px; color: #acb4e8">从零开始配置VPS</a> <a href="/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/" style="font-size: 18.33px; color: #9dade2">内网穿透</a> <a href="/tags/%E5%88%86%E7%BE%A4/" style="font-size: 15px; color: #bbe">分群</a> <a href="/tags/%E5%8D%95%E7%BB%86%E8%83%9E/" style="font-size: 15px; color: #bbe">单细胞</a> <a href="/tags/%E5%8F%8D%E4%B9%8C%E6%89%98%E9%82%A6/" style="font-size: 15px; color: #bbe">反乌托邦</a> <a href="/tags/%E5%9C%B0%E7%90%86/" style="font-size: 15px; color: #bbe">地理</a> <a href="/tags/%E5%AF%84%E7%94%9F%E8%99%AB/" style="font-size: 18.33px; color: #9dade2">寄生虫</a> <a href="/tags/%E6%8E%A2%E7%B4%A2/" style="font-size: 26.67px; color: #5188c3">探索</a> <a href="/tags/%E6%95%B4%E6%95%B0%E4%B9%98%E6%B3%95/" style="font-size: 15px; color: #bbe">整数乘法</a> <a href="/tags/%E6%96%87%E6%98%8E/" style="font-size: 15px; color: #bbe">文明</a> <a href="/tags/%E6%97%A0%E6%94%BF%E5%BA%9C%E4%B8%BB%E4%B9%89/" style="font-size: 15px; color: #bbe">无政府主义</a> <a href="/tags/%E6%97%A5%E8%AE%B0/" style="font-size: 15px; color: #bbe">日记</a> <a href="/tags/%E6%97%B6%E7%A9%BA%E5%9B%BE/" style="font-size: 15px; color: #bbe">时空图</a> <a href="/tags/%E6%9D%82%E6%84%9F/" style="font-size: 23.33px; color: #6f97cf">杂感</a> <a href="/tags/%E6%B3%A8%E9%87%8A/" style="font-size: 15px; color: #bbe">注释</a> <a href="/tags/%E6%B8%85%E7%90%86/" style="font-size: 15px; color: #bbe">清理</a> <a href="/tags/%E7%83%AD%E7%82%B9/" style="font-size: 15px; color: #bbe">热点</a> <a href="/tags/%E7%94%9F%E4%BF%A1/" style="font-size: 16.67px; color: #acb4e8">生信</a> <a href="/tags/%E7%A7%91%E5%B9%BB/" style="font-size: 20px; color: #8ea5dc">科幻</a> <a href="/tags/%E7%BF%BB%E8%AF%91/" style="font-size: 16.67px; color: #acb4e8">翻译</a> <a href="/tags/%E8%8D%AF%E7%90%86/" style="font-size: 23.33px; color: #6f97cf">药理</a> <a href="/tags/%E8%AE%BE%E5%AE%9A/" style="font-size: 21.67px; color: #7f9ed6">设定</a> <a href="/tags/%E8%BD%AC%E8%BD%BD/" style="font-size: 18.33px; color: #9dade2">转载</a> <a href="/tags/%E9%A2%84%E5%90%8E%E6%A8%A1%E5%9E%8B/" style="font-size: 15px; color: #bbe">预后模型</a>
  145. </div>
  146. </div>
  147. </div>
  148. </div>
  149. </div>
  150. </div>
  151. <a id="scroll-top-button" aria-label="TOP" href="#" role="button">
  152. <i class="iconfont icon-arrowup" aria-hidden="true"></i>
  153. </a>
  154. <div class="modal fade" id="modalSearch" tabindex="-1" role="dialog" aria-labelledby="ModalLabel"
  155. aria-hidden="true">
  156. <div class="modal-dialog modal-dialog-scrollable modal-lg" role="document">
  157. <div class="modal-content">
  158. <div class="modal-header text-center">
  159. <h4 class="modal-title w-100 font-weight-bold">Search</h4>
  160. <button type="button" id="local-search-close" class="close" data-dismiss="modal" aria-label="Close">
  161. <span aria-hidden="true">&times;</span>
  162. </button>
  163. </div>
  164. <div class="modal-body mx-3">
  165. <div class="md-form mb-5">
  166. <input type="text" id="local-search-input" class="form-control validate">
  167. <label data-error="x" data-success="v" for="local-search-input">Keyword</label>
  168. </div>
  169. <div class="list-group" id="local-search-result"></div>
  170. </div>
  171. </div>
  172. </div>
  173. </div>
  174. </main>
  175. <footer>
  176. <div class="footer-inner">
  177. <div class="footer-content">
  178. <a target="_blank" rel="nofollow noopener" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=43130202000203"><img src="https://img.limour.top/2023/08/27/64eadeb81d6a0.webp" srcset="https://jscdn.limour.top/gh/Limour-dev/Sakurairo_Vision/load_svg/inload.svg" lazyload>湘公网安备43130202000203号 </a> <a target="_blank" rel="nofollow noopener" href="https://beian.miit.gov.cn/">湘ICP备20008299号 </a> <a target="_blank" rel="nofollow noopener" href="https://icp.gov.moe/?keyword=20210128">萌ICP备20210128号</a> <br> <a href="https://www.foreverblog.cn/" target="_blank"> <img src="https://img.foreverblog.cn/logo_en_default.png" srcset="https://jscdn.limour.top/gh/Limour-dev/Sakurairo_Vision/load_svg/inload.svg" lazyload alt="" style="width:auto;height:24px"> </a> <br> <a href="https://hexo.io" target="_blank" rel="nofollow noopener"><span>Hexo</span></a> <i class="iconfont icon-love"></i> <a href="https://github.com/fluid-dev/hexo-theme-fluid" target="_blank" rel="nofollow noopener"><span>Fluid</span></a> <i class="iconfont icon-love"></i> <a href="https://github.com/limour-blog/limour-blog.github.io" target="_blank" rel="nofollow noopener"><span>SRC</span></a> <i class="iconfont icon-love"></i> <a href="https://web.archive.org/web/20231130095837/https://effectiveacceleration.tech/" target="_blank" rel="nofollow noopener"><span>e/Acc</span></a>
  179. </div>
  180. </div>
  181. </footer>
  182. <!-- Scripts -->
  183. <script src="https://jscdn.limour.top/npm/nprogress@0.2.0/nprogress.min.js" ></script>
  184. <link rel="stylesheet" href="https://jscdn.limour.top/npm/nprogress@0.2.0/nprogress.min.css" />
  185. <script>
  186. NProgress.configure({"showSpinner":false,"trickleSpeed":100})
  187. NProgress.start()
  188. window.addEventListener('load', function() {
  189. NProgress.done();
  190. })
  191. </script>
  192. <script src="https://jscdn.limour.top/npm/jquery@3.6.4/dist/jquery.min.js" ></script>
  193. <script src="https://jscdn.limour.top/npm/bootstrap@4.6.1/dist/js/bootstrap.min.js" ></script>
  194. <script src="/js/events.js" ></script>
  195. <script src="/js/plugins.js" ></script>
  196. <script src="/js/img-lazyload.js" ></script>
  197. <script src="/js/local-search.js" ></script>
  198. <!-- 主题的启动项,将它保持在最底部 -->
  199. <!-- the boot of the theme, keep it at the bottom -->
  200. <script src="/js/boot.js" ></script>
  201. <noscript>
  202. <div class="noscript-warning">Blog works best with JavaScript enabled</div>
  203. </noscript>
  204. <!-- hexo injector body_end start -->
  205. <script defer src="/theme-inject/timeliness.js"></script>
  206. <!-- hexo injector body_end end --></body>
  207. </html>