mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
chore: 更新umami统计服务域名并标记文章为草稿
将umami统计服务的域名从zeabur.app迁移到2x.nz,同时更新相关配置 将bypass-gfw.md文章状态改为草稿
This commit is contained in:
@@ -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",
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 || [];
|
||||
|
||||
Reference in New Issue
Block a user