chore: repo transferred

This commit is contained in:
Junyan Qin
2025-07-07 19:00:55 +08:00
parent 244aaf6e20
commit 56248c350f
8 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class AnnouncementManager:
async def fetch_all(self) -> list[Announcement]:
"""获取所有公告"""
resp = requests.get(
url='https://api.github.com/repos/RockChinQ/LangBot/contents/res/announcement.json',
url='https://api.github.com/repos/langbot-app/LangBot/contents/res/announcement.json',
proxies=self.ap.proxy_mgr.get_forward_proxies(),
timeout=5,
)