Commit c505b26a authored by wang's avatar wang

f9

parent fba1030c
...@@ -493,7 +493,6 @@ let fonts1 = [ ...@@ -493,7 +493,6 @@ let fonts1 = [
"Zurich Ex BT", "Zurich Ex BT",
"ZWAdobeF" "ZWAdobeF"
]; ];
fonts1.sort(function (){return Math.random() - 0.5})
let fonts2 = [ let fonts2 = [
"Andale Mono", "Andale Mono",
"Arial", "Arial",
...@@ -577,7 +576,6 @@ let fonts2 = [ ...@@ -577,7 +576,6 @@ let fonts2 = [
"Zapfino" "Zapfino"
]; ];
fonts2.sort(function (){return Math.random() - 0.5})
export class PxEnv { export class PxEnv {
constructor(env, url, sid, vid, ts, num1, num2, str1, uuid, startTs, startTs2, performanceNow, px11280, px755 = '', token = '', token2 = '', hash = '', hash2 = '', hashv = '') { constructor(env, url, sid, vid, ts, num1, num2, str1, uuid, startTs, startTs2, performanceNow, px11280, px755 = '', token = '', token2 = '', hash = '', hash2 = '', hashv = '') {
...@@ -1221,15 +1219,17 @@ export class PxEnv { ...@@ -1221,15 +1219,17 @@ export class PxEnv {
23, 23,
127, 127,
127]; 127];
fonts1.sort(function (){return Math.random() - 0.5})
fonts2.sort(function (){return Math.random() - 0.5})
let audio = "126."+ Math.random().toString().slice(2,); let audio = "126."+ Math.random().toString().slice(2,);
audio = '126.86972438948578';
return { return {
"t": "PX11547", "d": { "t": "PX11547", "d": {
"PX12492": md5(unescape(encodeURIComponent(fonts1))), "PX12492": md5(unescape(encodeURIComponent(fonts1))),
"PX12570": md5(unescape(encodeURIComponent(fonts2))), //canvasfp "PX12570": md5(unescape(encodeURIComponent(fonts2))), //canvasfp
// "PX12570": 'a65c152b358f2e65c52c7c2d671a5e78', // "PX12570": 'a65c152b358f2e65c52c7c2d671a5e78',
"PX11352": "befef4e1ede9be890a1e5b871d0e18af", //canvasfp "PX11352": md5(this.ENV.jpg), //canvasfp
// "PX12292": "WebKit", // "PX12292": "WebKit",
"PX12292": this.ENV.glres["7936"], //errors "PX12292": this.ENV.glres["7936"], //errors
"PX11811": [], // "PX11811": [], //
......
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