| name | firefly-profile-config |
| description | 修改 Firefly 个人资料卡片配置。Use when changing avatar, nickname, bio, icon set usage, or social links in src/config/profileConfig.ts. |
Firefly Profile Config
Overview
Edit profile card identity and social link list shown in sidebar and profile-related areas.
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/profileConfig.ts
Common Keys
- avatar
- name
- bio
- links[].name / links[].icon / links[].url / links[].showName
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.