1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-07-26 22:48:00 +08:00
parent 6fb00ba9e8
commit 5b142ba206

View File

@ -398,7 +398,7 @@ try { if (typeof(window) == lang.OBJECT) { var meta = Volcanos.meta
meta.target = document.body, meta._height = window.innerHeight, meta._width = window.innerWidth
var debug = location.search.indexOf("debug=true") > -1
try {
meta.version = window._version, window.parent.outerWidth-window.parent.innerWidth > 100 && (meta.version = "", debug = false)
meta.version = window._version||"", window.parent.outerWidth-window.parent.innerWidth > 100 && (meta.version = "", debug = false)
} catch (e) {
meta.version = window._version, window.outerWidth-window.innerWidth > 100 && (meta.version = "", debug = false)
}