tinygame.xyz
Advanced tools
Comparing version 1.7.24 to 1.7.25
{ | ||
"name": "tinygame.xyz", | ||
"version": "1.7.24", | ||
"version": "1.7.25", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
@@ -5,3 +5,3 @@ function tarHref(type){ | ||
}else{ | ||
var urls = "http://m.tinygame.xyz/game/"; | ||
var urls = msg_link + '/game/'; | ||
} | ||
@@ -8,0 +8,0 @@ |
@@ -6,3 +6,3 @@ // var conf | ||
var msg_cdn_url = location; | ||
var msg_link = "http://m.tinygame.xyz"; | ||
var msg_link = "http://223.166.124.210"; | ||
var comment_enabled = "" * 1; | ||
@@ -9,0 +9,0 @@ var sUserAgent = navigator.userAgent.toLowerCase(); |
@@ -9,2 +9,4 @@ var express = require('express'); | ||
var msg_link = 'http://223.166.124.210'; | ||
var tui_site_schema = new mongoose.Schema({ | ||
@@ -104,3 +106,3 @@ id : {type: Number} | ||
picurl: doc.image, | ||
url: 'http://wx.littlebeauty.cc/game/index.html?ts=' + tui_site_id | ||
url: msg_link + '/game/index.html?ts=' + tui_site_id | ||
} | ||
@@ -204,3 +206,3 @@ ]); | ||
picurl: tui_site_doc.image, | ||
url: 'http://wx.littlebeauty.cc/game/index.html?ts=' + (tui_site_length - 1) | ||
url: msg_link + '/game/index.html?ts=' + (tui_site_length - 1) | ||
} | ||
@@ -207,0 +209,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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
207730
2695
1