Browse Source

Site updated: 2024-05-18 16:38:48

us_limour@limour.top 5 months ago
parent
commit
1d9f7b25b9

File diff suppressed because it is too large
+ 3 - 3
-ji-lu--an-zhuang-sheng-xin-de-dai-ma-bian-xie-huan-jing.html


+ 4 - 4
-ji-lu--da-jian-yuan-cheng-edge-liu-lan-qi.html

@@ -258,7 +258,7 @@
       <span class="post-meta mr-2">
         <i class="iconfont icon-chart"></i>
         
-          152 words
+          158 words
         
       </span>
     
@@ -311,7 +311,7 @@
               <p id="updated-time" class="note note-info" style="">
                 
                   
-                    Last updated on March 19, 2024 pm
+                    Last updated on May 18, 2024 pm
                   
                 
               </p>
@@ -325,7 +325,7 @@
 <li><a href="/Docker-bu-shu-Nginx-Proxy-Manager">搭建反代服务</a></li>
 </ul>
 <figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br></pre></td><td class="code"><pre><code class="hljs bash"><span class="hljs-built_in">mkdir</span> -p ~/app/edge &amp;&amp; <span class="hljs-built_in">cd</span> ~/app/edge &amp;&amp; nano docker-compose.yml<br>sudo docker-compose up -d<br><span class="hljs-comment"># 默认账户:kasm_user</span><br><span class="hljs-comment"># proxy_set_header Authorization &quot;Basic a2FzbV91c2VyOnBhc3N3b3Jk&quot;;</span><br></code></pre></td></tr></table></figure>
-<figure class="highlight yml"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br></pre></td><td class="code"><pre><code class="hljs yml"><span class="hljs-attr">version:</span> <span class="hljs-string">&#x27;3.3&#x27;</span><br><span class="hljs-attr">services:</span><br>  <span class="hljs-attr">kasmweb-edge:</span><br>    <span class="hljs-attr">restart:</span> <span class="hljs-string">unless-stopped</span><br>    <span class="hljs-attr">shm_size:</span> <span class="hljs-string">&quot;512m&quot;</span><br>    <span class="hljs-attr">environment:</span><br>      <span class="hljs-bullet">-</span> <span class="hljs-string">VNC_PW=password</span><br>      <span class="hljs-bullet">-</span> <span class="hljs-string">APP_ARGS=--start-maximized</span> <span class="hljs-string">--no-sandbox</span><br>    <span class="hljs-attr">image:</span> <span class="hljs-string">kasmweb/edge:1.14.0</span><br><br><span class="hljs-attr">networks:</span><br>  <span class="hljs-attr">default:</span><br>    <span class="hljs-attr">external:</span> <span class="hljs-literal">true</span><br>    <span class="hljs-attr">name:</span> <span class="hljs-string">ngpm</span><br></code></pre></td></tr></table></figure>
+<figure class="highlight yml"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br><span class="line">15</span><br></pre></td><td class="code"><pre><code class="hljs yml"><span class="hljs-attr">version:</span> <span class="hljs-string">&#x27;3.3&#x27;</span><br><span class="hljs-attr">services:</span><br>  <span class="hljs-attr">kasmweb-edge:</span><br>    <span class="hljs-attr">restart:</span> <span class="hljs-string">unless-stopped</span><br>    <span class="hljs-attr">shm_size:</span> <span class="hljs-string">&quot;512m&quot;</span><br>    <span class="hljs-attr">environment:</span><br>      <span class="hljs-bullet">-</span> <span class="hljs-string">VNC_PW=password</span><br>      <span class="hljs-bullet">-</span> <span class="hljs-string">LAUNCH_URL=http://wlrz.fudan.edu.cn</span><br>      <span class="hljs-bullet">-</span> <span class="hljs-string">APP_ARGS=--start-maximized</span> <span class="hljs-string">--no-sandbox</span><br>    <span class="hljs-attr">image:</span> <span class="hljs-string">kasmweb/edge:1.14.0</span><br><br><span class="hljs-attr">networks:</span><br>  <span class="hljs-attr">default:</span><br>    <span class="hljs-attr">external:</span> <span class="hljs-literal">true</span><br>    <span class="hljs-attr">name:</span> <span class="hljs-string">ngpm</span><br></code></pre></td></tr></table></figure>
 <h2 id="反代-edge">反代 edge</h2>
 <p>Nginx Proxy Manager 向后传递 Authorization 有问题,需要自己到浏览器中截获相应的认证,加到 Header 中,之后重新到 Nginx Proxy Manager 中设一个新的认证<br>
 <img src="https://img.limour.top/2023/08/31/64f0a55200107.webp" srcset="https://jscdn.limour.top/gh/Limour-dev/Sakurairo_Vision/load_svg/inload.svg" lazyload alt=""></p>
