hookehuyr

style(Dashboard): 将积分攻略文本颜色改为白色

......@@ -88,7 +88,7 @@
<!-- 积分规则提示 -->
<view class="points-rule-tip" @tap="handleGoToPointsRule">
<!-- <view class="tip-icon">💡</view> -->
<text class="tip-text">积分攻略</text>
<text class="tip-text text-white">积分攻略</text>
</view>
</view>
<view class="flex justify-between items-center">
......