pullrequests Search Results · language:Dune language:Python is:merged language:JavaScript language:JavaScript language:HTML
Filter by
99.5M results
added live wallpaper feature
新增:CLI 完成后打印输出文件绝对路径
Summary
- Added @diagrampilot/export-dot and wired the CLI/workspace packaging to support DOT export.
- Added CI and release workflow updates to validate build, tests, schema drift, demo rendering, ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Monthly Summary (history tab)
- Bloom card rework: grouped boxes (สิ่งที่ดี / ต้องสังเกต) with colored left border, no emoji prefix on individual
items, opener/closer from pool arrays (picked by ...
- Add conversion progress tracking and task cancellation
- Preserve completed chapters when conversion is cancelled
- Redesign the interface with responsive Soft UI styling and animations
- Replace ...
本次仅补充《当前版本说明.txt》中的 V1.2 首页体验优化版发布记录。
处理说明:
- 以远程 origin/main 最新版本为基准;
- 仅补充 V1.2 发布说明;
- 未引入本地根目录 style.css;
- 未修改 操作索引.html;
- 避免将本地与远程分叉历史直接强推到 main。
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
问题
/api/email/preview-article 和 /api/email/push-article 输入中文 URL 时返回 400。
根因
RSS feed 中的 entry.link 是 percent-encoded 的(如 %E4%B8%8D%E5%90%8C%E7%9A%84-coding-plan),而用户输入的是原始中文(如
不同的-coding-plan)。get_post_by_url() ...
fix
review:p1
triaged
ux