فهرست منبع

update:button修改

yt 7 ماه پیش
والد
کامیت
01e75a94d6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      smarthotel-app/src/app/page-test/page-test.component.html

+ 1 - 1
smarthotel-app/src/app/page-test/page-test.component.html

@@ -4,7 +4,7 @@
   <ion-textarea [value]="userPrompt" (ionInput)="promptInput($event)" placeholder="文本提示词" autoGrow="true"></ion-textarea>
 
   <!-- 按钮:执行消息生成函数 -->
-  <ion-button (click)="sendMessage()" expand="block">您描述所符合的房间信息</ion-button>
+  <ion-button (click)="sendMessage()" expand="block">生成房间</ion-button>
   
   <!-- 展示:返回消息内容 -->
   <div>{{responseMsg}}</div>