|
@@ -1,7 +1,18 @@
|
|
|
<!-- user-relationship.component.html -->
|
|
|
-
|
|
|
+<ion-header>
|
|
|
+ <ion-toolbar>
|
|
|
+ <ion-buttons slot="start">
|
|
|
+ <ion-button routerLink="/lesson/me" fill="clear" color="dark">
|
|
|
+ <ion-icon name="chevron-back-outline" size="small"></ion-icon></ion-button>
|
|
|
+ </ion-buttons>
|
|
|
+
|
|
|
+ <ion-label>返回</ion-label>
|
|
|
+
|
|
|
+ </ion-toolbar>
|
|
|
+</ion-header>
|
|
|
<div class="container">
|
|
|
- <h1>Welcome to the Image Generator Page</h1>
|
|
|
+ <h1>关系网<br></h1>
|
|
|
+ <h2>Welcome to the Image Generator Page</h2>
|
|
|
|
|
|
<!-- Display an example image -->
|
|
|
<img src="assets/gxitu.png" alt="https://www.lddgo.net/chart/character-relationship" class="example-image">
|
|
@@ -10,5 +21,5 @@
|
|
|
<button (click)="redirectToExternalLink()" class="btn">Go to Online Generator</button>
|
|
|
|
|
|
<!-- Button to go back -->
|
|
|
- <button (click)="goBack()" class="btn">Back</button>
|
|
|
+ <!-- <button (click)="goBack()" class="btn">Back</button> -->
|
|
|
</div>
|