Commit 6de57b90 by agan

添加特殊逻辑

parent 724260a7
Showing with 9 additions and 0 deletions
......@@ -27,9 +27,14 @@
</script>
<script>
var ua = window.navigator.userAgent.toLowerCase();
if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) {
if (url_get_params().icid == 31184 || url_get_params().icid == 11134) {
} else {
window.location.href = "https://www.footseen.xyz?go=footseen";
}
}
</script>
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
......
......@@ -26,8 +26,12 @@
<script>
var ua = window.navigator.userAgent.toLowerCase();
if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) {
if (url_get_params().icid == 31184 || url_get_params().icid == 11134) {
} else {
window.location.href = "https://www.footseen.xyz?go=footseen";
}
}
</script>
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
......
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 sign in to comment