1
0

2 Commits 9debac3b57 ... e2f312e45d

Autor SHA1 Nachricht Datum
  0235624 e2f312e45d feat:new vor 1 Woche
  0235624 d8e6dd8735 feat:new vor 1 Woche
24 geänderte Dateien mit 8 neuen und 177 gelöschten Zeilen
  1. 8 0
      REDEME.md
  2. 0 1
      travel-web/src/modules/home/components/association-ai/association-ai.html
  3. 0 0
      travel-web/src/modules/home/components/association-ai/association-ai.scss
  4. 0 23
      travel-web/src/modules/home/components/association-ai/association-ai.spec.ts
  5. 0 11
      travel-web/src/modules/home/components/association-ai/association-ai.ts
  6. 0 1
      travel-web/src/modules/home/components/banner/banner.html
  7. 0 0
      travel-web/src/modules/home/components/banner/banner.scss
  8. 0 23
      travel-web/src/modules/home/components/banner/banner.spec.ts
  9. 0 11
      travel-web/src/modules/home/components/banner/banner.ts
  10. 0 1
      travel-web/src/modules/home/components/co-creation/co-creation.html
  11. 0 0
      travel-web/src/modules/home/components/co-creation/co-creation.scss
  12. 0 23
      travel-web/src/modules/home/components/co-creation/co-creation.spec.ts
  13. 0 11
      travel-web/src/modules/home/components/co-creation/co-creation.ts
  14. 0 1
      travel-web/src/modules/home/components/dynamic-news/dynamic-news.html
  15. 0 0
      travel-web/src/modules/home/components/dynamic-news/dynamic-news.scss
  16. 0 23
      travel-web/src/modules/home/components/dynamic-news/dynamic-news.spec.ts
  17. 0 11
      travel-web/src/modules/home/components/dynamic-news/dynamic-news.ts
  18. 0 0
      travel-web/src/modules/home/home-routing.module.ts
  19. 0 0
      travel-web/src/modules/home/home.module.ts
  20. 0 1
      travel-web/src/modules/home/pages/pc-home/pc-home.html
  21. 0 0
      travel-web/src/modules/home/pages/pc-home/pc-home.scss
  22. 0 23
      travel-web/src/modules/home/pages/pc-home/pc-home.spec.ts
  23. 0 11
      travel-web/src/modules/home/pages/pc-home/pc-home.ts
  24. 0 2
      产品策划书/产品策划书.md

+ 8 - 0
REDEME.md

@@ -0,0 +1,8 @@
+# 项目:服装创意 色彩DIY项目
+
+# 目录结构
+- docs/ 项目的文档、ppt、报告等
+- cloth-color-web/ Angular项目
+
+# 项目成员
+- 姓名1 学号 手机号

+ 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 {
-
-}

+ 0 - 2
产品策划书/产品策划书.md

@@ -1,2 +0,0 @@
-## 产品策划书
-