<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>易云自留地</title><link>https://www.yunmss.cn/</link><description>点滴记忆</description><item><title>易云自留地使用腾讯EdgeOne免费CDN</title><link>https://www.yunmss.cn/post/193.html</link><description>&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.yunmss.cn/zb_users/upload/2025/08/202508081754583985797361.jpg&quot; title=&quot;QQ20250808-002615.jpg&quot; alt=&quot;QQ20250808-002615.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;为易云自留地博客开通使用腾讯云EdgeOne免费CDN效果如上图所示，免费还有62个国内节点，不限流量和HTTPS请求数，还需要什么自行车，至于能免费多久就不好说了，号称是永久免费。&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;EdgeOne&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;免费CDN&lt;/span&gt;&lt;/span&gt;开通方法：&lt;a href=&quot;https://www.yiyunblog.com/6811.html&quot; target=&quot;_self&quot;&gt;https://www.yiyunblog.com/6811.htm&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 08 Aug 2025 00:22:52 +0800</pubDate></item><item><title>易云自留地更新</title><link>https://www.yunmss.cn/post/192.html</link><description>&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.yunmss.cn/zb_users/upload/2025/08/202508031754225962309086.jpg&quot; title=&quot;QQ20250803-210134.jpg&quot; alt=&quot;QQ20250803-210134.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;一直忙于生计，好久未对博客维护了，近期看到博客一直还在正常运行，感到欣慰与怀念，原有的易云博客(&lt;a href=&quot;https://www.yiyunblog.com&quot; target=&quot;_self&quot;&gt;https://www.yiyunblog.com&lt;/a&gt;)改为Wordpress程序后一直在易云博客那更新，本博客改名易云自留地后就荒废了好多年了，距离上次更新还是2018年，时间过得真快，转眼已是2025年，本博客还是在2015年读高二时。&lt;/p&gt;&lt;p&gt;虽说没人看，但还是打算继续运营下去，作为一种留念把，后续考虑在本博客不定期分享下自己的心得&lt;/p&gt;&lt;p&gt;期间对本博客的程序进行升级，主题改为了免费的MUZIANG主题，足够简约，适合记录下生活点滴&lt;/p&gt;</description><pubDate>Sun, 03 Aug 2025 20:48:17 +0800</pubDate></item><item><title>【源码分享】底部小菜单导航源码下载</title><link>https://www.yunmss.cn/post/181.html</link><description>&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/04/201804241524578104183585.png&quot; title=&quot;QQ截图20180424215415.png&quot; alt=&quot;QQ截图20180424215415.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;好久没来写写博文了，今天闲暇时间来分享个小源码，因为某人有需要。源码效果如上图：&lt;/p&gt;&lt;p&gt;说实话这源码原本是我很久之前易云挂Q的一个小插件，手机端用很不错的效果。&lt;br/&gt;&lt;/p&gt;&lt;p&gt;使用也很简单，也就一段代码+CSS+JS+图片即可：&lt;br/&gt;&lt;/p&gt;&lt;p&gt;使用代码如下：（将代码放入要显示的页面即可）&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-markup&quot;&gt;&amp;lt;!--导航开始--&amp;gt;
&amp;lt;link&amp;nbsp;href=&amp;quot;/taobaocd.css&amp;quot;&amp;nbsp;rel=&amp;quot;stylesheet&amp;quot;&amp;nbsp;type=&amp;quot;text/css&amp;quot;&amp;gt;
&amp;lt;script&amp;nbsp;type=&amp;quot;text/javascript&amp;quot;&amp;nbsp;src=&amp;quot;/taobaocd.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;div&amp;nbsp;class=&amp;quot;quick_nav&amp;quot;&amp;nbsp;id=&amp;quot;quick_nav&amp;quot;&amp;nbsp;style=&amp;quot;left:&amp;nbsp;10px;&amp;nbsp;bottom:&amp;nbsp;0px;&amp;quot;&amp;gt;
&amp;lt;div&amp;nbsp;class=&amp;quot;quick_btn&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;div&amp;nbsp;class=&amp;quot;quick_con&amp;nbsp;hide&amp;quot;&amp;gt;
&amp;lt;ul&amp;nbsp;class=&amp;quot;quick_list&amp;quot;&amp;gt;
&amp;lt;li&amp;nbsp;class=&amp;quot;qnav_home&amp;quot;&amp;gt;&amp;lt;a&amp;nbsp;href=&amp;quot;index.php&amp;quot;&amp;gt;领券直播&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;nbsp;class=&amp;quot;qnav_one&amp;quot;&amp;gt;&amp;lt;a&amp;nbsp;href=&amp;quot;https://www.yunmss.cn/index.php/post/158.html&amp;quot;&amp;gt;教程&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;nbsp;class=&amp;quot;qnav_two&amp;quot;&amp;gt;&amp;lt;a&amp;nbsp;href=&amp;quot;vip.html&amp;quot;&amp;gt;福利&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;nbsp;class=&amp;quot;qnav_three&amp;quot;&amp;gt;&amp;lt;a&amp;nbsp;href=&amp;quot;http://e.zhaoquan.xin/index.php?r=cha&amp;quot;&amp;gt;查券&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;nbsp;class=&amp;quot;qnav_four&amp;quot;&amp;gt;&amp;lt;a&amp;nbsp;href=&amp;quot;http://jd.zhaoquan.xin&amp;quot;&amp;gt;京东&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;nbsp;class=&amp;quot;qnav_five&amp;quot;&amp;gt;&amp;lt;a&amp;nbsp;href=&amp;quot;http://www.zhaoquan.xin/index.php?r=ddq&amp;amp;u=1&amp;quot;&amp;gt;叮咚&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;nbsp;class=&amp;quot;qnav_six&amp;quot;&amp;gt;&amp;lt;a&amp;nbsp;href=&amp;quot;http://e.zhaoquan.xin/index.php?r=ju&amp;quot;&amp;gt;划算&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;script&amp;nbsp;type=&amp;quot;text/javascript&amp;quot;&amp;gt;
(function&amp;nbsp;qnav(){
var&amp;nbsp;oQuickNav&amp;nbsp;=&amp;nbsp;document.getElementById(&amp;quot;quick_nav&amp;quot;);
var&amp;nbsp;oQuickNavDiv&amp;nbsp;=&amp;nbsp;oQuickNav.getElementsByTagName(&amp;quot;div&amp;quot;);
var&amp;nbsp;oBtn&amp;nbsp;=&amp;nbsp;true;
oQuickNavDiv[0].onclick&amp;nbsp;=&amp;nbsp;function&amp;nbsp;(){
if(oBtn&amp;nbsp;==&amp;nbsp;true){
this.className&amp;nbsp;=&amp;nbsp;&amp;quot;quick_btn&amp;nbsp;current&amp;quot;;
oQuickNavDiv[1].className&amp;nbsp;=&amp;nbsp;&amp;quot;quick_con&amp;nbsp;show&amp;quot;;
}else{
this.className&amp;nbsp;=&amp;nbsp;&amp;quot;quick_btn&amp;quot;;
oQuickNavDiv[1].className&amp;nbsp;=&amp;nbsp;&amp;quot;quick_con&amp;nbsp;hide&amp;quot;;
}
oBtn&amp;nbsp;=&amp;nbsp;!oBtn;
}
})();
&amp;lt;/script&amp;gt;
&amp;lt;!--导航结束--&amp;gt;&lt;/pre&gt;&lt;p&gt;taobaocd.js （复制代码保存名字为taobaocd.js的文件）&lt;br/&gt;&lt;/p&gt;&lt;pre style=&quot;word-wrap: break-word; white-space: pre-wrap;&quot; class=&quot;prism-highlight prism-language-markup&quot;&gt;/*&amp;nbsp;WWW.XIAOAND.CN&amp;nbsp;*/
document.writeln(&amp;quot;&amp;quot;);
document.writeln(&amp;quot;&amp;lt;script&amp;nbsp;type=\&amp;quot;text/javascript\&amp;quot;&amp;gt;&amp;quot;);
document.writeln(&amp;quot;&amp;quot;);
document.writeln(&amp;quot;(function&amp;nbsp;qnav(){&amp;quot;);
document.writeln(&amp;quot;		var&amp;nbsp;oQuickNav&amp;nbsp;=&amp;nbsp;document.getElementById(\&amp;quot;quick_nav\&amp;quot;);&amp;quot;);
document.writeln(&amp;quot;		var&amp;nbsp;oQuickNavDiv&amp;nbsp;=&amp;nbsp;oQuickNav.getElementsByTagName(\&amp;quot;div\&amp;quot;);&amp;quot;);
document.writeln(&amp;quot;		var&amp;nbsp;oBtn&amp;nbsp;=&amp;nbsp;true;&amp;quot;);
document.writeln(&amp;quot;		oQuickNavDiv[0].onclick&amp;nbsp;=&amp;nbsp;function&amp;nbsp;(){&amp;quot;);
document.writeln(&amp;quot;			if(oBtn&amp;nbsp;==&amp;nbsp;true){&amp;quot;);
document.writeln(&amp;quot;				this.className&amp;nbsp;=&amp;nbsp;\&amp;quot;quick_btn&amp;nbsp;current\&amp;quot;;&amp;quot;);
document.writeln(&amp;quot;				oQuickNavDiv[1].className&amp;nbsp;=&amp;nbsp;\&amp;quot;quick_con&amp;nbsp;show\&amp;quot;;&amp;quot;);
document.writeln(&amp;quot;			}else{&amp;quot;);
document.writeln(&amp;quot;				this.className&amp;nbsp;=&amp;nbsp;\&amp;quot;quick_btn\&amp;quot;;&amp;quot;);
document.writeln(&amp;quot;				oQuickNavDiv[1].className&amp;nbsp;=&amp;nbsp;\&amp;quot;quick_con&amp;nbsp;hide\&amp;quot;;&amp;quot;);
document.writeln(&amp;quot;			}&amp;quot;);
document.writeln(&amp;quot;			oBtn&amp;nbsp;=&amp;nbsp;!oBtn;&amp;quot;);
document.writeln(&amp;quot;		}&amp;quot;);
document.writeln(&amp;quot;&amp;quot;);
document.writeln(&amp;quot;})();&amp;quot;);
document.writeln(&amp;quot;&amp;lt;/script&amp;gt;&amp;quot;);&lt;/pre&gt;&lt;p&gt;taobaocd.css（复制代码保存名字为taobaocd.css的文件）&lt;/p&gt;&lt;pre style=&quot;word-wrap: break-word; white-space: pre-wrap;&quot; class=&quot;prism-highlight prism-language-css&quot;&gt;.quick_nav&amp;nbsp;{&amp;nbsp;position:&amp;nbsp;fixed;&amp;nbsp;bottom:&amp;nbsp;30px;&amp;nbsp;left:&amp;nbsp;12px;&amp;nbsp;z-index:&amp;nbsp;4999;&amp;nbsp;-webkit-tap-highlight-color:&amp;nbsp;rgba(0,&amp;nbsp;0,&amp;nbsp;0,&amp;nbsp;0);&amp;nbsp;background-color:transparent;&amp;nbsp;border-radius:50%;&amp;nbsp;}
.quick_nav&amp;nbsp;.new&amp;nbsp;{&amp;nbsp;color:&amp;nbsp;#fff;&amp;nbsp;font-weight:&amp;nbsp;bold;&amp;nbsp;height:&amp;nbsp;19px;&amp;nbsp;line-height:&amp;nbsp;19px;&amp;nbsp;position:&amp;nbsp;absolute;&amp;nbsp;top:&amp;nbsp;-3px;&amp;nbsp;margin-left:&amp;nbsp;34px;&amp;nbsp;padding:&amp;nbsp;0&amp;nbsp;6px;&amp;nbsp;border:&amp;nbsp;2px&amp;nbsp;solid&amp;nbsp;#fff;&amp;nbsp;border-radius:&amp;nbsp;10px;&amp;nbsp;background-color:&amp;nbsp;#ff5460;&amp;nbsp;box-shadow:&amp;nbsp;0&amp;nbsp;1px&amp;nbsp;2px&amp;nbsp;rgba(0,&amp;nbsp;0,&amp;nbsp;0,&amp;nbsp;0.15);&amp;nbsp;}&amp;nbsp;
.quick_nav&amp;nbsp;em&amp;nbsp;{&amp;nbsp;display:&amp;nbsp;inline-block;&amp;nbsp;height:&amp;nbsp;10px;&amp;nbsp;width:&amp;nbsp;10px;&amp;nbsp;margin:&amp;nbsp;4px;&amp;nbsp;position:&amp;nbsp;absolute;&amp;nbsp;right:&amp;nbsp;0;&amp;nbsp;background:&amp;nbsp;#ff5460;&amp;nbsp;border-radius:&amp;nbsp;15px;&amp;nbsp;border:&amp;nbsp;2px&amp;nbsp;solid&amp;nbsp;#fff;&amp;nbsp;box-shadow:&amp;nbsp;0&amp;nbsp;1px&amp;nbsp;2px&amp;nbsp;rgba(0,&amp;nbsp;0,&amp;nbsp;0,&amp;nbsp;0.15);&amp;nbsp;}&amp;nbsp;
.quick_nav&amp;nbsp;i&amp;nbsp;{&amp;nbsp;display:&amp;nbsp;inline-block;&amp;nbsp;width:&amp;nbsp;45px;&amp;nbsp;height:&amp;nbsp;45px;&amp;nbsp;margin:&amp;nbsp;3px&amp;nbsp;0&amp;nbsp;0&amp;nbsp;3px;&amp;nbsp;border:&amp;nbsp;1px&amp;nbsp;solid&amp;nbsp;#eff0f1;&amp;nbsp;border-radius:&amp;nbsp;45px;&amp;nbsp;box-shadow:&amp;nbsp;0&amp;nbsp;2px&amp;nbsp;2px&amp;nbsp;rgba(0,&amp;nbsp;0,&amp;nbsp;0,&amp;nbsp;0.1);&amp;nbsp;}&amp;nbsp;
.quick_mask&amp;nbsp;{&amp;nbsp;position:&amp;nbsp;fixed;&amp;nbsp;top:&amp;nbsp;0px;&amp;nbsp;right:&amp;nbsp;0;&amp;nbsp;bottom:&amp;nbsp;0;&amp;nbsp;left:&amp;nbsp;0;&amp;nbsp;z-index:&amp;nbsp;10;&amp;nbsp;background:&amp;nbsp;rgba(0,&amp;nbsp;0,&amp;nbsp;0,&amp;nbsp;0.2);&amp;nbsp;display:&amp;nbsp;none;&amp;nbsp;}
.quick_btn&amp;nbsp;{&amp;nbsp;width:&amp;nbsp;53px;&amp;nbsp;height:&amp;nbsp;53px;&amp;nbsp;background-position:&amp;nbsp;0&amp;nbsp;0;&amp;nbsp;position:&amp;nbsp;relative;&amp;nbsp;z-index:&amp;nbsp;13;&amp;nbsp;background-image:&amp;nbsp;url(../img/taobaocd.png);&amp;nbsp;background-repeat:&amp;nbsp;no-repeat;&amp;nbsp;-webkit-background-size:&amp;nbsp;250px&amp;nbsp;auto;&amp;nbsp;background-size:&amp;nbsp;250px&amp;nbsp;auto;&amp;nbsp;}&amp;nbsp;
.quick_btn.current&amp;nbsp;{&amp;nbsp;background-position:&amp;nbsp;0&amp;nbsp;-58px;&amp;nbsp;}
.quick_con&amp;nbsp;{&amp;nbsp;position:&amp;nbsp;absolute;&amp;nbsp;bottom:&amp;nbsp;25px;&amp;nbsp;left:&amp;nbsp;23px;&amp;nbsp;z-index:&amp;nbsp;12;&amp;nbsp;width:&amp;nbsp;190px;&amp;nbsp;height:&amp;nbsp;190px;&amp;nbsp;overflow:&amp;nbsp;hidden;&amp;nbsp;-webkit-transition:&amp;nbsp;all&amp;nbsp;linear&amp;nbsp;.15s;&amp;nbsp;background-position:&amp;nbsp;-60px&amp;nbsp;0;&amp;nbsp;background-image:&amp;nbsp;url(../img/taobaocd.png);&amp;nbsp;background-repeat:&amp;nbsp;no-repeat;&amp;nbsp;-webkit-background-size:&amp;nbsp;250px&amp;nbsp;auto;&amp;nbsp;background-size:&amp;nbsp;250px&amp;nbsp;auto;&amp;nbsp;}&amp;nbsp;
.quick_con.hide&amp;nbsp;{&amp;nbsp;opacity:&amp;nbsp;0;&amp;nbsp;-webkit-transform:&amp;nbsp;translate(-100px,&amp;nbsp;100px)&amp;nbsp;scale(0.2);&amp;nbsp;pointer-events:&amp;nbsp;none;&amp;nbsp;}
.quick_con.show&amp;nbsp;{&amp;nbsp;opacity:&amp;nbsp;1;&amp;nbsp;-webkit-transform:&amp;nbsp;translate(0px,&amp;nbsp;0)&amp;nbsp;scale(1);&amp;nbsp;pointer-events:&amp;nbsp;auto;&amp;nbsp;}
.quick_list{&amp;nbsp;padding:0px;&amp;nbsp;margin:0px;}&amp;nbsp;
.quick_list&amp;nbsp;li&amp;nbsp;{&amp;nbsp;position:&amp;nbsp;absolute;&amp;nbsp;list-style-type:none;&amp;nbsp;}
.quick_list&amp;nbsp;li&amp;nbsp;.new&amp;nbsp;{&amp;nbsp;top:&amp;nbsp;7px;&amp;nbsp;margin-left:&amp;nbsp;43px;&amp;nbsp;}&amp;nbsp;
.quick_list&amp;nbsp;li&amp;nbsp;em&amp;nbsp;{&amp;nbsp;top:&amp;nbsp;10px;&amp;nbsp;right:&amp;nbsp;10px;&amp;nbsp;}&amp;nbsp;
.quick_list&amp;nbsp;li&amp;nbsp;a&amp;nbsp;{&amp;nbsp;display:&amp;nbsp;block;&amp;nbsp;height:&amp;nbsp;28px;&amp;nbsp;outline:&amp;nbsp;none;&amp;nbsp;text-align:&amp;nbsp;center;&amp;nbsp;line-height:&amp;nbsp;28px;&amp;nbsp;position:&amp;nbsp;absolute;&amp;nbsp;text-decoration:&amp;nbsp;none;&amp;nbsp;font-size:&amp;nbsp;14px;&amp;nbsp;color:&amp;nbsp;#626262;&amp;nbsp;text-shadow:&amp;nbsp;0&amp;nbsp;0&amp;nbsp;1px&amp;nbsp;rgba(255,&amp;nbsp;255,&amp;nbsp;255,&amp;nbsp;0.6);&amp;nbsp;-webkit-tap-highlight-color:&amp;nbsp;rgba(0,&amp;nbsp;0,&amp;nbsp;0,&amp;nbsp;0);&amp;nbsp;}&amp;nbsp;
.quick_list&amp;nbsp;li.qnav_home&amp;nbsp;a&amp;nbsp;{&amp;nbsp;width:&amp;nbsp;53px;&amp;nbsp;height:&amp;nbsp;53px;&amp;nbsp;left:&amp;nbsp;11px;&amp;nbsp;top:&amp;nbsp;11px;&amp;nbsp;text-indent:&amp;nbsp;-90000px;&amp;nbsp;overflow:&amp;nbsp;hidden;&amp;nbsp;line-height:&amp;nbsp;1000px;&amp;nbsp;}
.qnav_home&amp;nbsp;{&amp;nbsp;width:&amp;nbsp;78px;&amp;nbsp;height:&amp;nbsp;150px;&amp;nbsp;position:&amp;nbsp;absolute;&amp;nbsp;left:&amp;nbsp;56px;&amp;nbsp;top:&amp;nbsp;55px;&amp;nbsp;}
.qnav_one&amp;nbsp;{&amp;nbsp;width:&amp;nbsp;92px;&amp;nbsp;height:&amp;nbsp;68px;&amp;nbsp;left:&amp;nbsp;17px;&amp;nbsp;top:&amp;nbsp;4px;&amp;nbsp;}
.qnav_one&amp;nbsp;a&amp;nbsp;{&amp;nbsp;left:&amp;nbsp;23px;&amp;nbsp;top:&amp;nbsp;19px;&amp;nbsp;width:&amp;nbsp;42px;&amp;nbsp;}&amp;nbsp;
.qnav_two&amp;nbsp;{&amp;nbsp;width:&amp;nbsp;52px;&amp;nbsp;height:&amp;nbsp;90px;&amp;nbsp;left:&amp;nbsp;4px;&amp;nbsp;top:&amp;nbsp;49px;&amp;nbsp;}
.qnav_two&amp;nbsp;a&amp;nbsp;{&amp;nbsp;left:&amp;nbsp;4px;&amp;nbsp;top:&amp;nbsp;31px;&amp;nbsp;width:&amp;nbsp;42px;&amp;nbsp;}&amp;nbsp;
.qnav_three&amp;nbsp;{&amp;nbsp;width:&amp;nbsp;79px;&amp;nbsp;height:&amp;nbsp;69px;&amp;nbsp;left:&amp;nbsp;16px;&amp;nbsp;top:&amp;nbsp;115px;&amp;nbsp;}
.qnav_three&amp;nbsp;a&amp;nbsp;{&amp;nbsp;left:&amp;nbsp;23px;&amp;nbsp;top:&amp;nbsp;19px;&amp;nbsp;width:&amp;nbsp;42px;&amp;nbsp;}&amp;nbsp;
.qnav_four&amp;nbsp;{&amp;nbsp;width:&amp;nbsp;77px;&amp;nbsp;height:&amp;nbsp;85px;&amp;nbsp;left:&amp;nbsp;94px;&amp;nbsp;top:&amp;nbsp;116px;&amp;nbsp;}
.qnav_four&amp;nbsp;a&amp;nbsp;{&amp;nbsp;left:&amp;nbsp;13px;&amp;nbsp;top:&amp;nbsp;19px;&amp;nbsp;width:&amp;nbsp;42px;&amp;nbsp;}&amp;nbsp;
.qnav_five&amp;nbsp;{&amp;nbsp;width:&amp;nbsp;52px;&amp;nbsp;height:&amp;nbsp;90px;&amp;nbsp;left:&amp;nbsp;132px;&amp;nbsp;top:&amp;nbsp;48px;&amp;nbsp;}
.qnav_five&amp;nbsp;a&amp;nbsp;{&amp;nbsp;left:&amp;nbsp;6px;&amp;nbsp;top:&amp;nbsp;31px;&amp;nbsp;width:&amp;nbsp;42px;&amp;nbsp;}&amp;nbsp;
.qnav_six&amp;nbsp;{&amp;nbsp;width:&amp;nbsp;77px;&amp;nbsp;height:&amp;nbsp;67px;&amp;nbsp;left:&amp;nbsp;94px;&amp;nbsp;top:&amp;nbsp;4px;&amp;nbsp;}
.qnav_six&amp;nbsp;a&amp;nbsp;{&amp;nbsp;left:&amp;nbsp;13px;&amp;nbsp;top:&amp;nbsp;19px;&amp;nbsp;width:&amp;nbsp;42px;&amp;nbsp;}&lt;/pre&gt;&lt;p&gt;图片文件（保存在img文件夹）&lt;/p&gt;&lt;p&gt;下载地址：&lt;a href=&quot;http://www.zhaoquan.xin//img/taobaocd.png&quot; _src=&quot;http://www.zhaoquan.xin//img/taobaocd.png&quot;&gt;http://www.zhaoquan.xin//img/taobaocd.png&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;使用方法：先将上述代码分别保存为taobaocd.css和taobaocd.js文件，然后放在网站跟目录，再引用最上面的代码即可。&lt;/p&gt;&lt;p&gt;下面我提供一个源码包：&lt;/p&gt;&lt;p&gt;百度下载链接: &lt;a href=&quot;https://pan.baidu.com/s/1Y9wW0u_hI8w5KvRwTl6iog&quot; _src=&quot;https://pan.baidu.com/s/1Y9wW0u_hI8w5KvRwTl6iog&quot;&gt;https://pan.baidu.com/s/1Y9wW0u_hI8w5KvRwTl6iog&lt;/a&gt;&amp;nbsp; &amp;nbsp;密码: swg8&lt;/p&gt;</description><pubDate>Tue, 24 Apr 2018 21:53:34 +0800</pubDate></item><item><title>【教程】省钱小助手之代理功能助你轻松赚钱</title><link>https://www.yunmss.cn/post/177.html</link><description>&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: medium; white-space: normal;&quot;&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/02/201802121518433478155004.jpg&quot; title=&quot;640.jpg&quot; alt=&quot;640.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: medium; white-space: normal;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 省钱小助手一上线就深受购物爱好者的喜爱，每天不断有新的朋友使用小助手来省钱购物，而小助手的初衷就是帮大家省钱还要帮大家赚钱。&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: medium; white-space: normal;&quot;&gt;为此小助手已经正式支持代理功能。什么是代理功能昵？这里给大家普及下：就是亲们可以通过绑定下级，下级通过小助手购物时，亲可以获取高达20%返利提成。&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: medium; white-space: normal;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: medium; white-space: normal;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 目前小助手已经支持群代理功能 &amp;nbsp;推荐名片代理 &amp;nbsp; 宣传海报代理三大模式。下面小编就带各位逐步介绍：&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: medium; white-space: normal;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 16px; white-space: normal; max-width: 100%; box-sizing: border-box; color: rgb(62, 62, 62); background-color: rgb(255, 255, 255); word-wrap: break-word !important;&quot;&gt;&lt;section class=&quot;&quot; powered-by=&quot;xiumi.us&quot; style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box; word-wrap: break-word !important;&quot;&gt;&lt;section class=&quot;&quot; style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box; word-wrap: break-word !important;&quot;&gt;&lt;section class=&quot;&quot; style=&quot;margin: 0px; padding: 0px 20px; max-width: 100%; box-sizing: border-box; line-height: 0.8; word-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; text-align: center; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box; color: #1AAD19; font-size: 24px; word-wrap: break-word !important;&quot;&gt;01&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; text-align: center; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box; letter-spacing: 0px; color: #1AAD19; font-size: 20px; word-wrap: break-word !important;&quot;&gt;—&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 16px; white-space: normal; max-width: 100%; min-height: 1em; color: rgb(62, 62, 62); background-color: rgb(255, 255, 255); text-align: center; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; font-size: 20px; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;群代理功能&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 16px; white-space: normal; max-width: 100%; min-height: 1em; color: rgb(62, 62, 62); background-color: rgb(255, 255, 255); text-align: center; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; font-size: 20px; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 16px; white-space: normal; max-width: 100%; min-height: 1em; color: rgb(62, 62, 62); background-color: rgb(255, 255, 255); box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;1、功能介绍：亲们可以拉小助手创建淘宝返利省钱微信群，然后拉亲戚朋友同学等进群，这样该群的所有人都是亲的下级，都可以享受20%的返利提成。这样亲的下级们可以在群里发送淘口令或商品标题等即可搜索优惠券+返利&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: medium; white-space: normal;&quot;&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/02/201802121518433493374547.jpg&quot; title=&quot;640 (2).jpg&quot; alt=&quot;640 (2).jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; font-size: 16px; white-space: normal; max-width: 100%; box-sizing: border-box; color: rgb(62, 62, 62); background-color: rgb(255, 255, 255); word-wrap: break-word !important;&quot;&gt;&lt;section class=&quot;&quot; powered-by=&quot;xiumi.us&quot; style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box; word-wrap: break-word !important;&quot;&gt;&lt;section class=&quot;&quot; style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box; word-wrap: break-word !important;&quot;&gt;&lt;section class=&quot;&quot; style=&quot;margin: 0px; padding: 0px 10px; max-width: 100%; box-sizing: border-box; line-height: 1.6; word-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; word-wrap: break-word !important;&quot;&gt;等下级付款后，机器人会自动通知亲并计算20%返利提成，这样亲就可以轻松赚钱，而亲的下级们也会感谢你帮他们省钱噢！&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both;&quot;&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/02/201802121518433507197847.jpg&quot; title=&quot;640 (3).jpg&quot; alt=&quot;640 (3).jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; word-wrap: break-word !important;&quot;&gt;2、开通该方式：&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #FF2941;&quot;&gt;直接拉机器人进微信群或创建微信群，然后添加省钱小助手官方客服人员微信：a1048194921审核开通。&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; word-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box; word-wrap: break-word !important;&quot;&gt;&lt;section class=&quot;&quot; powered-by=&quot;xiumi.us&quot; style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box; word-wrap: break-word !important;&quot;&gt;&lt;section class=&quot;&quot; style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box; word-wrap: break-word !important;&quot;&gt;&lt;section class=&quot;&quot; style=&quot;margin: 0px; padding: 0px 20px; max-width: 100%; box-sizing: border-box; line-height: 0.8; word-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; text-align: center; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box; color: #1AAD19; font-size: 24px; word-wrap: break-word !important;&quot;&gt;02&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; text-align: center; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box; letter-spacing: 0px; color: #1AAD19; font-size: 20px; word-wrap: break-word !important;&quot;&gt;—&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; min-height: 1em; text-align: center; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; font-size: 20px; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;名片推荐模式&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; min-height: 1em; text-align: center; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; font-size: 20px; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; word-wrap: break-word !important;&quot;&gt;1、功能介绍：亲可以让亲朋好友同学等加省钱小助手微信（zhaoquannet）&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; word-wrap: break-word !important;&quot;&gt;然后把他们的名片推荐给机器人，机器人即可自动绑定下级，这样亲的下级付款后就可以提成20%的返利。&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both;&quot;&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/02/201802121518433520174830.jpg&quot; title=&quot;640 (4).jpg&quot; alt=&quot;640 (4).jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both;&quot;&gt;绑定成功，小助手也会自动回复亲的：&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both;&quot;&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/02/201802121518433533428028.jpg&quot; title=&quot;640 (5).jpg&quot; alt=&quot;640 (5).jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; word-wrap: break-word !important;&quot;&gt;2、开通该方式：默认所有人自动开通，只需要发送名片给小助手即可绑定&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; word-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;&lt;/p&gt;&lt;section style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box; word-wrap: break-word !important;&quot;&gt;&lt;section class=&quot;&quot; powered-by=&quot;xiumi.us&quot; style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box; word-wrap: break-word !important;&quot;&gt;&lt;section class=&quot;&quot; style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box; word-wrap: break-word !important;&quot;&gt;&lt;section class=&quot;&quot; style=&quot;margin: 0px; padding: 0px 20px; max-width: 100%; box-sizing: border-box; line-height: 0.8; word-wrap: break-word !important;&quot;&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; text-align: center; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box; color: #1AAD19; font-size: 24px; word-wrap: break-word !important;&quot;&gt;03&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; text-align: center; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box; letter-spacing: 0px; color: #1AAD19; font-size: 20px; word-wrap: break-word !important;&quot;&gt;—&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; min-height: 1em; text-align: center; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; font-size: 20px; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;海报宣传模式&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; min-height: 1em; text-align: center; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; font-size: 20px; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; word-wrap: break-word !important;&quot;&gt;1、功能介绍：通过生成海报来进行宣传，类似名片推荐宣传，但适用场景更广，亲只需要发送【推广海报】，机器人会自动返回一个海报图片，亲可以通过该海报进行宣传，而下级可以通过海报直接加机器人然后发送绑定XXXXXX即可成为你的下级并领取绑定奖励金。（XXXXXX为专属推荐码）&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both;&quot;&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/02/201802121518433547685287.jpg&quot; title=&quot;640 (6).jpg&quot; alt=&quot;640 (6).jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; word-wrap: break-word !important;&quot;&gt;2、开通方式：对小助手发送【推广海报】即可获取海报并激活该功能。&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; word-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; word-wrap: break-word !important;&quot;&gt;介绍完代理模式的使用方法下面说说宣传的方法：&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; word-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; word-wrap: break-word !important;&quot;&gt;一、宣传给自己的亲戚朋友同学，尤其是喜欢网上购物的朋友，小助手的返利+查券+20元即可提现会吸引他们自愿成为亲的下级。最好就是能创建个群，直接把他们拉进群并告诉他们怎么使用机器人，简单了事！&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; word-wrap: break-word !important;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both; max-width: 100%; box-sizing: border-box; min-height: 1em; word-wrap: break-word !important;&quot;&gt;二、利用小助手可以免费看电影的功能进行吸粉，小助手支持免费看各大视频网站的VIP电影付费电影，可以轻松拉到许多下级。&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both;&quot;&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/02/201802121518433561117538.jpg&quot; title=&quot;640 (7).jpg&quot; alt=&quot;640 (7).jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both;&quot;&gt;三、去各大高校或购物商城派发推广海报传单，只需要低成本即可吸引一堆粉丝成为亲的下级&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both;&quot;&gt;四、利用最新电影资源进行宣传，例如之前的【前任3】进行吸引，小助手会不定时的发布最新火爆电影的资源免费看，这样亲可以利用来宣传，同时也可以通过向小助手发送【反映】来给客服人员提意见&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both;&quot;&gt;结尾：成为下级代理是永久长期的，通过推荐码拉一个下级代理也可以获取最低0.5元的奖励费，机会是留给有商机的人，只要亲有头脑，轻松可以通过小助手收钱赚钱噢！&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; clear: both;&quot;&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/02/201802121518433576378187.jpg&quot; title=&quot;640 (8).jpg&quot; alt=&quot;640 (8).jpg&quot;/&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Mon, 12 Feb 2018 18:44:52 +0800</pubDate></item><item><title>【最新活动】免费领取淘宝新手10元无门槛红包</title><link>https://www.yunmss.cn/post/176.html</link><description>&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/02/201802041517719352320887.png&quot; title=&quot;QQ截图20180204124219.png&quot; alt=&quot;QQ截图20180204124219.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;距离春节还有不到11天啦，在这时期，马云又开始撒钱，淘宝最新免费领取10元无门槛红包活动，10元红包能干什么？&lt;/p&gt;&lt;p&gt;可以0元购买10元以下的物品。而且这个活动可以无限撸噢，喜欢撸活动的速度HI起。&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;参加条件：淘宝新手，指之前从未在手机上登陆过淘宝APP，包括之前在网页 H5登陆过都算新手。&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;这个条件相信很容易实现，比如用亲戚朋友爸爸妈妈的手机注册个新的淘宝账号登陆淘宝APP再通过活动链接即可轻松领取10元&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;活动链接：&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;你没有看错！手机淘宝新人可领取最高188元超级大礼包！超值好货0元购！&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;【活动链接】http://m.tb.cn/h.ZbzoRe6&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;-----------------&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;复制这条信息，￥AW700mCKw5l￥ ，打开【手机淘宝】即可查看&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;使用从来没用用过的淘宝APP手机并注册新账号登陆然后复制上面这个信息打开淘宝APP即可参加噢！&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;!--more--&gt;&lt;p&gt;当然老账号也有机会领取活动，可以领取随机红包噢！&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/02/201802041517719744153421.png&quot; title=&quot;Screenshot_2018-02-03-12-00-00.png&quot; alt=&quot;Screenshot_2018-02-03-12-00-00.png&quot;/&gt;&lt;/p&gt;</description><pubDate>Sun, 04 Feb 2018 12:37:55 +0800</pubDate></item><item><title>【最新福利】淘宝省钱小助手使用方法</title><link>https://www.yunmss.cn/post/175.html</link><description>&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/01/201801221516597131184160.jpg&quot; title=&quot;hdImg_7eae91979bfba57bc3d6ae06b2f0c4ec15165534313.jpg&quot; alt=&quot;hdImg_7eae91979bfba57bc3d6ae06b2f0c4ec15165534313.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;好久没更新博文了，经过一段时间弄微信机器人，终于搞定了，微信省钱小助手重磅出击！欢迎大家加微信机器人微信号：zhaoqannet &amp;nbsp;，&lt;img src=&quot;https://www.yunmss.cn/zb_users/emotion/default/cool.png&quot;/&gt;下面教各位使用福利机器人！&lt;/p&gt;&lt;!--more--&gt;&lt;p&gt;&lt;span style=&quot;font-size: 20px;&quot;&gt;省钱小助手之找优惠券和返利：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 20px;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;hr/&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 首先用手机淘宝APP找到心意的宝贝，如图： （Meilen可充电电子称体重秤家用成人精准人体秤减肥称重器测体重计）&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/01/201801221516597491142820.jpg&quot; title=&quot;IMG_20180122_130422.jpg&quot; alt=&quot;IMG_20180122_130422.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;点击右上角的3个点然后点击分享&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/01/201801221516597667197183.jpg&quot; title=&quot;IMG_20180122_130549.jpg&quot; alt=&quot;IMG_20180122_130549.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;然后点击微信并复制信息到微信机器人&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/01/201801221516597700210154.jpg&quot; title=&quot;IMG_20180122_130608.jpg&quot; alt=&quot;IMG_20180122_130608.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;把这个口令粘贴给机器人并发送，机器人即会自动返回优惠券和返利噢！&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/01/201801221516597748127118.png&quot; title=&quot;Screenshot_2018-01-22-13-06-34.png&quot; alt=&quot;Screenshot_2018-01-22-13-06-34.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;其次还可以通过发送帮助指令和买XXX指令搜索最新给力优惠券导购噢！&lt;/p&gt;&lt;hr/&gt;&lt;p&gt;&lt;span style=&quot;font-size: 20px;&quot;&gt;省钱小助手之看收费电影：&lt;/span&gt;&lt;/p&gt;&lt;hr/&gt;&lt;p&gt;打开 爱奇艺 腾讯 &amp;nbsp;优酷 哔哩哔哩 &amp;nbsp;乐视等APP，找到要看的收费电影或电视剧，如腾讯视频APP&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/01/201801221516598227707638.jpg&quot; title=&quot;IMG_20180122_131445.jpg&quot; alt=&quot;IMG_20180122_131445.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;点击分享按钮&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/01/201801221516598267203177.jpg&quot; title=&quot;IMG_20180122_131504.jpg&quot; alt=&quot;IMG_20180122_131504.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;选择微信并发送给机器人&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/01/201801221516598287178459.jpg&quot; title=&quot;IMG_20180122_131559.jpg&quot; alt=&quot;IMG_20180122_131559.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;机器人自动返回免费看收费电影地址，点击打开即可！&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2018/01/201801221516598324371657.png&quot; title=&quot;Screenshot_2018-01-22-13-16-12.png&quot; alt=&quot;Screenshot_2018-01-22-13-16-12.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;最后欢迎各位加省钱小助手噢！&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2019/02/201902111549819391839541.jpg&quot; title=&quot;c87133e617c911590a760739b8ce86c.jpg&quot; alt=&quot;c87133e617c911590a760739b8ce86c.jpg&quot;/&gt;&lt;/p&gt;</description><pubDate>Mon, 22 Jan 2018 12:54:02 +0800</pubDate></item><item><title>【BUG分享】王者荣耀新英雄女娲新手训练BUG公布</title><link>https://www.yunmss.cn/post/172.html</link><description>&lt;p&gt;王者荣耀这游戏目前已经成为许多人的必不可少游戏，当然易云手机也下载了，只不过我并没有中毒。。。我有兴趣就玩玩，一般不会每天都玩。&lt;/p&gt;&lt;p&gt;而最近新英雄女娲的一个技能让我看到了一个算是BUG的技能，那就是2技能的方块和一技能可以推挡人物。&lt;/p&gt;&lt;p&gt;利用这2技能在训练场可以做一些事情，如下图：&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2017/11/201711281511881929190485.jpg&quot; style=&quot;&quot; title=&quot;331622194639511000.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2017/11/201711281511881930111091.jpg&quot; style=&quot;&quot; title=&quot;513173229762807015.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;如上面2图，可以看到主宰一直打那个韩信，不停的打，而韩信人偶会回血，他们就这样一直打下去。&lt;/p&gt;&lt;p&gt;而你会好奇，他怎么走到那去了，其实这是用女娲的2技能把韩信挤到主宰那去的。。。。。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2017/11/201711281511882058663200.jpg&quot; style=&quot;&quot; title=&quot;540557329720202716.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2017/11/201711281511882058106282.jpg&quot; style=&quot;&quot; title=&quot;522207029431407890.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2017/11/201711281511882058771799.jpg&quot; style=&quot;&quot; title=&quot;573486869061256209.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;其次可以用一技能把红BOSS推回家，你会发现这红BOSS哪个塔都不会打。。。。&lt;/p&gt;&lt;p&gt;而庄周用二技能推到泉水，发现先水晶都打不死他。。。。想不到这高伤害的水晶也打不死，6666&lt;/p&gt;&lt;p&gt;还有就是最后一图是我和庄周在草丛。。。。。。&lt;/p&gt;</description><pubDate>Tue, 28 Nov 2017 23:06:34 +0800</pubDate></item><item><title>【源码分享】博客浮动小人随机语句飘动代码</title><link>https://www.yunmss.cn/post/169.html</link><description>&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2017/11/201711241511532917164968.jpg&quot; title=&quot;360截图20171124221439529.jpg&quot; alt=&quot;360截图20171124221439529.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;效果如上图，其实这个易云早在1年多之前就分享过，后来部分文章在搬家过程中损失了，其中就有这文章。。。&lt;/p&gt;&lt;p&gt;现在重新分享下，这个源码使用很简单，其实有男生版和女生版，这个是女生版，也就是图片不同而已。。。&lt;/p&gt;&lt;p&gt;首先需要加载下下面的JS即可实现，代码如下：&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-markup&quot;&gt;&amp;lt;!--.浮动小人--&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&amp;lt;script&amp;nbsp;type=&amp;quot;text/javascript&amp;quot;&amp;nbsp;src=&amp;quot;http://libs.baidu.com/jquery/1.8.3/jquery.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script&amp;nbsp;type=&amp;quot;text/javascript&amp;quot;&amp;nbsp;src=&amp;quot;http://libs.baidu.com/jquery/1.8.3/jquery.min.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script&amp;nbsp;type=&amp;quot;text/javascript&amp;quot;&amp;gt;
&amp;lt;?php&amp;nbsp;if(is_home())&amp;nbsp;echo&amp;nbsp;&amp;#39;var&amp;nbsp;isindex=true;var&amp;nbsp;title=&amp;quot;&amp;quot;;&amp;#39;;else&amp;nbsp;echo&amp;nbsp;&amp;#39;var&amp;nbsp;isindex=false;var&amp;nbsp;title=&amp;quot;&amp;#39;,&amp;nbsp;get_the_title(),&amp;#39;&amp;quot;;&amp;#39;;&amp;nbsp;?&amp;gt;
&amp;lt;?php&amp;nbsp;if((($display_name&amp;nbsp;=&amp;nbsp;wp_get_current_user()-&amp;gt;display_name)&amp;nbsp;!=&amp;nbsp;null))&amp;nbsp;echo&amp;nbsp;&amp;#39;var&amp;nbsp;visitor=&amp;quot;&amp;#39;,$display_name,&amp;#39;&amp;quot;;&amp;#39;;&amp;nbsp;else&amp;nbsp;if(isset($_COOKIE[&amp;#39;comment_author_&amp;#39;.COOKIEHASH]))&amp;nbsp;echo&amp;nbsp;&amp;#39;var&amp;nbsp;visitor=&amp;quot;&amp;#39;,$_COOKIE[&amp;#39;comment_author_&amp;#39;.COOKIEHASH],&amp;#39;&amp;quot;;&amp;#39;;else&amp;nbsp;echo&amp;nbsp;&amp;#39;var&amp;nbsp;visitor=&amp;quot;游客&amp;quot;;&amp;#39;;echo&amp;nbsp;&amp;quot;\n&amp;quot;;&amp;nbsp;?&amp;gt;
&amp;lt;/script&amp;gt;
&amp;lt;script&amp;nbsp;type=&amp;quot;text/javascript&amp;quot;&amp;nbsp;src=&amp;quot;JS文件地址&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;style&amp;gt;
.spig&amp;nbsp;{display:block;width:130px;height:170px;position:absolute;bottom:&amp;nbsp;300px;left:160px;z-index:9999;}
#message{color&amp;nbsp;:#191919;border:&amp;nbsp;1px&amp;nbsp;solid&amp;nbsp;#c4c4c4;background:#ddd;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;min-height:1em;padding:5px;top:-45px;position:absolute;text-align:center;width:auto&amp;nbsp;!important;z-index:10000;-moz-box-shadow:0&amp;nbsp;0&amp;nbsp;15px&amp;nbsp;#eeeeee;-webkit-box-shadow:0&amp;nbsp;0&amp;nbsp;15px&amp;nbsp;#eeeeee;border-color:#eeeeee;box-shadow:0&amp;nbsp;0&amp;nbsp;15px&amp;nbsp;#eeeeee;outline:none;}
.mumu{width:130px;height:170px;cursor:&amp;nbsp;move;background:url(小人图片地址)&amp;nbsp;no-repeat;}
&amp;lt;/style&amp;gt;
&amp;lt;div&amp;nbsp;id=&amp;quot;spig&amp;quot;&amp;nbsp;class=&amp;quot;spig&amp;quot;&amp;gt;
&amp;lt;div&amp;nbsp;id=&amp;quot;message&amp;quot;&amp;gt;加载中……&amp;lt;/div&amp;gt;
&amp;lt;div&amp;nbsp;id=&amp;quot;mumu&amp;quot;&amp;nbsp;class=&amp;quot;mumu&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;!--.end浮动小人--&amp;gt;&lt;/pre&gt;&lt;p&gt;然后把这个资源包上传到你的空间根目录，再按要求修改下代码里的【JS文件地址】和【小人图片】地址即可&lt;/p&gt;&lt;p&gt;资源包已经为大家准备好啦！百度云链接: &lt;a href=&quot;https://pan.baidu.com/s/1pKRkex1&quot; _src=&quot;https://pan.baidu.com/s/1pKRkex1&quot;&gt;https://pan.baidu.com/s/1pKRkex1&lt;/a&gt;&amp;nbsp; &amp;nbsp;密码: hc3x&lt;/p&gt;</description><pubDate>Fri, 24 Nov 2017 22:04:41 +0800</pubDate></item><item><title>【音乐分享】分享2个环绕动听女声车载音乐专辑下载</title><link>https://www.yunmss.cn/post/167.html</link><description>&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2017/11/201711191511075858117479.jpg&quot; title=&quot;360截图-4191515.jpg&quot; alt=&quot;360截图-4191515.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;近期回家了，所以没有怎么更新博客，今天刚好回学校，同时网上找了2个不错的车载音乐专辑，当然要看个人喜欢，个人感觉还可以&lt;/p&gt;&lt;p&gt;文件有点大，分别是100多M和80M，而百度云又是鸡肋，经常下载速度才80KB/S，所以要下载的推荐使用本博客分享的破解百度网盘工具，&lt;br/&gt;&lt;/p&gt;&lt;p&gt;可以高达1M多每秒，具体请看&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a href=&quot;https://www.yunmss.cn/index.php/post/144.html&quot; title=&quot;【软件分享】PanDownload破百度网盘限速软件分享下载&quot;&gt;【软件分享】PanDownload破百度网盘限速软件分享下载&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;说多无益，直接给百度网盘把。&lt;/p&gt;&lt;p&gt;「车载音乐」发烧车载网络热播逆流成河唯美女声中文大碟 &amp;nbsp;链接: &lt;a href=&quot;https://pan.baidu.com/s/1bpi3jqv&quot; _src=&quot;https://pan.baidu.com/s/1bpi3jqv&quot;&gt;https://pan.baidu.com/s/1bpi3jqv&lt;/a&gt;&amp;nbsp; &amp;nbsp;密码: p4cd&lt;/p&gt;&lt;p&gt;备用下载地址：&lt;a href=&quot;http://shop.zhaoquan.xin/baidu/down.php/ad664d2be49361267d899a5b7f280b4d.mp3&quot; _src=&quot;http://shop.zhaoquan.xin/baidu/down.php/ad664d2be49361267d899a5b7f280b4d.mp3&quot;&gt;http://shop.zhaoquan.xin/baidu/down.php/ad664d2be49361267d899a5b7f280b4d.mp3&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;【宝马BMW车载】7.1环绕动听女声HIFI音乐碟 链接: &lt;a href=&quot;https://pan.baidu.com/s/1i4YN7Id&quot; _src=&quot;https://pan.baidu.com/s/1i4YN7Id&quot;&gt;https://pan.baidu.com/s/1i4YN7Id&lt;/a&gt;&amp;nbsp; &amp;nbsp;密码: i1zc&lt;/p&gt;&lt;p&gt;备用下载地址：&lt;a href=&quot;http://shop.zhaoquan.xin/baidu/down.php/6ad66a3a4e3887acb00b6c0790892852.mp3&quot; _src=&quot;http://shop.zhaoquan.xin/baidu/down.php/6ad66a3a4e3887acb00b6c0790892852.mp3&quot;&gt;http://shop.zhaoquan.xin/baidu/down.php/6ad66a3a4e3887acb00b6c0790892852.mp3&lt;/a&gt;&amp;nbsp;&lt;/p&gt;</description><pubDate>Sun, 19 Nov 2017 15:14:28 +0800</pubDate></item><item><title>【主机屋活动】双11促销活动，2G内存2核CPU5M带宽服务器一年只要888元</title><link>https://www.yunmss.cn/post/166.html</link><description>&lt;p&gt;&lt;img src=&quot;https://www.yunmss.cn/zb_users/upload/2017/11/201711101510291924106230.jpg&quot; title=&quot;360截图-151940500.jpg&quot; alt=&quot;360截图-151940500.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;主机屋是一家提供性价比高的服务商，以前一直提供高质量国内和香港免费空间甚至还提供免费服务器，算得上是一家高大上的服务商，尤其还提供了收费一次的永久虚拟主机。&lt;/p&gt;&lt;p&gt;虽然永久主机感觉并不太可靠，但是之前买的人，确实已经稳定使用了几年了，值得信赖！不过，后来主机屋取消了免费空间和服务器，最近还取消了香港线路。（国家要求）&lt;/p&gt;&lt;p&gt;造成部分没有备案的用户的抱怨，不过这也不能完全怪他，因为企业必须符合国家要求。最近，11狂欢节到了，主机屋也发布了最新促销活动，尤其是这款服务器，&lt;/p&gt;&lt;p&gt;2G内存2核心CPU5M带宽一年只要888元，真心是非常不错的。其次他的独享虚拟主机也降价高达100元，值得抢购，不过需要注意的是必须备案，并且备案要在主机屋。这点非常需要注意！&lt;/p&gt;&lt;p&gt;下面是活动说明：&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;1、本活动有效期2017年11月9日-11月30日；&lt;/p&gt;&lt;p&gt;2、独享虚拟主机优惠活动，仅限于已经拥有共享虚拟主机（不含试用）的用户;&lt;/p&gt;&lt;p&gt;3、云服务器优惠活动，仅限于标准型云服务器；&lt;/p&gt;&lt;p&gt;4、享受优惠请联系在线客服申请；&lt;/p&gt;&lt;p&gt;5、本活动禁止用于挂机、刷单、攻击、外挂、私服等违规违法用途，如果发现从事违规违法活动，&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 我司将收回产品使用资格；&lt;/p&gt;&lt;p&gt;6、本活动解释权在法律规定的范围内归主机屋所有，详情咨询电话010-51661870；&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;官方活动地址：&lt;a href=&quot;http://www.zhujiwu.com/huodong/11_index.html&quot; _src=&quot;http://www.zhujiwu.com/huodong/11_index.html&quot;&gt;http://www.zhujiwu.com/huodong/11_index.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;</description><pubDate>Fri, 10 Nov 2017 13:29:06 +0800</pubDate></item></channel></rss>