- OpenAlex 429 文案已从 "Insufficient credits" 变为 "Insufficient budget" (每日额度, UTC 午夜重置), 原精确匹配失效落入 2 分钟短退避分支导致空转, 放宽为匹配 "Insufficient" 统一走 1 小时退避。 - 新增 claim_chain: 同名自触发链只允许一条存活。链自续发携带 chain_id, 无 id 的调用(beat/手动/历史任务)接管为新链, 旧链下一轮自动退出, 已繁殖的多条并行副本部署后自动收敛到单链。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| apps | ||
| docs | ||
| log | ||
| media/default | ||
| scripts | ||
| server | ||
| .gitignore | ||
| CLAUDE.md | ||
| after_click_no.html | ||
| after_click_no.png | ||
| db.json | ||
| manage.py | ||
| readme.md | ||
| requirements.txt | ||
| ruff.toml | ||
| scihub_page.html | ||
| scihub_screenshot.png | ||
| test.png | ||
| todo.html | ||
readme.md
如何运行
将 server 下的 conf_e.json 以及 conf_e.py,移动到config文件夹下并重命名为 conf.json 和 conf.py。
根据自己的情况修改参数
进入虚拟环境后运行 python manage.py migrate
导入初始数据 python manage.py loaddata db.json
默认管理员账户密码为admin xtadmin123!
在项目目录下执行 python manage.py runserver 即可
运行后在 localhost:8000/api/swagger/下查看 api 文档