index.wxml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <view class="container FlexColumn" style='min-height:{{Containnerheight}}rpx;'>
  2. <view class="panelTop FlexColumn">
  3. <view class="panel1 FlexColumn">
  4. <image src="../images/pic_01.png" class="pic_01"></image>
  5. </view>
  6. <view class="panel2 FlexColumn">
  7. <view class="btn01 FlexColumn" bind:tap="goto" data-url="wordsinput">
  8. <view>制作</view>
  9. </view>
  10. <view class="btn02 FlexColumn" bind:tap="goto" data-url="myarticles">
  11. <view>我的文库</view>
  12. </view>
  13. </view>
  14. <view class="panel3 FlexColumn">
  15. <view class="panel31 FlexRow" bind:tap="goto" data-url="help">
  16. <image src="../images/sysIcon_a01.png" class="sysIcon_a01"></image>
  17. <view>如何提升AI生成内容的质量</view>
  18. </view>
  19. <view class="panelLine"></view>
  20. <view class="panel31 FlexRow">
  21. <view class="text04">纠错与建议</view>
  22. <image src="../images/sysIcon_a02.png" class="sysIcon_a02"></image>
  23. </view>
  24. </view>
  25. </view>
  26. <view class="panelFooter FlexColumn">
  27. <image src="../images/pic_02.png" class="pic_02"></image>
  28. <view class="text03">©2025 秒过语境背单词 {{Version}}</view>
  29. </view>
  30. </view>
  31. <view wx:if="{{IsShowRemind}}" class="panelMenu container FlexColumn" style='min-height:{{Containnerheight}}rpx;'>
  32. <view class="panelRemind FlexColumn">
  33. <image src="../images/sysIcon_b10.png" class="sysIcon_b10"></image>
  34. <view class="panelRemind1 FlexRow">
  35. <image src="../images/sysIcon_b09.png" class="sysIcon_b09"></image>
  36. <view>次数上限</view>
  37. </view>
  38. <view class="panelRemind2 FlexColumn">
  39. <view class="textRemind FlexColumn">
  40. <text>很抱歉,您今日的生成次数已达到上限。请您明日再次使用,我们将继续为您提供服务。</text>
  41. <text style="margin-top: 20rpx;">每天可生成文章{{MaxCount}}次。感谢您的支持。</text>
  42. </view>
  43. <view class="btnReind1 FlexColumn" catch:tap="showRemind">知道了</view>
  44. <view class="btnReind2 FlexColumn" catch:tap="goto" data-url="myarticles">去我的文库看看</view>
  45. </view>
  46. </view>
  47. </view>