@@ -374,7 +374,7 @@
       
         <div class="license-meta-item license-meta-date">
           <div>Updated on</div>
-          <div>March 19, 2024</div>
+          <div>May 18, 2024</div>
         </div>
       
       

+ 8 - 8
baidusitemap.xml

@@ -1,5 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+  <url>
+    <loc>https://hexo.limour.top/-ji-lu--an-zhuang-sheng-xin-de-dai-ma-bian-xie-huan-jing.html</loc>
+    <lastmod>2024-05-18</lastmod>
+  </url>
+  <url>
+    <loc>https://hexo.limour.top/-ji-lu--da-jian-yuan-cheng-edge-liu-lan-qi.html</loc>
+    <lastmod>2024-05-18</lastmod>
+  </url>
   <url>
     <loc>https://hexo.limour.top/Running-Qwen-on-the-Win10-platform-with-6GB-of-video-memory.html</loc>
     <lastmod>2024-03-29</lastmod>
@@ -24,10 +32,6 @@
     <loc>https://hexo.limour.top/WebSocket-based-intranet-penetration-tool.html</loc>
     <lastmod>2024-03-23</lastmod>
   </url>
-  <url>
-    <loc>https://hexo.limour.top/-ji-lu--an-zhuang-sheng-xin-de-dai-ma-bian-xie-huan-jing.html</loc>
-    <lastmod>2024-03-22</lastmod>
-  </url>
   <url>
     <loc>https://hexo.limour.top/Protocol-for-intranet-penetration-based-on-QUIC.html</loc>
     <lastmod>2024-03-21</lastmod>
@@ -120,10 +124,6 @@
     <loc>https://hexo.limour.top/dan-xi-bao-zui-jia-shi-jian-de-liu-cheng.html</loc>
     <lastmod>2024-03-19</lastmod>
   </url>
-  <url>
-    <loc>https://hexo.limour.top/-ji-lu--da-jian-yuan-cheng-edge-liu-lan-qi.html</loc>
-    <lastmod>2024-03-19</lastmod>
-  </url>
   <url>
     <loc>https://hexo.limour.top/-ji-lu--a-li-yun-han-shu-ji-suan-da-jian-ge-ren-zhu-ye.html</loc>
     <lastmod>2024-03-19</lastmod>

+ 155 - 155
sitemap.xml

@@ -1,6 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   
+  <url>
+    <loc>https://hexo.limour.top/-ji-lu--an-zhuang-sheng-xin-de-dai-ma-bian-xie-huan-jing</loc>
+    
+    <lastmod>2024-05-18</lastmod>
+    
+    <changefreq>monthly</changefreq>
+    <priority>0.6</priority>
+  </url>
+  
+  <url>
+    <loc>https://hexo.limour.top/-ji-lu--da-jian-yuan-cheng-edge-liu-lan-qi</loc>
+    
+    <lastmod>2024-05-18</lastmod>
+    
+    <changefreq>monthly</changefreq>
+    <priority>0.6</priority>
+  </url>
+  
   <url>
     <loc>https://hexo.limour.top/Running-Qwen-on-the-Win10-platform-with-6GB-of-video-memory</loc>
     
@@ -55,15 +73,6 @@
     <priority>0.6</priority>
   </url>
   
-  <url>
-    <loc>https://hexo.limour.top/-ji-lu--an-zhuang-sheng-xin-de-dai-ma-bian-xie-huan-jing</loc>
-    
-    <lastmod>2024-03-22</lastmod>
-    
-    <changefreq>monthly</changefreq>
-    <priority>0.6</priority>
-  </url>
-  
   <url>
     <loc>https://hexo.limour.top/Protocol-for-intranet-penetration-based-on-QUIC</loc>
     
@@ -271,15 +280,6 @@
     <priority>0.6</priority>
   </url>
   
