chore: 更新umami统计服务域名并标记文章为草稿

将umami统计服务的域名从zeabur.app迁移到2x.nz,同时更新相关配置
将bypass-gfw.md文章状态改为草稿
This commit is contained in:
二叉树树
2025-09-05 03:18:55 +08:00
parent afa581e6ca
commit 7c13ef8901
3 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ export const navBarConfig: NavBarConfig = {
},
{
name: "统计",
url: "https://acofork-umami.zeabur.app/share/ZyDjOrmjaBTlmGtd", // Internal links should not include the base path, as it is automatically added
url: "https://umami.2x.nz/share/ZyDjOrmjaBTlmGtd", // Internal links should not include the base path, as it is automatically added
external: true, // Show an external link icon and will open in a new tab
},
{
@@ -116,7 +116,7 @@ export const imageFallbackConfig: ImageFallbackConfig = {
export const umamiConfig: UmamiConfig = {
enable: true,
baseUrl: "https://acofork-umami.zeabur.app",
baseUrl: "https://umami.2x.nz",
shareId: "ZyDjOrmjaBTlmGtd",
timezone: "Asia/Shanghai",
};

View File

@@ -1,7 +1,7 @@
---
category: 随笔
description: GFW俗称中国网络国家防火墙它运用多种技术阻断境内对境外某些网站的访问比如谷歌、Discord。但对于某些阻断方式通过一些手段我们可以绕过GFW来进行访问
draft: false
draft: true
image: ../assets/images/Snipaste_2024-10-21_19-36-34.webp
lang: ''
published: 2024-10-21

View File

@@ -241,7 +241,7 @@ const bannerOffset =
<link rel="alternate" type="application/rss+xml" title={profileConfig.name} href={`${Astro.site}rss.xml`}/>
<!-- Umami分析自建 -->
<script defer src="https://acofork-umami.zeabur.app/script.js" data-website-id="4b4e430d-a12c-4a5c-8cf9-df48eb20fd6d"></script>
<script defer src="https://umami.2x.nz/script.js" data-website-id="4b4e430d-a12c-4a5c-8cf9-df48eb20fd6d"></script>
{/* <!-- 百度统计 -->
<script>
var _hmt = _hmt || [];