From f451b4492393cc245c035b8a37b539030d6a3e2c Mon Sep 17 00:00:00 2001
From: mfblog <56717860+mfblog@users.noreply.github.com>
Date: Fri, 26 Dec 2025 15:13:36 +0800
Subject: [PATCH 1/5] =?UTF-8?q?=E8=8C=B6=E8=8C=B6=E5=90=96=20=E7=9A=84=20E?=
=?UTF-8?q?dgeOne=20=E7=9B=91=E6=8E=A7=E5=A4=A7=E5=B1=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
茶茶吖 的 EdgeOne 监控大屏
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 4b7bd10..830bc42 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
-
AcoFork 的 EdgeOne 监控大屏
+ 茶茶吖 的 EdgeOne 监控大屏
From 85431a3cbe155a0e4f4e2c409d35f22a2aca5440 Mon Sep 17 00:00:00 2001
From: mfblog
Date: Tue, 30 Dec 2025 08:59:18 +0800
Subject: [PATCH 2/5] =?UTF-8?q?=E5=BC=BA=E5=88=B6=E4=BF=AE=E6=94=B9SITE=5F?=
=?UTF-8?q?NAME=E5=8F=98=E9=87=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 4 ++--
index.html | 4 ++--
node-functions/api/[[default]].js | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index a4a3448..f8d99c7 100644
--- a/README.md
+++ b/README.md
@@ -36,8 +36,8 @@
4. 在 **环境变量 (Environment Variables)** 中添加以下配置:
- `SECRET_ID`: 您的腾讯云 SecretId
- `SECRET_KEY`: 您的腾讯云 SecretKey
- - `SITE_NAME`: (可选) 自定义大屏标题,默认为 "AcoFork 的 EdgeOne 监控大屏"
- - `SITE_ICON`: (可选) 自定义网页图标,默认为 "https://q2.qlogo.cn/headimg_dl?dst_uin=2726730791&spec=0"
+ - `SITE_NAME`: 大屏标题,固定为 "茶茶吖 的 EdgeOne 监控大屏"
+ - `SITE_ICON`: 网页图标,固定为 "https://blog.ccya.top/logo.svg"
5. 部署项目。
### 方式二:本地运行 / Node.js 环境
diff --git a/index.html b/index.html
index 830bc42..9ac4a8f 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
-
+
茶茶吖 的 EdgeOne 监控大屏
@@ -116,7 +116,7 @@
diff --git a/node-functions/api/[[default]].js b/node-functions/api/[[default]].js
index aeb4c9e..1eb512f 100644
--- a/node-functions/api/[[default]].js
+++ b/node-functions/api/[[default]].js
@@ -98,8 +98,8 @@ const FUNCTION_METRICS = [
app.get('/config', (req, res) => {
res.json({
- siteName: process.env.SITE_NAME || 'AcoFork 的 EdgeOne 监控大屏',
- siteIcon: process.env.SITE_ICON || 'https://q2.qlogo.cn/headimg_dl?dst_uin=2726730791&spec=0'
+ siteName: process.env.SITE_NAME || '茶茶吖 的 EdgeOne 监控大屏',
+ siteIcon: process.env.SITE_ICON || 'https://blog.ccya.top/logo.svg'
});
});
From d3c018555ee5ea5ee1440e4dbd8e140581d10872 Mon Sep 17 00:00:00 2001
From: mfblog
Date: Tue, 30 Dec 2025 13:38:56 +0800
Subject: [PATCH 3/5] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=80=89=E6=8B=A9?=
=?UTF-8?q?=E7=AB=99=E7=82=B9=E5=AD=90=E5=9F=9F=E5=90=8D=E9=80=89=E6=8B=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
index.html | 54 ++++++++++++++++++++++++++++++-
node-functions/api/[[default]].js | 33 +++++++++++++++++++
2 files changed, 86 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 9ac4a8f..0533599 100644
--- a/index.html
+++ b/index.html
@@ -171,10 +171,16 @@