处理冲突#533
Open
LiaBrio wants to merge 4 commits into
Open
Conversation
Both rin-blog and rin-server workers share the same D1 'rin' database to keep feeds/users data accessible. To prevent site config (site.name, theme.color, AdSense, etc.) from being shared via the cache table, prefix the blog's CacheImpl namespaces with 'blog.': - client.config -> blog.client.config - server.config -> blog.server.config Files changed (4 production + 1 cli patch for SITE_DOMAIN routes): - server/src/utils/cache.ts (factory functions) - server/src/core/hono-middleware.ts (request DI) - server/src/runtime/queue-handler.ts - server/src/runtime/scheduled-handler.ts - cli/src/tasks/deploy-cf.ts (auto-bind Custom Domain) Tests in cache.test.ts keep using 'client.config'/'server.config' literals; they are isolated mock data and do not affect production.
…a Gruesa Libre 品牌字体 - 统一颜色系统为 2025-blog 薄荷绿配色 - 毛玻璃卡片样式 + squircle 超椭圆圆角 - 气泡背景全屏覆盖 + 颜色可配置 - HashTag 标签统一 glass 样式 - Header 滚动胶囊化 - 默认卡片变体改为 glass - 页面布局与间距调整
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.
No description provided.