Skip to content

Commit

Permalink
[Upgrade] 🚀 Upload latest webFile
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Sep 5, 2023
1 parent f2bc395 commit 2be1890
Show file tree
Hide file tree
Showing 7 changed files with 1,819 additions and 1,809 deletions.
1,805 changes: 0 additions & 1,805 deletions web/assets/index-0c6b8da5.js

This file was deleted.

1,806 changes: 1,806 additions & 0 deletions web/assets/index-7e91e004.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}
}
</script>
<script type="module" crossorigin src="/web/assets/index-aa0c0729.js"></script>
<script type="module" crossorigin src="/web/assets/index-ffb9846b.js"></script>
<link rel="stylesheet" href="/web/assets/index-a3706664.css">
<link rel="manifest" href="/web/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/web/registerSW.js"></script></head>

Expand Down
2 changes: 1 addition & 1 deletion web/js/bing/chat/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ _w['_sydConvConfig'] = {
sydTestCacheMsg: '',
sydTestMockShareId: '',
sydTuringSuggestionsMocked: false,
traceId: 'x5v7bk6bmhyx5jpiyaec6ef9ez9t4tse',
traceId: randomLowercaseString(32),
extraSappOptions: '',
extraEdgeOptions: 'eredirecturl',
extraBceOptions: '',
Expand Down
9 changes: 9 additions & 0 deletions web/js/bing/chat/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,13 @@ function UserStoreGet (name) {
return userStore[name]
}
return null;
}

function randomLowercaseString(e) {
e = e || 32;
var t = "abcdefhijkmnprstwxyz2345678",
a = t.length,
n = "";
for (i = 0; i < e; i++) n += t.charAt(Math.floor(Math.random() * a));
return n
}
2 changes: 1 addition & 1 deletion web/sw.js

Large diffs are not rendered by default.

0 comments on commit 2be1890

Please sign in to comment.