feat(posts): add EP72 YoooClaw episode - #80
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 65c6273dd8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| guid: 72 | ||
| title: "EP72 YoooClaw:给 AI 一具身体" | ||
| subtitle: "从通知总结、会议记录到个人 Context,聊聊软硬件结合的 AI Agent" | ||
| publicationDate: 2026-07-31 14:00:00 |
There was a problem hiding this comment.
Prevent the future-dated episode from publishing early
When this commit is deployed before 2026-07-31 14:00, EP72 is exposed immediately despite this future publication time: src/pages/posts.astro lists every collection entry, src/pages/rss.xml.ts emits every entry, and the static post route is generated without a date filter. Consequently the episode becomes the first posts/RSS item before its stated release time; defer publishing it or filter future-dated entries until release.
Useful? React with 👍 / 👎.
Summary
Impact
EP72 now renders its YouTube player without placeholder links for unavailable platforms. Existing episodes with both YouTube and Bilibili retain their two-column video layout.
Verification
pnpm astro checkpnpm build