| name | firefly-license-config |
| description | 修改 Firefly 文章版权协议配置。Use when enabling or changing post license name and URL in src/config/licenseConfig.ts. |
Firefly License Config
Overview
Control per-post license display and protocol link shown on article pages.
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/licenseConfig.ts
Common Keys
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.