This commit is contained in:
smallfawn
2025-03-17 08:38:37 +08:00
parent f0e941237f
commit 2ec19d0d1a
7 changed files with 7 additions and 7 deletions

View File

@@ -131,7 +131,7 @@ class Task extends Public {
async function getNotice() {
let options = {
url: `https://gitee.com/smallfawn/Note/raw/main/Notice.json`,
url: `https://ghproxy.net/https://raw.githubusercontent.com/smallfawn/Note/refs/heads/main/Notice.json`,
headers: {
"User-Agent": defaultUserAgent,
}