mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
fix(layout): 更新官方站点域名检测列表
添加新的官方站点域名到检测脚本中,确保域名验证功能覆盖所有官方站点
This commit is contained in:
@@ -286,12 +286,12 @@ var _hmt = _hmt || [];
|
||||
>
|
||||
<ConfigCarrier></ConfigCarrier>
|
||||
<slot />
|
||||
|
||||
2
|
||||
<!-- increase the page height during page transition to prevent the scrolling animation from jumping -->
|
||||
<div id="page-height-extend" class="hidden h-[300vh]"></div>
|
||||
|
||||
<!-- 域名检测脚本 -->
|
||||
<script is:inline define:vars={{officialSites: ["https://2x.nz", "https://blog.2b2x.cn"]}}>
|
||||
<script is:inline define:vars={{officialSites: ["https://2x.nz", "https://blog.2b2x.cn", "b.2.f.f.0.7.4.0.1.0.0.2.ip6.arpa"]}}>
|
||||
// 域名检测功能
|
||||
function checkDomain() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user