Conversation
- Add i18n module with zh-CN and en translations - Reorganize components into layout/, content/, controls/ subdirectories - Remove barrel export file (index.ts) - Replace hardcoded Chinese text with i18n references - Update Nav and Footer logos to use RSSBook SVG - Add search/filter status card at top of Timeline - Update footer link to RSSBook GitHub repository
…, reader, redbook themes - Add 6 distinct themes with unique layouts (gallery, magazine, masonry, minimal, reader, redbook) - Add i18n support (zh-CN, en) for all themes - Add dark mode toggle support - Add search/filter functionality - Add pagination support - Refactor error page from theme/error to books/error - Create theme registry (books/themes.ts) with DEFAULT_THEME - Add types/safe.ts for XSS-safe attribute handling - Fix all XSS vulnerabilities (K601) across all themes - All 507 tests pass, xss-scan passes with 0 errors
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
rssbook | fc6e18d | Jul 06 2026, 09:09 AM |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a disruptive change.
The default theme now supports automatic i18n detection, and we've added several new themes that you can switch between by configuring the
themestring.In addition, the following updates are included:
We've added support for environment variables to configure settings, so you can switch between platforms without modifying your code.
We've fixed deployment issues on Netlify, Deno Deploy, Cloudflare Worker, and Vercel. Projects can now be deployed on these four platforms.
We've modified the
create-feedsskill and added a frontend skill so you can customize themes and feeds.