| name | firefly-sakura-config |
| description | 修改 Firefly 樱花特效配置。Use when enabling sakura effect or changing count, speed, opacity, size, and z-index in src/config/sakuraConfig.ts. |
Firefly Sakura Config
Overview
Control falling sakura density and motion for visual style and performance balance.
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/sakuraConfig.ts
Common Keys
- enable / sakuraNum / limitTimes
- size.min / size.max
- opacity.min / opacity.max
- speed.horizontal.min / speed.horizontal.max
- speed.vertical.min / speed.vertical.max
- speed.rotation / speed.fadeSpeed
- zIndex
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.