-  <url>
-    <loc>https://hexo.limour.top/-ji-lu--da-jian-yuan-cheng-edge-liu-lan-qi</loc>
-    
-    <lastmod>2024-03-19</lastmod>
-    
-    <changefreq>monthly</changefreq>
-    <priority>0.6</priority>
-  </url>
-  
   <url>
     <loc>https://hexo.limour.top/-ji-lu--a-li-yun-han-shu-ji-suan-da-jian-ge-ren-zhu-ye</loc>
     
@@ -1039,7 +1039,7 @@
 
   <url>
     <loc>https://hexo.limour.top/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>daily</changefreq>
     <priority>1.0</priority>
   </url>
@@ -1047,952 +1047,952 @@
   
   <url>
     <loc>https://hexo.limour.top/tags/%E6%8E%A2%E7%B4%A2/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/celltypist/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E7%94%9F%E4%BF%A1/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E5%88%86%E7%BE%A4/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E6%B3%A8%E9%87%8A/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/raspberrypi/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/rclone/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/aria2/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/STAR/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E6%97%B6%E7%A9%BA%E5%9B%BE/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/NGS/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/fasta/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/fastq/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/gft/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/bam/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/forestplot/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/regression/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/TMM/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/VST/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/RLOG/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/DEGs/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/RRA/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/oligo/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/GEO/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/ArrayExpress/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/DEG/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/limma/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/MICE/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/llama/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/JTK-CYCLE/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/ENI/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/NCBI-GEO/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/SRA/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/R/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/fonts/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/cellranger/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/scVelo/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/Bootstrap/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/FindTransferAnchors/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/SCTransform/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/metacell/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/SingleR/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E8%8D%AF%E7%90%86/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/VMware/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/nmf/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/shell/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/json/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E5%AF%84%E7%94%9F%E8%99%AB/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E8%BD%AC%E8%BD%BD/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E6%B8%85%E7%90%86/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/docker/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/matrix/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/dendrite/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E4%BB%8E%E9%9B%B6%E5%BC%80%E5%A7%8B%E9%85%8D%E7%BD%AEVPS/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/F2FS/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/FFT/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E6%95%B4%E6%95%B0%E4%B9%98%E6%B3%95/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/win11/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E7%83%AD%E7%82%B9/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/ngpm/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E5%9C%B0%E7%90%86/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/onedrive/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/CloudFlare/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/GitHub/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E6%9D%82%E6%84%9F/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/searxng/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/morty/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/gost/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/Whisper/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/VoiceMeeter/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/OpenAI/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/translation/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/GPT-4/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/drawio/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/PaddleOCR/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/PDF/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/WORD/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/stellaris/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/gray/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/easyconnect/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/chroma/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/webp/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/conda/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E7%A7%91%E5%B9%BB/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E8%AE%BE%E5%AE%9A/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/golang/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/openai/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E5%8F%8D%E4%B9%8C%E6%89%98%E9%82%A6/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/warp/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/tor/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/socks5/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/quic/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/vscode/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/rstudio/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/jupyter/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/tdl/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/telegram/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E4%B8%8B%E8%BD%BD%E5%99%A8/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/claude/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E6%97%A5%E8%AE%B0/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/win10/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/nvidia/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/torch/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/termux/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/ssh/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/alist/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/webproxy/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/uptime/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/r2/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/rss/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/supabase/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/Github/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/hexo/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/fc/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/homepage/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/pdf/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/slurm/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E7%BF%BB%E8%AF%91/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E5%8D%95%E7%BB%86%E8%83%9E/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/pipeline/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/DoubletFinder/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/DecontX/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/GATK/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/SNP/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/WGS/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E6%96%87%E6%98%8E/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E6%97%A0%E6%94%BF%E5%BA%9C%E4%B8%BB%E4%B9%89/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/MR/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/DoH/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/clash/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/ss/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/Tunnel/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/ws/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/%E9%A2%84%E5%90%8E%E6%A8%A1%E5%9E%8B/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>
   
   <url>
     <loc>https://hexo.limour.top/tags/ubuntu/</loc>
-    <lastmod>2024-03-29</lastmod>
+    <lastmod>2024-05-18</lastmod>
     <changefreq>weekly</changefreq>
     <priority>0.2</priority>
   </url>

Some files were not shown because too many files changed in this diff