照片墙与文章解耦 + 删标签/分类页 + 清理迁移残留 - #31
Merged
Merged
Conversation
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.
改动
photos:改为纯 URL 列表,点击照片用 lightbox 放大查看,不再跳转文章(40 张,手动维护)。/categories/路由、tags字段(schema + 54 篇 frontmatter)、categories配置;section简化为普通字符串,保留卡片/文章页的分类标签展示。migration/(6 清单)、scripts/audit-legacy-content.mjs、scripts/migrate-content.mjs、.agent/、docs/design-spec.md;AGENTS.md重写为纯维护文档;verify-build.mjs与blog.spec.ts改为直接从src/content/blog校验,不再依赖迁移 manifest。验证
npm run build:62 页,exit 0npm run test:10/10 PASSnpm run test:e2e:13/13 PASS