0235624 3 周之前
父节点
当前提交
e2f312e45d
共有 22 个文件被更改,包括 0 次插入175 次删除
  1. 0 1
      travel-web/src/modules/home/components/association-ai/association-ai.html
  2. 0 0
      travel-web/src/modules/home/components/association-ai/association-ai.scss
  3. 0 23
      travel-web/src/modules/home/components/association-ai/association-ai.spec.ts
  4. 0 11
      travel-web/src/modules/home/components/association-ai/association-ai.ts
  5. 0 1
      travel-web/src/modules/home/components/banner/banner.html
  6. 0 0
      travel-web/src/modules/home/components/banner/banner.scss
  7. 0 23
      travel-web/src/modules/home/components/banner/banner.spec.ts
  8. 0 11
      travel-web/src/modules/home/components/banner/banner.ts
  9. 0 1
      travel-web/src/modules/home/components/co-creation/co-creation.html
  10. 0 0
      travel-web/src/modules/home/components/co-creation/co-creation.scss
  11. 0 23
      travel-web/src/modules/home/components/co-creation/co-creation.spec.ts
  12. 0 11
      travel-web/src/modules/home/components/co-creation/co-creation.ts
  13. 0 1
      travel-web/src/modules/home/components/dynamic-news/dynamic-news.html
  14. 0 0
      travel-web/src/modules/home/components/dynamic-news/dynamic-news.scss
  15. 0 23
      travel-web/src/modules/home/components/dynamic-news/dynamic-news.spec.ts
  16. 0 11
      travel-web/src/modules/home/components/dynamic-news/dynamic-news.ts
  17. 0 0
      travel-web/src/modules/home/home-routing.module.ts
  18. 0 0
      travel-web/src/modules/home/home.module.ts
  19. 0 1
      travel-web/src/modules/home/pages/pc-home/pc-home.html
  20. 0 0
      travel-web/src/modules/home/pages/pc-home/pc-home.scss
  21. 0 23
      travel-web/src/modules/home/pages/pc-home/pc-home.spec.ts
  22. 0 11
      travel-web/src/modules/home/pages/pc-home/pc-home.ts

+ 0 - 1
travel-web/src/modules/home/components/association-ai/association-ai.html

@@ -1 +0,0 @@
-<p>association-ai works!</p>

+ 0 - 0
travel-web/src/modules/home/components/association-ai/association-ai.scss


+ 0 - 23
travel-web/src/modules/home/components/association-ai/association-ai.spec.ts

