flower-mp/pages/about/index.wxml
2025-10-09 17:57:04 +08:00

16 lines
899 B
Plaintext

<!--pages/about/index.wxml-->
<view class="padding">
<view class="row padding">
<view>
<view class="flex flex-center flex-justify-start">
<image src="https://res.catter.cn/pub/2025/09/30/20250930143142508.png" style="width: 100rpx;height: 100rpx;" />
<view class="ml-16">养花小技巧-植趣</view>
</view>
<view class="flex flex-center flex-col">
<image src="https://res.catter.cn/pub/2025/10/09/20251009151641528.png" style="width: 90vw; height: 90vw;" show-menu-by-longpress/>
<view>关注公众号,接收浇水、施肥等日程提醒</view>
<view class="mt-32 font-12 grey text-center">系统会根据您添加的花卉,自动生成浇水、施肥、修剪等提醒,您需要通过长按上面的二维码识别并关注我们的公众号,确保能接收消息提醒。</view>
</view>
</view>
</view>
</view>