tab3.page.html 757 B

12345678910111213141516171819202122232425
  1. <ion-header [translucent]="true">
  2. <ion-toolbar>
  3. <ion-title>
  4. 向量与知识库
  5. </ion-title>
  6. </ion-toolbar>
  7. </ion-header>
  8. <ion-content [fullscreen]="true">
  9. <ion-button routerLink="/face/feat68">面部向量RAG</ion-button>
  10. <ion-button routerLink="/story/hangzhou">RAG:杭州人才政策</ion-button>
  11. <h1>轮播图示例</h1>
  12. <comp-swiper [list]="imageList" style="height:200px"></comp-swiper>
  13. <!-- <comp-swiper [list]="imageList2" [options]="{ direction: 'vertical'}" style="height:200px"></comp-swiper> -->
  14. <h1>上传组件示例</h1>
  15. <comp-uploader-hwobs [url]="uploadUrl" (onUrlChange)="onUrlChange($event)"></comp-uploader-hwobs>
  16. @if(uploadUrl){
  17. <span>已上传:{{uploadUrl}}</span>
  18. }
  19. </ion-content>