style(membership): 调整会员卡片价格字体大小

This commit is contained in:
richarjiang
2025-11-03 11:17:06 +08:00
parent 0265ecfac2
commit ce382794ba
2 changed files with 3 additions and 2 deletions

View File

@@ -120,4 +120,5 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
### Git Workflow
- **Conventional Commits**: Use `feat`, `fix`, `chore` prefixes with optional scope
- **PR descriptions**: Include problem, solution, test evidence (screenshots, commands), iOS setup notes
- **Change grouping**: Group related changes; avoid bundling unrelated features
- **Change grouping**: Group related changes; avoid bundling unrelated features
- 总是先总结方案,等我确认之后,再进行实现