@@ -1,23 +0,0 @@
-import { ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { AssociationAi } from './association-ai';
-
-describe('AssociationAi', () => {
-  let component: AssociationAi;
-  let fixture: ComponentFixture<AssociationAi>;
-
-  beforeEach(async () => {
-    await TestBed.configureTestingModule({
-      imports: [AssociationAi]
-    })
-    .compileComponents();
-
-    fixture = TestBed.createComponent(AssociationAi);
-    component = fixture.componentInstance;
-    fixture.detectChanges();
-  });
-
-  it('should create', () => {
-    expect(component).toBeTruthy();
-  });
-});

+ 0 - 11
travel-web/src/modules/home/components/association-ai/association-ai.ts

@@ -1,11 +0,0 @@
-import { Component } from '@angular/core';
-
-@Component({
-  selector: 'app-association-ai',
-  imports: [],
-  templateUrl: './association-ai.html',
-  styleUrl: './association-ai.scss'
-})
-export class AssociationAi {
-
-}

+ 0 - 1
travel-web/src/modules/home/components/banner/banner.html

@@ -1 +0,0 @@
-<p>banner works!</p>

+ 0 - 0
travel-web/src/modules/home/components/banner/banner.scss


+ 0 - 23
travel-web/src/modules/home/components/banner/banner.spec.ts

@@ -1,23 +0,0 @@
-import { ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { Banner } from './banner';
-
-describe('Banner', () => {
-  let component: Banner;
-  let fixture: ComponentFixture<Banner>;
-
-  beforeEach(async () => {
-    await TestBed.configureTestingModule({
-      imports: [Banner]
-    })
-    .compileComponents();
-
-    fixture = TestBed.createComponent(Banner);
-    component = fixture.componentInstance;
-    fixture.detectChanges();
-  });
-
-  it('should create', () => {
-    expect(component).toBeTruthy();
-  });
-});

+ 0 - 11
travel-web/src/modules/home/components/banner/banner.ts

@@ -1,11 +0,0 @@
-import { Component } from '@angular/core';
-
-@Component({
-  selector: 'app-banner',
-  imports: [],
-  templateUrl: './banner.html',
-  styleUrl: './banner.scss'
-})
-export class Banner {
-
-}

+ 0 - 1
travel-web/src/modules/home/components/co-creation/co-creation.html

@@ -1 +0,0 @@
-<p>co-creation works!</p>

+ 0 - 0
travel-web/src/modules/home/components/co-creation/co-creation.scss


+ 0 - 23
travel-web/src/modules/home/components/co-creation/co-creation.spec.ts

@@ -1,23 +0,0 @@
-import { ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { CoCreation } from './co-creation';
-
-describe('CoCreation', () => {
-  let component: CoCreation;
-  let fixture: ComponentFixture<CoCreation>;
-
-  beforeEach(async () => {
-    await TestBed.configureTestingModule({
-      imports: [CoCreation]
-    })
-    .compileComponents();
-
-    fixture = TestBed.createComponent(CoCreation);
-    component = fixture.componentInstance;
-    fixture.detectChanges();
-  });
-
-  it('should create', () => {
-    expect(component).toBeTruthy();
-  });
-});

+ 0 - 11
travel-web/src/modules/home/components/co-creation/co-creation.ts

@@ -1,11 +0,0 @@
-import { Component } from '@angular/core';
-
-@Component({
-  selector: 'app-co-creation',
-  imports: [],
-  templateUrl: './co-creation.html',
-  styleUrl: './co-creation.scss'
-})
-export class CoCreation {
-
-}

+ 0 - 1
travel-web/src/modules/home/components/dynamic-news/dynamic-news.html

@@ -1 +0,0 @@
-<p>dynamic-news works!</p>

+ 0 - 0
travel-web/src/modules/home/components/dynamic-news/dynamic-news.scss


+ 0 - 23
travel-web/src/modules/home/components/dynamic-news/dynamic-news.spec.ts

@@ -1,23 +0,0 @@
-import { ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { DynamicNews } from './dynamic-news';
-
-describe('DynamicNews', () => {
-  let component: DynamicNews;
-  let fixture: ComponentFixture<DynamicNews>;
-
-  beforeEach(async () => {
-    await TestBed.configureTestingModule({
-      imports: [DynamicNews]
-    })
-    .compileComponents();
-
-    fixture = TestBed.createComponent(DynamicNews);
-    component = fixture.componentInstance;
-    fixture.detectChanges();
-  });
-
-  it('should create', () => {
-    expect(component).toBeTruthy();
-  });
-});

+ 0 - 11
travel-web/src/modules/home/components/dynamic-news/dynamic-news.ts

@@ -1,11 +0,0 @@
-import { Component } from '@angular/core';
-
-@Component({
-  selector: 'app-dynamic-news',
-  imports: [],
-  templateUrl: './dynamic-news.html',
-  styleUrl: './dynamic-news.scss'
-})
-export class DynamicNews {
-
-}

+ 0 - 0
travel-web/src/modules/home/home-routing.module.ts


+ 0 - 0
travel-web/src/modules/home/home.module.ts


+ 0 - 1
travel-web/src/modules/home/pages/pc-home/pc-home.html

@@ -1 +0,0 @@
-<p>pc-home works!</p>

+ 0 - 0
travel-web/src/modules/home/pages/pc-home/pc-home.scss


+ 0 - 23
travel-web/src/modules/home/pages/pc-home/pc-home.spec.ts

@@ -1,23 +0,0 @@
-import { ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { PcHome } from './pc-home';
-
-describe('PcHome', () => {
-  let component: PcHome;
-  let fixture: ComponentFixture<PcHome>;
-
-  beforeEach(async () => {
-    await TestBed.configureTestingModule({
-      imports: [PcHome]
-    })
-    .compileComponents();
-
-    fixture = TestBed.createComponent(PcHome);
-    component = fixture.componentInstance;
-    fixture.detectChanges();
-  });
-
-  it('should create', () => {
-    expect(component).toBeTruthy();
-  });
-});

+ 0 - 11
travel-web/src/modules/home/pages/pc-home/pc-home.ts

@@ -1,11 +0,0 @@
-import { Component } from '@angular/core';
-
-@Component({
-  selector: 'app-pc-home',
-  imports: [],
-  templateUrl: './pc-home.html',
-  styleUrl: './pc-home.scss'
-})
-export class PcHome {
-
-}