<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	「养生指南」的评论	</title>
	<atom:link href="http://www.infiniyu.com/%E8%B5%9B%E5%8D%9A%E7%A5%9E%E5%8C%BB%E8%AF%B4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.infiniyu.com/%e8%b5%9b%e5%8d%9a%e7%a5%9e%e5%8c%bb%e8%af%b4/</link>
	<description>嘿！</description>
	<lastBuildDate>Fri, 23 Jan 2026 19:49:38 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		评论者：zz0-o		</title>
		<link>http://www.infiniyu.com/%e8%b5%9b%e5%8d%9a%e7%a5%9e%e5%8c%bb%e8%af%b4/comment-page-1/#comment-22</link>

		<dc:creator><![CDATA[zz0-o]]></dc:creator>
		<pubDate>Tue, 22 Oct 2024 07:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.zz0-o.com/?p=472#comment-22</guid>

					<description><![CDATA[最后是两个- -,但是这里字体原因只有一个??]]></description>
			<content:encoded><![CDATA[<p>最后是两个- -,但是这里字体原因只有一个??</p>
<div class="comment--location"><svg version="1.1" viewBox="0 0 368.666 368.666"  width="14" height="14"><g><path d="M184.333,0C102.01,0,35.036,66.974,35.036,149.297c0,33.969,11.132,65.96,32.193,92.515
		c27.27,34.383,106.572,116.021,109.934,119.479l7.169,7.375l7.17-7.374c3.364-3.46,82.69-85.116,109.964-119.51
		c21.042-26.534,32.164-58.514,32.164-92.485C333.63,66.974,266.656,0,184.333,0z M285.795,229.355
		c-21.956,27.687-80.92,89.278-101.462,110.581c-20.54-21.302-79.483-82.875-101.434-110.552
		c-18.228-22.984-27.863-50.677-27.863-80.087C55.036,78.002,113.038,20,184.333,20c71.294,0,129.297,58.002,129.296,129.297
		C313.629,178.709,304.004,206.393,285.795,229.355z"></path><path d="M184.333,59.265c-48.73,0-88.374,39.644-88.374,88.374c0,48.73,39.645,88.374,88.374,88.374s88.374-39.645,88.374-88.374
		S233.063,59.265,184.333,59.265z M184.333,216.013c-37.702,0-68.374-30.673-68.374-68.374c0-37.702,30.673-68.374,68.374-68.374
		s68.373,30.673,68.374,68.374C252.707,185.341,222.035,216.013,184.333,216.013z"></path></g></svg>来自江苏</div>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：zz0-o		</title>
		<link>http://www.infiniyu.com/%e8%b5%9b%e5%8d%9a%e7%a5%9e%e5%8c%bb%e8%af%b4/comment-page-1/#comment-20</link>

		<dc:creator><![CDATA[zz0-o]]></dc:creator>
		<pubDate>Wed, 13 Mar 2024 04:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.zz0-o.com/?p=472#comment-20</guid>

					<description><![CDATA[&lt;p&gt;ubuntu的v2ray:
wget -qO - &lt;a href=&quot;https://apt.v2raya.org/key/public-key.asc&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow ugc&quot;&gt;https://apt.v2raya.org/key/public-key.asc&lt;/a&gt; &#124; sudo tee /etc/apt/keyrings/v2raya.asc
echo &quot;deb [signed-by=/etc/apt/keyrings/v2raya.asc] &lt;a href=&quot;https://apt.v2raya.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow ugc&quot;&gt;https://apt.v2raya.org/&lt;/a&gt; v2raya main&quot; &#124; sudo tee /etc/apt/sources.list.d/v2raya.list
sudo apt update
sudo apt install v2raya v2ray ## 也可以使用 xray 包
启动：
sudo systemctl start v2raya.service
开机自启：
sudo systemctl enable v2raya.service
windows的v2ray:
winget install --id v2rayA.v2rayA&lt;/p&gt;]]></description>
			<content:encoded><![CDATA[<p>ubuntu的v2ray:<br />
wget -qO &#8211; <a href="https://apt.v2raya.org/key/public-key.asc" target="_blank" rel="noopener nofollow ugc">https://apt.v2raya.org/key/public-key.asc</a> | sudo tee /etc/apt/keyrings/v2raya.asc<br />
echo &#8220;deb [signed-by=/etc/apt/keyrings/v2raya.asc] <a href="https://apt.v2raya.org/" target="_blank" rel="noopener nofollow ugc">https://apt.v2raya.org/</a> v2raya main&#8221; | sudo tee /etc/apt/sources.list.d/v2raya.list<br />
sudo apt update<br />
sudo apt install v2raya v2ray ## 也可以使用 xray 包<br />
启动：<br />
sudo systemctl start v2raya.service<br />
开机自启：<br />
sudo systemctl enable v2raya.service<br />
windows的v2ray:<br />
winget install &#8211;id v2rayA.v2rayA</p>
<div class="comment--location"><svg version="1.1" viewBox="0 0 368.666 368.666"  width="14" height="14"><g><path d="M184.333,0C102.01,0,35.036,66.974,35.036,149.297c0,33.969,11.132,65.96,32.193,92.515
		c27.27,34.383,106.572,116.021,109.934,119.479l7.169,7.375l7.17-7.374c3.364-3.46,82.69-85.116,109.964-119.51
		c21.042-26.534,32.164-58.514,32.164-92.485C333.63,66.974,266.656,0,184.333,0z M285.795,229.355
		c-21.956,27.687-80.92,89.278-101.462,110.581c-20.54-21.302-79.483-82.875-101.434-110.552
		c-18.228-22.984-27.863-50.677-27.863-80.087C55.036,78.002,113.038,20,184.333,20c71.294,0,129.297,58.002,129.296,129.297
		C313.629,178.709,304.004,206.393,285.795,229.355z"></path><path d="M184.333,59.265c-48.73,0-88.374,39.644-88.374,88.374c0,48.73,39.645,88.374,88.374,88.374s88.374-39.645,88.374-88.374
		S233.063,59.265,184.333,59.265z M184.333,216.013c-37.702,0-68.374-30.673-68.374-68.374c0-37.702,30.673-68.374,68.374-68.374
		s68.373,30.673,68.374,68.374C252.707,185.341,222.035,216.013,184.333,216.013z"></path></g></svg>来自江苏</div>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
