<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
	<title>‭</title>
	<link>https://liguangwei.wodemo.net/</link>
        <item>
        <title><![CDATA[Untitled]]></title>
		<link><![CDATA[https://liguangwei.wodemo.net/entry/527645]]></link>
		<dc:creator><![CDATA[李广维 (@liguangwei)]]></dc:creator>
		<pubDate><![CDATA[Wed, 08 Jan 2020 03:23:03 -0800]]></pubDate>
        <description><![CDATA[. 导航1.html.html]]></description>
    </item>
        <item>
        <title><![CDATA[导航1]]></title>
		<link><![CDATA[https://liguangwei.wodemo.net/entry/527644]]></link>
		<dc:creator><![CDATA[李广维 (@liguangwei)]]></dc:creator>
		<pubDate><![CDATA[Wed, 08 Jan 2020 03:21:36 -0800]]></pubDate>
        <description><![CDATA[






主页

var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?0604330f7251bf4b3a643de8e16b8052";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();



*,
*:before,
*:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Arial';/*
	border: 1px solid #f00;*/
}

html {
	max-width:540px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #000;
}

h6 {
	font-size: 9px;
	font-weight: 900;
	color: #343434;
	display: none;
}

.logo {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	height: 50px;
	width: 50px;
}

.scposition {
	position: relative;
	width: 100%;
	margin-top: 190px;
	z-index: 9;
}

.search_bg {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	height: 62px;
	padding: 10px;
	background: #000;
	border-radius: 40px;
	overflow: visible;
	border: 1px solid #fff;
}

#searchCheck {
	float: right;
}

#search {
	z-index: 0;
	width: 40px;
	height: 40px;
	transition: 0.4s;
	border: none;
	outline: none;
	color: #fff;
	background-color: transparent;
}

.search_bg:hover form #search {
	width: 240px;
	padding: 0 30px;
}

.scbtn{
	display: none;
}

/*切换搜索引擎*/
.sChoiceBtn {
	display: none;
	position:absolute;
	left: 5%;
	width: 10%;
	height: 40px;
	transition: 0.4s;
}

.search_bg:hover .sChoiceBtn {
	display: inline;
}

/*搜索引擎选项*/
.scBigBox {
	display: none;
	position: absolute;
	top: 66px;
	left: 10%;
	z-index: 8;
	width: 200px;
	overflow: auto;
	background-color: transparent;
}

.xxxx {
	display: none;
	position: fixed;
	top: 0;
	z-index: 7;
	background-color: #666;
	width: 100%;
	height: 100%;
	opacity: 0;
}

@keyframes popin {
	0% {
		transform: scale3d(0, 0, 0);
		opacity: 0;
		transform-origin: 0 0 0;
	}
	100% {
		transform: scale3d(1, 1, 1);
		opacity: 1;
		transform-origin: 0 0 0;
	}
}

.scSmallBox {
	display: inline-block;
	width: 35px;
	margin: 5px 0;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #000;
	background-color: #fff;
	cursor: pointer;
}

.scSmallBox:active {
	background-color: #000;
	color: #fff;
}

.scSmallBox:active a {
	color: #fff;
}

.suggest {
	width: 190px;
	max-height: 180px;
	position: absolute;
	top: 65px;
	left: 12%;
	z-index: 10;
	overflow: auto;
	background-color: transparent;
}

.suggest::-webkit-scrollbar {
	display: none;
}

.suggest ul {
	list-style: none;
}

.suggest ul li {
	font-size: 12px;
	line-height: 30px;
	padding-left:10px;
	color: #000;
	cursor: pointer;
}

.suggest ul li:hover {
	background-color: #efefef;
}

.clear {
	display: none;
	position:absolute;
	right: 5%;
	width: 10%;
	height: 40px;
}

body {
	background-color: #fff;
	-webkit-tap-highlight-color: transparent;
}

input::-webkit-input-placeholder {
	color: #fff;
}






	
		
		
	
	
	
	
		
		
	

玛姬
百度
搜狗
必应
360
谷歌
磁力
影视
发现





	var suggestContainer = document.getElementsByClassName("suggest")[0];
	var searchInput = document.getElementById("search");
	var scposition = document.getElementsByClassName("scposition")[0];
	var searchResult = document.getElementById("search-result");
	var scbtn = document.getElementsByClassName("scbtn")[0];

// 清除建议框内容
	function clearContent() {
		var size = searchResult.childNodes.length;
		for (var i = size - 1; i >= 0; i--) {
		searchResult.removeChild(searchResult.childNodes[i]);
		}
	 };

	var timer = null;
	// 注册输入框键盘抬起事件
	searchInput.onkeyup = function (e) {
		suggestContainer.style.display = "block";
		// 如果输入框内容为空 清除内容且无需跨域请求
		if (this.value.length === 0) {
		clearContent();
		return;
		}
		if (this.timer) {
		clearTimeout(this.timer);
		}
		if (e.keyCode !== 40 && e.keyCode !== 38) {
		// 函数节流优化
		this.timer = setTimeout(() => {
			// 创建script标签JSONP跨域
			var script = document.createElement("script");
			 script.src = "https://www.baidu.com/su?&wd=" + encodeURI(this.value.trim()) +
				"&p=3&cb=handleSuggestion";
			 document.body.appendChild(script);
		}, 130)
		}

	 };

	// 回调函数处理返回值
	function handleSuggestion(res) {
		// 清空之前的数据！！
		clearContent();
		var result = res.s;
		// 截取前五个搜索建议项
		if (result.length >=0) {
		result = result.slice(0, 10)
		}
		for (let i = 0; i < result.length; i++) {
		// 动态创建li标签
		var liObj = document.createElement("li");
		liObj.innerHTML = result[i];
		searchResult.appendChild(liObj);
		}
		// 自执行匿名函数--删除用于跨域的script标签
		(function () {
		var s = document.querySelectorAll('script');
		for (var i = 1, len = s.length; i < len; i++) {
			document.body.removeChild(s[i]);
		}
		})()
	}

	// 事件委托 点击li标签或者点击搜索按钮跳转到百度搜索页面
	scposition.addEventListener("click", function (e) {
		if (e.target.nodeName.toLowerCase() === 'li') {
		var keywords = e.target.innerText;
		searchInput.value = keywords;
		scbtn.click();
		} else if (e.target.id === 'scbtn') {
		scbtn.click();
		}
	}, false);

	var i = 0;
	var flag = 1;

	// 点击页面任何其他地方 搜索结果框消失
	document.onclick = () => clearContent()


var sm = document.getElementById("sm");
var baidu = document.getElementById("baidu");
var sogou = document.getElementById("sogou");
var bing = document.getElementById("bing");
var so = document.getElementById("360");
var google = document.getElementById("google");
var cili = document.getElementById("cili");
var yingshi = document.getElementById("yingshi");
var fx = document.getElementById("faxian");
var sChoiceBtn = document.getElementsByClassName("sChoiceBtn")[0];
var scc = document.getElementById("searchCheck");
var sc = document.getElementById("search");
var bbox = document.getElementById("bbox");
var clear = document.getElementsByClassName("clear")[0];
var xxxx = document.getElementsByClassName("xxxx")[0];

sc.onclick = function(){
bbox.style.display='none';
clear.style.display='inline';
}

clear.onclick = function(){
sc.value='';
}

document.addEventListener("click", function(e){
	if( e.target !== sc ){
		clear.style.display = "none";
	}
})

sm.onclick = function(){
scc.action="https://magi.com/search?q=";
sc.name='q';
xxxx.style.display='none';
bbox.style.display='none';
}

baidu.onclick = function(){
scc.action="https://www.baidu.com/s";
sc.name='wd';
xxxx.style.display='none';
bbox.style.display='none';
}

sogou.onclick = function(){
scc.action="https://www.sogou.com/web";
sc.name='query';
xxxx.style.display='none';
bbox.style.display='none';
}

bing.onclick = function(){
scc.action="https://cn.bing.com/search";
sc.name='q';
xxxx.style.display='none';
bbox.style.display='none';
}

so.onclick = function(){
scc.action="https://www.so.com/s";
sc.name='q';
xxxx.style.display='none';
bbox.style.display='none';
}

google.onclick = function(){
scc.action="https://www.google.com/search";
sc.name='q';
xxxx.style.display='none';
bbox.style.display='none';
}

cili.onclick = function(){
scc.action="http://pianyuan.la/search";
sc.name='q';
xxxx.style.display='none';
bbox.style.display='none';
}

yingshi.onclick = function(){
scc.action="http://www.tv6699.com/vodsearch/-------------/";
sc.name='wd';
xxxx.style.display='none';
bbox.style.display='none';
}

fx.onclick = function(){
xxxx.style.display='none';
bbox.style.display='none';
}

sChoiceBtn.onclick = function(){
bbox.style.display='inline';
xxxx.style.display='inline';
bbox.style.animation='popin .3s ease';
}

xxxx.onclick = function(){
xxxx.style.display='none';
bbox.style.display='none';
}


]]></description>
    </item>
        <item>
        <title><![CDATA[Untitled]]></title>
		<link><![CDATA[https://liguangwei.wodemo.net/entry/527634]]></link>
		<dc:creator><![CDATA[李广维 (@liguangwei)]]></dc:creator>
		<pubDate><![CDATA[Tue, 07 Jan 2020 22:31:35 -0800]]></pubDate>
        <description><![CDATA[. 导航.html]]></description>
    </item>
        <item>
        <title><![CDATA[测试]]></title>
		<link><![CDATA[https://liguangwei.wodemo.net/entry/527623]]></link>
		<dc:creator><![CDATA[李广维 (@liguangwei)]]></dc:creator>
		<pubDate><![CDATA[Tue, 07 Jan 2020 15:52:56 -0800]]></pubDate>
        <description><![CDATA[. 导航.html]]></description>
    </item>
        <item>
        <title><![CDATA[测试]]></title>
		<link><![CDATA[https://liguangwei.wodemo.net/entry/527622]]></link>
		<dc:creator><![CDATA[李广维 (@liguangwei)]]></dc:creator>
		<pubDate><![CDATA[Tue, 07 Jan 2020 15:49:47 -0800]]></pubDate>
        <description><![CDATA[







主页

var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?0604330f7251bf4b3a643de8e16b8052";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();



*,
*:before,
*:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Arial';/*
	border: 1px solid #f00;*/
}

html {
	max-width:540px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #000;
}

h6 {
	font-size: 9px;
	font-weight: 900;
	color: #343434;
	display: none;
}

.logo {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	height: 50px;
	width: 50px;
}

.scposition {
	position: relative;
	width: 100%;
	margin-top: 190px;
	z-index: 9;
}

.search_bg {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	height: 62px;
	padding: 10px;
	background: #000;
	border-radius: 40px;
	overflow: visible;
	border: 1px solid #fff;
}

#searchCheck {
	float: right;
}

#search {
	z-index: 0;
	width: 40px;
	height: 40px;
	transition: 0.4s;
	border: none;
	outline: none;
	color: #fff;
	background-color: transparent;
}

.search_bg:hover form #search {
	width: 240px;
	padding: 0 30px;
}

.scbtn{
	display: none;
}

/*切换搜索引擎*/
.sChoiceBtn {
	display: none;
	position:absolute;
	left: 5%;
	width: 10%;
	height: 40px;
	transition: 0.4s;
}

.search_bg:hover .sChoiceBtn {
	display: inline;
}

/*搜索引擎选项*/
.scBigBox {
	display: none;
	position: absolute;
	top: 66px;
	left: 10%;
	z-index: 8;
	width: 200px;
	overflow: auto;
	background-color: transparent;
}

.xxxx {
	display: none;
	position: fixed;
	top: 0;
	z-index: 7;
	background-color: #666;
	width: 100%;
	height: 100%;
	opacity: 0;
}

@keyframes popin {
	0% {
		transform: scale3d(0, 0, 0);
		opacity: 0;
		transform-origin: 0 0 0;
	}
	100% {
		transform: scale3d(1, 1, 1);
		opacity: 1;
		transform-origin: 0 0 0;
	}
}

.scSmallBox {
	display: inline-block;
	width: 35px;
	margin: 5px 0;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #000;
	background-color: #fff;
	cursor: pointer;
}

.scSmallBox:active {
	background-color: #000;
	color: #fff;
}

.scSmallBox:active a {
	color: #fff;
}

.suggest {
	width: 190px;
	max-height: 180px;
	position: absolute;
	top: 65px;
	left: 12%;
	z-index: 10;
	overflow: auto;
	background-color: transparent;
}

.suggest::-webkit-scrollbar {
	display: none;
}

.suggest ul {
	list-style: none;
}

.suggest ul li {
	font-size: 12px;
	line-height: 30px;
	padding-left:10px;
	color: #000;
	cursor: pointer;
}

.suggest ul li:hover {
	background-color: #efefef;
}

.clear {
	display: none;
	position:absolute;
	right: 5%;
	width: 10%;
	height: 40px;
}

body {
	background-color: #fff;
	-webkit-tap-highlight-color: transparent;
}

input::-webkit-input-placeholder {
	color: #fff;
}






	
		
		
	
	
	
	
		
		
	

玛姬
百度
搜狗
必应
360
谷歌
磁力
影视
发现





	var suggestContainer = document.getElementsByClassName("suggest")[0];
	var searchInput = document.getElementById("search");
	var scposition = document.getElementsByClassName("scposition")[0];
	var searchResult = document.getElementById("search-result");
	var scbtn = document.getElementsByClassName("scbtn")[0];

// 清除建议框内容
	function clearContent() {
		var size = searchResult.childNodes.length;
		for (var i = size - 1; i >= 0; i--) {
		searchResult.removeChild(searchResult.childNodes[i]);
		}
	 };

	var timer = null;
	// 注册输入框键盘抬起事件
	searchInput.onkeyup = function (e) {
		suggestContainer.style.display = "block";
		// 如果输入框内容为空 清除内容且无需跨域请求
		if (this.value.length === 0) {
		clearContent();
		return;
		}
		if (this.timer) {
		clearTimeout(this.timer);
		}
		if (e.keyCode !== 40 && e.keyCode !== 38) {
		// 函数节流优化
		this.timer = setTimeout(() => {
			// 创建script标签JSONP跨域
			var script = document.createElement("script");
			 script.src = "https://www.baidu.com/su?&wd=" + encodeURI(this.value.trim()) +
				"&p=3&cb=handleSuggestion";
			 document.body.appendChild(script);
		}, 130)
		}

	 };

	// 回调函数处理返回值
	function handleSuggestion(res) {
		// 清空之前的数据！！
		clearContent();
		var result = res.s;
		// 截取前五个搜索建议项
		if (result.length >=0) {
		result = result.slice(0, 10)
		}
		for (let i = 0; i < result.length; i++) {
		// 动态创建li标签
		var liObj = document.createElement("li");
		liObj.innerHTML = result[i];
		searchResult.appendChild(liObj);
		}
		// 自执行匿名函数--删除用于跨域的script标签
		(function () {
		var s = document.querySelectorAll('script');
		for (var i = 1, len = s.length; i < len; i++) {
			document.body.removeChild(s[i]);
		}
		})()
	}

	// 事件委托 点击li标签或者点击搜索按钮跳转到百度搜索页面
	scposition.addEventListener("click", function (e) {
		if (e.target.nodeName.toLowerCase() === 'li') {
		var keywords = e.target.innerText;
		searchInput.value = keywords;
		scbtn.click();
		} else if (e.target.id === 'scbtn') {
		scbtn.click();
		}
	}, false);

	var i = 0;
	var flag = 1;

	// 点击页面任何其他地方 搜索结果框消失
	document.onclick = () => clearContent()


var sm = document.getElementById("sm");
var baidu = document.getElementById("baidu");
var sogou = document.getElementById("sogou");
var bing = document.getElementById("bing");
var so = document.getElementById("360");
var google = document.getElementById("google");
var cili = document.getElementById("cili");
var yingshi = document.getElementById("yingshi");
var fx = document.getElementById("faxian");
var sChoiceBtn = document.getElementsByClassName("sChoiceBtn")[0];
var scc = document.getElementById("searchCheck");
var sc = document.getElementById("search");
var bbox = document.getElementById("bbox");
var clear = document.getElementsByClassName("clear")[0];
var xxxx = document.getElementsByClassName("xxxx")[0];

sc.onclick = function(){
bbox.style.display='none';
clear.style.display='inline';
}

clear.onclick = function(){
sc.value='';
}

document.addEventListener("click", function(e){
	if( e.target !== sc ){
		clear.style.display = "none";
	}
})

sm.onclick = function(){
scc.action="https://magi.com/search?q=";
sc.name='q';
xxxx.style.display='none';
bbox.style.display='none';
}

baidu.onclick = function(){
scc.action="https://www.baidu.com/s";
sc.name='wd';
xxxx.style.display='none';
bbox.style.display='none';
}

sogou.onclick = function(){
scc.action="https://www.sogou.com/web";
sc.name='query';
xxxx.style.display='none';
bbox.style.display='none';
}

bing.onclick = function(){
scc.action="https://cn.bing.com/search";
sc.name='q';
xxxx.style.display='none';
bbox.style.display='none';
}

so.onclick = function(){
scc.action="https://www.so.com/s";
sc.name='q';
xxxx.style.display='none';
bbox.style.display='none';
}

google.onclick = function(){
scc.action="https://www.google.com/search";
sc.name='q';
xxxx.style.display='none';
bbox.style.display='none';
}

cili.onclick = function(){
scc.action="http://pianyuan.la/search";
sc.name='q';
xxxx.style.display='none';
bbox.style.display='none';
}

yingshi.onclick = function(){
scc.action="http://www.tv6699.com/vodsearch/-------------/";
sc.name='wd';
xxxx.style.display='none';
bbox.style.display='none';
}

fx.onclick = function(){
xxxx.style.display='none';
bbox.style.display='none';
}

sChoiceBtn.onclick = function(){
bbox.style.display='inline';
xxxx.style.display='inline';
bbox.style.animation='popin .3s ease';
}

xxxx.onclick = function(){
xxxx.style.display='none';
bbox.style.display='none';
}


]]></description>
    </item>
        <item>
        <title><![CDATA[Q群消息任意撤回.apk]]></title>
		<link><![CDATA[https://liguangwei.wodemo.net/file/401764]]></link>
		<dc:creator><![CDATA[李广维 (@liguangwei)]]></dc:creator>
		<pubDate><![CDATA[Sun, 19 Jun 2016 16:51:20 -0700]]></pubDate>
        <description><![CDATA[File Size: 0.57 MiBOrignal Name: 消息撤回Version: 1.0ID：com.o&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/browse/401764">Browse</a>&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/meta/401764">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[拳击手日常训练.mp4]]></title>
		<link><![CDATA[https://liguangwei.wodemo.net/file/383817]]></link>
		<dc:creator><![CDATA[李广维 (@liguangwei)]]></dc:creator>
		<pubDate><![CDATA[Tue, 26 Jan 2016 20:15:52 -0800]]></pubDate>
        <description><![CDATA[File Size: 36.43 MiBOrignal Name: 消息撤回Version: 1.0ID：com.o&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/meta/383817">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[喵图生成器.apk]]></title>
		<link><![CDATA[https://liguangwei.wodemo.net/file/353683]]></link>
		<dc:creator><![CDATA[李广维 (@liguangwei)]]></dc:creator>
		<pubDate><![CDATA[Fri, 14 Aug 2015 04:15:18 -0700]]></pubDate>
        <description><![CDATA[File Size: 3.52 MiBOrignal Name: 喵星人Version: 2.0.2ID：com.syniver.miao&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/browse/353683">Browse</a>&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/meta/353683">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[扫地僧防跳软控版.apk]]></title>
		<link><![CDATA[https://liguangwei.wodemo.net/file/336913]]></link>
		<dc:creator><![CDATA[李广维 (@liguangwei)]]></dc:creator>
		<pubDate><![CDATA[Tue, 14 Apr 2015 04:49:18 -0700]]></pubDate>
        <description><![CDATA[File Size: 145.42 KiBOrignal Name: 扫地僧防跳Version: 1.1.4ID：com.moli.sdswall2&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/browse/336913">Browse</a>&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/meta/336913">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[屏幕美化.apk]]></title>
		<link><![CDATA[https://liguangwei.wodemo.net/file/336912]]></link>
		<dc:creator><![CDATA[李广维 (@liguangwei)]]></dc:creator>
		<pubDate><![CDATA[Tue, 14 Apr 2015 04:45:18 -0700]]></pubDate>
        <description><![CDATA[File Size: 0.52 MiBOrignal Name: 屏幕美化Version: 1.2ID：com.play.screen.livescreen&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/browse/336912">Browse</a>&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/meta/336912">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[zooper.apk]]></title>
		<link><![CDATA[https://liguangwei.wodemo.net/file/336911]]></link>
		<dc:creator><![CDATA[李广维 (@liguangwei)]]></dc:creator>
		<pubDate><![CDATA[Tue, 14 Apr 2015 04:43:25 -0700]]></pubDate>
        <description><![CDATA[File Size: 3.74 MiBOrignal Name: Zooper Widget ProVersion: 2.44ID：org.zooper.zwpro&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/browse/336911">Browse</a>&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/meta/336911">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[sextube.apk]]></title>
		<link><![CDATA[https://liguangwei.wodemo.net/file/336910]]></link>
		<dc:creator><![CDATA[李广维 (@liguangwei)]]></dc:creator>
		<pubDate><![CDATA[Tue, 14 Apr 2015 04:38:56 -0700]]></pubDate>
        <description><![CDATA[File Size: 0.3 MiBOrignal Name: Sex Tube ProVersion: 1.46ID：au.com.phil.minepro&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/browse/336910">Browse</a>&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/meta/336910">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[samp修改版.apk]]></title>
		<link><![CDATA[https://liguangwei.wodemo.net/file/336909]]></link>
		<dc:creator><![CDATA[李广维 (@liguangwei)]]></dc:creator>
		<pubDate><![CDATA[Tue, 14 Apr 2015 04:36:27 -0700]]></pubDate>
        <description><![CDATA[File Size: 1.03 MiBOrignal Name: Samp1.8Version: 1.8ID：com.proxy.samp&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/browse/336909">Browse</a>&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/meta/336909">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[网络攻击器.apk]]></title>
		<link><![CDATA[https://liguangwei.wodemo.net/file/336908]]></link>
		<dc:creator><![CDATA[李广维 (@liguangwei)]]></dc:creator>
		<pubDate><![CDATA[Tue, 14 Apr 2015 04:33:17 -0700]]></pubDate>
        <description><![CDATA[File Size: 6.09 MiBOrignal Name: LoicVersion: 1.1ID：l.o.i.c&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/browse/336908">Browse</a>&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/meta/336908">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[dns修改器.apk]]></title>
		<link><![CDATA[https://liguangwei.wodemo.net/file/336907]]></link>
		<dc:creator><![CDATA[李广维 (@liguangwei)]]></dc:creator>
		<pubDate><![CDATA[Tue, 14 Apr 2015 04:29:06 -0700]]></pubDate>
        <description><![CDATA[File Size: 0.7 MiBOrignal Name: Override DNSVersion: v3.4.1-0-gb8e6871ID：net.mx17.overridedns&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/browse/336907">Browse</a>&nbsp;|&nbsp;<a href="https://liguangwei.wodemo.net/meta/336907">Meta</a>]]></description>
    </item>
    </channel>
</rss>
