新增文档说明

This commit is contained in:
吕新雨
2026-01-29 23:31:12 +08:00
parent 0dd84b1873
commit d08deef478
22 changed files with 2079 additions and 2 deletions

View File

@@ -0,0 +1,28 @@
# Onboarding UI Optimization (补充说明)
## Colors
```typescript
export const OnboardingColors = {
background: '#FFF4EA',
textPrimary: '#4A3B32',
textSecondary: '#8C8C8C', // 占位符颜色
buttonStart: '#F69F7B',
buttonEnd: '#F99CC0',
cardBackground: '#FFFFFF',
cursor: '#F99CC0', // 假设光标颜色与按钮结束色一致
};
```
## SVG Assets (Next Arrow)
```xml
<!-- 简单的右箭头 SVG 路径参考 -->
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14M12 5l7 7-7 7"/>
</svg>
```
## Intent Icons (Emojis as placeholders)
- 爱情: ❤️
- 生活: ⛅
- 旅游: 🌴
- 职场: 💼