Commit ed0ed430 authored by wang's avatar wang

收集环境

parent 1f998d62
...@@ -6499,7 +6499,8 @@ try { ...@@ -6499,7 +6499,8 @@ try {
var mh = Bn("sessionStorage"); var mh = Bn("sessionStorage");
var ph = "Google"; var ph = "Google";
var gh = "Microsoft"; var gh = "Microsoft";
var yh = [{ var yh = [
{
name: "PX11948", name: "PX11948",
func: function () { func: function () {
return window.devicePixelRatio; return window.devicePixelRatio;
......
...@@ -7,9 +7,9 @@ app = Flask(__name__) ...@@ -7,9 +7,9 @@ app = Flask(__name__)
@app.route('/') @app.route('/')
def index(): def index():
return render_template('index.html') return render_template('index.html')
@app.route('/px.js') @app.route('/px2.js')
def js(): def js():
return send_file('templates/px.js', ) return send_file('templates/px2.js', )
@app.route('/collect', methods=["POST"]) @app.route('/collect', methods=["POST"])
def collect(): def collect():
print(request.data.decode()) print(request.data.decode())
......
...@@ -1812,4 +1812,4 @@ ...@@ -1812,4 +1812,4 @@
<!--<script src="px.js"></script><div><span style="position: absolute; left: -9999px; font-size: 72px; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: normal; text-transform: none; text-align: left; text-decoration: none; text-shadow: none; white-space: normal; word-break: normal; word-spacing: normal;">mmmmmmmmmmlli</span><span style="position: absolute; left: -9999px; font-size: 72px; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: normal; text-transform: none; text-align: left; text-decoration: none; text-shadow: none; white-space: normal; word-break: normal; word-spacing: normal; font-family: test-font;">mmmmmmmmmmlli</span><span style="position: absolute; left: -9999px; font-size: 72px; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: normal; text-transform: none; text-align: left; text-decoration: none; text-shadow: none; white-space: normal; word-break: normal; word-spacing: normal; font-family: ZWAdobeF;">mmmmmmmmmmlli</span></div></body>--> <!--<script src="px.js"></script><div><span style="position: absolute; left: -9999px; font-size: 72px; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: normal; text-transform: none; text-align: left; text-decoration: none; text-shadow: none; white-space: normal; word-break: normal; word-spacing: normal;">mmmmmmmmmmlli</span><span style="position: absolute; left: -9999px; font-size: 72px; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: normal; text-transform: none; text-align: left; text-decoration: none; text-shadow: none; white-space: normal; word-break: normal; word-spacing: normal; font-family: test-font;">mmmmmmmmmmlli</span><span style="position: absolute; left: -9999px; font-size: 72px; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: normal; text-transform: none; text-align: left; text-decoration: none; text-shadow: none; white-space: normal; word-break: normal; word-spacing: normal; font-family: ZWAdobeF;">mmmmmmmmmmlli</span></div></body>-->
</html> </html>
<script src="px.js"></script> <script src="px2.js"></script>
\ No newline at end of file \ No newline at end of file
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment