feat: 添加引导内容,第一步引导

This commit is contained in:
2025-06-17 17:31:33 +08:00
parent 02df74f35f
commit c0c55fb4f1
15 changed files with 373 additions and 8 deletions
@@ -0,0 +1,15 @@
<view class="introduction-popup">
<view class="introduction-popup-title">跟我一起来涂色、识字吧!</view>
<view class="first-step">
<view class="tip-box"></view>
<van-icon
class-prefix="toy-icon"
name="guide"
color="#FFEB3B"
custom-class="guide-icon"
size="100rpx" />
<view class="tip-text">
这里请输入你想让小朋友熟悉的汉字、字母、数字等,点击“确定”
</view>
</view>
</view>