|
@@ -7,7 +7,35 @@
|
|
|
</ion-header>
|
|
|
|
|
|
<ion-content [fullscreen]="true">
|
|
|
- <ion-button expand="full" (click)="getPlantingPlan()">获取种植方案</ion-button>
|
|
|
+ <h1>
|
|
|
+ 生成器列表
|
|
|
+ </h1>
|
|
|
+ <ion-button expand="full" class="custom-button">
|
|
|
+ 点击我
|
|
|
+ <img src="1.png" alt="底部图片" class="button-image" />
|
|
|
+ </ion-button>
|
|
|
+ <div class="inquery" style="margin-top: 10px">
|
|
|
+ <div class="inquery-ai">
|
|
|
+ <ion-button expand="full" (click)="getPlantingPlan()">
|
|
|
+ <img src="1.png" alt="" slot="start">
|
|
|
+ 取名生成器</ion-button>
|
|
|
+</div>
|
|
|
|
|
|
- <app-explore-container name="Tab 1 page"></app-explore-container>
|
|
|
+<div class="inquery-human">
|
|
|
+ <ion-button expand="full" (click)="getPlantingPlan()">
|
|
|
+ 属性生成器
|
|
|
+ </ion-button>
|
|
|
+</div>
|
|
|
+
|
|
|
+
|
|
|
+ <div class="inquery-ai">
|
|
|
+ <ion-button expand="full" (click)="getPlantingPlan()">内容生成器</ion-button>
|
|
|
+</div>
|
|
|
+
|
|
|
+<div class="inquery-human">
|
|
|
+ <ion-button expand="full" (click)="getPlantingPlan()">图片生成器</ion-button>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+
|
|
|
+
|
|
|
</ion-content>
|