Commit Graph

16 Commits

Author SHA1 Message Date
6f58b97590 fix: switch index.html from inline JS to external app.js (cache-busting v=20260609) 2026-06-09 15:57:38 +00:00
0ee3ef3b5b refactor: 译文复用openPdfBtn, 删openTrans, 统一代码路径 2026-06-02 14:03:31 +00:00
3f62fe903f fix: 译文直接打开iframe,不再预检HEAD 2026-06-02 13:59:27 +00:00
83c0d6d0c6 fix: 译文iframe内嵌 + 无译文时弹提示 2026-06-02 13:56:17 +00:00
290434017c fix: 底栏加 spdis.space链接 + DeepSeek维护说明 2026-06-02 13:47:19 +00:00
d84e6b8e99 fix: 纯HTML加品牌元素(不动app.js) — 返回主站链接 + DeepSeek维护说明 2026-06-02 13:43:14 +00:00
415fa1c9d4 fix: 去图标 + 状态栏加返回主站链接 2026-06-02 13:33:04 +00:00
8a7e8cf2b8 fix: 🧠替换为主站图标 + 图标缩小 2026-06-02 13:25:07 +00:00
b324e5ab3a fix: 维护说明移到状态栏右侧 + 图标独立左置 2026-06-02 13:21:14 +00:00
877d38710c feat: 品牌化 — spdis.space 图标、主站链接、DeepSeek 维护说明 2026-06-02 13:17:24 +00:00
209be93fbb fix: 译文按钮改为 iframe 内嵌显示(与原文一致) 2026-06-02 12:37:32 +00:00
7f16e5decf fix: 翻译 API 支持 arXiv + HF 两种论文源 2026-06-02 12:30:38 +00:00
bcdbc62681 feat: 添加译文功能 + Attention Is All You Need 中文译本 2026-06-02 11:27:30 +00:00
d5ba6f2847 fix: async function openPdf + JS 内联 HTML 修复
- openPdf 改为 async function(修 await 语法错误)
- index.html JS 内联,彻底绕过浏览器缓存问题
- 添加 index_template.html 作为原始模板
2026-06-02 11:04:05 +00:00
37039a4eaa fix: 恢复 app.js 全部修复 + JS 内联到 HTML 绕过缓存
- 恢复 async function openPdf、getLocalUrl HF 映射、checkSource no-cors
- index.html 改为 inline script,不再依赖外部 app.js
- 彻底绕过 OpenResty gzip 截断/浏览器缓存问题
2026-06-02 10:54:37 +00:00
f0ff62e082 feat: LLM 论文图书馆 — 初始提交
- FastAPI 后端: REST API + Bearer Token 鉴权 + PDF 代理
- 180 篇论文数据 (data/papers.json): 9 模块、32 子领域
- 前端: 数据驱动、卡片径向渐变光效、PDF 页面内阅读
- 底部状态栏: arXiv/HF 连通性检测
- PDF 加载: arXiv 优先(5s超时) → HK 本地兜底
- Docker 化部署 (Dockerfile + start.sh + nginx.conf)
- arXiv + HF 批量下载器 (api/downloader.py)
2026-06-02 10:25:14 +00:00