202226701008 4 months ago
parent
commit
9e1e29f564

+ 1 - 32
scene-app/src/app/tab1/tab1.page.html

@@ -8,39 +8,8 @@
 </ion-header>
 
 <ion-content>
-  <!-- 轮播图区域 -->
-  <!-- <ion-slides pager>
-    <ion-slide>
-      <img src="assets/images/landscape.jpg" alt="探索历史,体验沉浸式剧本杀">
-      <div class="caption">探索历史,体验沉浸式剧本杀</div>
-    </ion-slide>
-    <ion-slide>
-      <img src="assets/images/game_scene.jpg" alt="与朋友一起解谜,享受乐趣">
-      <div class="caption">与朋友一起解谜,享受乐趣</div>
-    </ion-slide>
-    <ion-slide>
-      <img src="assets/images/character.jpg" alt="独特角色,带你走进故事">
-      <div class="caption">独特角色,带你走进故事</div>
-    </ion-slide>
-  </ion-slides> -->
 
-  <!-- 功能介绍区域 -->
-  <ion-grid>
-    <ion-row>
-      <ion-col size="4" *ngFor="let feature of features">
-        <ion-card>
-          <ion-card-header>
-            <ion-icon [name]="feature.icon" slot="start"></ion-icon>
-            <ion-card-title>{{ feature.title }}</ion-card-title>
-          </ion-card-header>
-          <ion-card-content>
-            <p>{{ feature.description }}</p>
-            <ion-button expand="full" routerLink="{{ feature.link }}">了解更多</ion-button>
-          </ion-card-content>
-        </ion-card>
-      </ion-col>
-    </ion-row>
-  </ion-grid>
+
 <h1>推荐剧本</h1>
   <!-- 推荐剧本区域 -->
   <ion-list>

+ 3 - 3
scene-app/src/app/tab1/tab1.page.ts

@@ -50,17 +50,17 @@ export class Tab1Page {
 
   scripts = [
     {
-      coverImage: 'assets/images/script1.jpg',
+      coverImage: ' scene-prod/img/sc1.png',
       title: '古城秘案',
       description: '揭开古城隐藏的秘密',
     },
     {
-      coverImage: 'assets/images/script2.jpg',
+      coverImage: 'scene-prod/images/script2.jpg',
       title: '江湖恩怨',
       description: '在江湖中寻找真相',
     },
     {
-      coverImage: 'assets/images/script3.jpg',
+      coverImage: 'scene-prod/images/script3.jpg',
       title: '失落的宝藏',
       description: '寻找失落的历史遗迹',
     },

+ 0 - 37
scene-app/src/app/tab2/tab2.page.ts

@@ -48,44 +48,7 @@ export class Tab2Page {
     },
   ];
 
-  scripts = [
-    {
-      coverImage: 'assets/images/script1.jpg',
-      title: '古城秘案',
-      description: '揭开古城隐藏的秘密',
-    },
-    {
-      coverImage: 'assets/images/script2.jpg',
-      title: '江湖恩怨',
-      description: '在江湖中寻找真相',
-    },
-    {
-      coverImage: 'assets/images/script3.jpg',
-      title: '失落的宝藏',
-      description: '寻找失落的历史遗迹',
-    },
-  ];
 
-  reviews = [
-    {
-      avatar: 'assets/images/user1.jpg',
-      username: '小明',
-      content: '剧本设计非常有趣,沉浸感十足!',
-      rating: 5,
-    },
-    {
-      avatar: 'assets/images/user2.jpg',
-      username: '小红',
-      content: 'IP形象设计很独特,值得推荐!',
-      rating: 4,
-    },
-    {
-      avatar: 'assets/images/user3.jpg',
-      username: '老王',
-      content: '游戏体验非常棒,期待下次再来!',
-      rating: 5,
-    },
-  ];
 
   startExperience(script: any) {
     // 跳转到剧本体验页面

BIN
scene-prod/img/sc1.png