From fefbf8f82fc85e92fbb7cb5a237aa48ecb856417 Mon Sep 17 00:00:00 2001
From: pooneyy <85266337+pooneyy@users.noreply.github.com>
Date: Sun, 22 Mar 2026 19:08:07 +0800
Subject: [PATCH 1/3] docs(notice-board): update release list
- add squid to the releases list
---
.github/notice-board.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/notice-board.yml b/.github/notice-board.yml
index 84479b3a3..affed8cda 100644
--- a/.github/notice-board.yml
+++ b/.github/notice-board.yml
@@ -7,4 +7,4 @@ preview:
# url:
releases:
- # -
+ - squid
From 7578e0b6ad35a76ea50bf7c72f7cf36bef71c03e Mon Sep 17 00:00:00 2001
From: pooneyy <85266337+pooneyy@users.noreply.github.com>
Date: Sun, 22 Mar 2026 11:18:37 +0000
Subject: [PATCH 2/3] docs(readme): update notice board
---
README-en.md | 4 +++-
README.md | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/README-en.md b/README-en.md
index 927d36b5b..f698f15ac 100644
--- a/README-en.md
+++ b/README-en.md
@@ -18,7 +18,9 @@
***
-
+### New This Week
+
+
 Squid Open-source Web Proxy Server |
diff --git a/README.md b/README.md
index 08a7c531a..cdfeb6593 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,9 @@
***
-
+### 本周上新
+
+
From 9fbb1bff68064f19112a8f8ac2c1fd4cd3a6b21e Mon Sep 17 00:00:00 2001
From: pooneyy <85266337+pooneyy@users.noreply.github.com>
Date: Sun, 22 Mar 2026 19:32:14 +0800
Subject: [PATCH 3/3] ci(sync): update sync workflow configuration
- comment out gitlink ssh sync configuration
- enable gitlink http sync configuration with pat authentication
---
.github/workflows/sync-auto.yml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/sync-auto.yml b/.github/workflows/sync-auto.yml
index 46b1ebb7a..4fb4ae737 100644
--- a/.github/workflows/sync-auto.yml
+++ b/.github/workflows/sync-auto.yml
@@ -35,10 +35,10 @@ jobs:
ssh-host: gitlab.com
ssh-url: git@gitlab.com:pooneyy1/1panel-appstore.git
https-url: https://gitlab.com/pooneyy1/1panel-appstore
- - name: Gitlink
- ssh-host: code.gitlink.org.cn
- ssh-url: git@code.gitlink.org.cn:pooneyy/1Panel-Appstore.git
- https-url: https://gitlink.org.cn/pooneyy/1Panel-Appstore
+ # - name: Gitlink
+ # ssh-host: code.gitlink.org.cn
+ # ssh-url: git@code.gitlink.org.cn:pooneyy/1Panel-Appstore.git
+ # https-url: https://gitlink.org.cn/pooneyy/1Panel-Appstore
steps:
- name: 检出完整仓库
@@ -99,15 +99,15 @@ jobs:
http-sync:
name: 同步到 ${{ matrix.remote.name }}
- if: false # 禁用
+ # if: false
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
remote:
- - name:
- https-url:
- pat-secret:
+ - name: Gitlink
+ https-url: https://gitlink.org.cn/pooneyy/1Panel-Appstore
+ pat-secret: SYNC_PAT_GITLINK
steps:
- name: 检出完整仓库