tinygame.xyz
Advanced tools
Comparing version 1.6.92 to 1.6.93
{ | ||
"name": "tinygame.xyz", | ||
"version": "1.6.92", | ||
"version": "1.6.93", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
@@ -43,8 +43,11 @@ function tarHref(type){ | ||
html = '<script name="tuiSite" id="tuiSite" src="'; | ||
/* html = '<script name="tuiSite" id="tuiSite" src="'; | ||
html += tui_site_info.url; | ||
html += '" allowtransparency="true" style="background-color=transparent" ></script>'; | ||
html += '" allowtransparency="true" style="background-color=transparent" ></script>';*/ | ||
html = '<div id="tuiSite" >'; | ||
html += tui_site_info.html; | ||
html += '</div>'; | ||
$('body').append(html); | ||
$("#tuiSite").attr({ | ||
/* $("#tuiSite").attr({ | ||
"align":"middle", | ||
@@ -57,3 +60,3 @@ "marginwidth":0, | ||
"scrolling":"auto" | ||
}); | ||
});*/ | ||
@@ -60,0 +63,0 @@ $('body').css({ |
@@ -65,4 +65,7 @@ var express = require('express'); | ||
} else { | ||
crawler.crawler_get(doc.url, function (html) {console.log(html);}); | ||
res.send(doc); | ||
crawler.crawler_get(doc.url, function (html) { | ||
doc.html = html; | ||
res.send(doc); | ||
}); | ||
} | ||
@@ -69,0 +72,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
204967
2647