| name | firefly-guestbook-config |
| description | 修改 Firefly 留言板配置。Use when enabling or disabling guestbook page, editing guestbook markdown content, or preparing comment prerequisites in src/config/siteConfig.ts, src/content/spec/guestbook.md, and src/config/commentConfig.ts. |
Firefly Guestbook Config
Overview
Control guestbook route visibility and page content with comment-system compatibility.
Workflow
- Read the current target file(s) before editing.
- Confirm the requested behavior and map it to existing keys.
- Apply the smallest possible change inside the declared scope.
- Keep existing style, object structure, and value types.
- Report changed keys and paths.
Edit Scope
- src/config/siteConfig.ts
- src/content/spec/guestbook.md
- src/config/commentConfig.ts
Common Keys
- siteConfig.pages.guestbook
- guestbook markdown frontmatter and body content
- commentConfig.type and provider basics when comments must be enabled
Guardrails
- Do not modify files outside Edit Scope unless explicitly requested.
- Keep booleans, numbers, arrays, enums, and URLs in valid types.
- Preserve existing comments unless they conflict with the new behavior.
- Prefer minimal diffs that are easy to review.