mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
fix: 更新官方站点域名检测列表以包含新域名
添加 blog.2b2x.cn 到官方站点检测列表,确保域名验证功能覆盖所有官方站点
This commit is contained in:
@@ -290,7 +290,7 @@ var _hmt = _hmt || [];
|
||||
<div id="page-height-extend" class="hidden h-[300vh]"></div>
|
||||
|
||||
<!-- 域名检测脚本 -->
|
||||
<script is:inline define:vars={{officialSites: ["https://2x.nz"]}}>
|
||||
<script is:inline define:vars={{officialSites: ["https://2x.nz", "https://blog.2b2x.cn"]}}>
|
||||
// 域名检测功能
|
||||
function checkDomain() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user