Update 2026-05-18 14:31:53
This commit is contained in:
@@ -21,8 +21,8 @@ def require_login(request: Request):
|
||||
|
||||
# GitHub API配置
|
||||
GITHUB_API_BASE = "https://api.github.com"
|
||||
REPO_OWNER = "xiamuceer-j"
|
||||
REPO_NAME = "墨木灵思"
|
||||
REPO_OWNER = "mumulingsi-project"
|
||||
REPO_NAME = "mumulingsi"
|
||||
|
||||
# 缓存配置
|
||||
_cache = {
|
||||
@@ -88,7 +88,7 @@ async def fetch_github_commits(page: int = 1, per_page: int = 30) -> List[dict]:
|
||||
|
||||
headers = {
|
||||
"Accept": "application/vnd.github.v3+json",
|
||||
"User-Agent": "墨木灵思-App"
|
||||
"User-Agent": "mumulingsi-App"
|
||||
}
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user