202226701008 4 сар өмнө
parent
commit
e65dfd21a3

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 641 - 14
scene-app/package-lock.json


+ 1 - 0
scene-app/package.json

@@ -27,6 +27,7 @@
     "@capacitor/keyboard": "6.0.3",
     "@capacitor/status-bar": "6.0.2",
     "@ionic/angular": "^8.0.0",
+    "fmode-ng": "^0.0.62",
     "ionicons": "^7.2.1",
     "rxjs": "~7.8.0",
     "tslib": "^2.3.0",

+ 0 - 1
scene-app/src/app/edit-tag/README.md

@@ -1 +0,0 @@
-#编辑标签组件

+ 0 - 3
scene-app/src/app/edit-tag/edit-tag.component.html

@@ -1,3 +0,0 @@
-<ion-input
-  (ionInput)="userInput($event)" type = "text" placeholder="请输入你的标签">
-</ion-input>

+ 0 - 0
scene-app/src/app/edit-tag/edit-tag.component.scss


+ 0 - 24
scene-app/src/app/edit-tag/edit-tag.component.spec.ts

@@ -1,24 +0,0 @@
-import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
-import { IonicModule } from '@ionic/angular';
-
-import { EditTagComponent } from './edit-tag.component';
-
-describe('EditTagComponent', () => {
-  let component: EditTagComponent;
-  let fixture: ComponentFixture<EditTagComponent>;
-
-  beforeEach(waitForAsync(() => {
-    TestBed.configureTestingModule({
-      declarations: [ EditTagComponent ],
-      imports: [IonicModule.forRoot()]
-    }).compileComponents();
-
-    fixture = TestBed.createComponent(EditTagComponent);
-    component = fixture.componentInstance;
-    fixture.detectChanges();
-  }));
-
-  it('should create', () => {
-    expect(component).toBeTruthy();
-  });
-});

+ 0 - 18
scene-app/src/app/edit-tag/edit-tag.component.ts

@@ -1,18 +0,0 @@
-import { Component, OnInit ,} from '@angular/core';
-import { IonInput } from '@ionic/angular';
-@Component({
-  selector: 'app-edit-tag',
-  templateUrl: './edit-tag.component.html',
-  styleUrls: ['./edit-tag.component.scss'],
-  imports:[
-    IonInput],
-})
-export class EditTagComponent  implements OnInit {
-  userInput(ev:any){
-    console.log(ev)
-  }
-  constructor() { }
-
-  ngOnInit() {}
-
-}

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

@@ -42,7 +42,7 @@
       </ion-label>
     </ion-item>
   </ion-list>
-
+  
   
 </ion-content>
                          

+ 1 - 0
scene-app/src/app/tab1/tab1.page.ts

@@ -6,6 +6,7 @@ import { logoTwitter, logoWechat } from 'ionicons/icons';
 import { CommonModule } from '@angular/common';
 import { RouterModule } from '@angular/router';
 
+
 @Component({
   selector: 'app-tab1',
   templateUrl: 'tab1.page.html',

+ 2 - 15
scene-app/src/app/tab2/tab2.page.html

@@ -2,27 +2,14 @@
   <ion-toolbar>
     <ion-buttons slot="start">
       <ion-avatar src="assets/logo.png" alt="灵思剧境"></ion-avatar>
+      
     </ion-buttons>
 
   </ion-toolbar>
 </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>

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно