diff --git a/code/app/home/view/videoBoKu/base.html b/code/app/home/view/videoBoKu/base.html
index ea66da9..c1b54d0 100644
--- a/code/app/home/view/videoBoKu/base.html
+++ b/code/app/home/view/videoBoKu/base.html
@@ -47,7 +47,7 @@
})();
-{if $DomainModel->d_domain == 'jksrjhq.com' || $DomainModel->d_domain == 'gyssjxq.com'}
+{if $DomainModel->d_domain == 'bdmoju.com' || $DomainModel->d_domain == 'jksrjhq.com' || $DomainModel->d_domain == 'gyssjxq.com'}
{/if}
diff --git a/code/app/home/view/videoDadi/base.html b/code/app/home/view/videoDadi/base.html
index 2cc8483..4c04c72 100644
--- a/code/app/home/view/videoDadi/base.html
+++ b/code/app/home/view/videoDadi/base.html
@@ -43,7 +43,7 @@
})();
-{if $DomainModel->d_domain == 'jksrjhq.com' || $DomainModel->d_domain == 'gyssjxq.com'}
+{if $DomainModel->d_domain == 'bdmoju.com' || $DomainModel->d_domain == 'jksrjhq.com' || $DomainModel->d_domain == 'gyssjxq.com'}
{/if}
diff --git a/code/app/home/view/videoNuNu/base.html b/code/app/home/view/videoNuNu/base.html
index cf927fd..eaf398e 100644
--- a/code/app/home/view/videoNuNu/base.html
+++ b/code/app/home/view/videoNuNu/base.html
@@ -40,6 +40,11 @@
s.parentNode.insertBefore(bp, s);
})();
+ {if $DomainModel->d_domain == 'bdmoju.com' || $DomainModel->d_domain == 'jksrjhq.com' || $DomainModel->d_domain == 'gyssjxq.com'}
+
+ {/if}
+
{block name="strPageCode"}
diff --git a/code/app/services/SiteContext.php b/code/app/services/SiteContext.php
index 338cd09..91fd3fb 100644
--- a/code/app/services/SiteContext.php
+++ b/code/app/services/SiteContext.php
@@ -540,7 +540,7 @@ class SiteContext
// var_dump($intRequestTotalLimit10);
// 检查请求次数是否超过限制
- if ($intRequestTotalLimit10 > 100 && !$arrVisitInfo['vil_is_spider']) {
+ if ($intRequestTotalLimit10 > 60 && !$arrVisitInfo['vil_is_spider']) {
throw new HttpException(404, 'Too Many Requests');
// abort(403, 'Too Many Requests');
}
diff --git a/code/public/public/fu/fu.js b/code/public/public/fu/fu.js
index 3af830e..a21dce4 100644
--- a/code/public/public/fu/fu.js
+++ b/code/public/public/fu/fu.js
@@ -185,6 +185,7 @@ const arrCsGoToDomain = [
// google
const arrCsGoogleToDomain = [
+ 'bdmoju.com',
'jksrjhq.com',
'gyssjxq.com',
];