浏览代码

Production build issues cleared

master
kj1352 4 年前
父节点
当前提交
99df2da4d0
共有 4 个文件被更改,包括 1514 次插入1466 次删除
  1. +1511
    -1451
      .firebase/hosting.d3d3.cache
  2. +2
    -2
      src/app/player-stats/player-stats.module.ts
  3. +1
    -1
      src/app/player-stats/player-stats.page.html
  4. +0
    -12
      src/manifest.webmanifest

+ 1511
- 1451
.firebase/hosting.d3d3.cache
文件差异内容过多而无法显示
查看文件


+ 2
- 2
src/app/player-stats/player-stats.module.ts 查看文件

@@ -8,7 +8,7 @@ import { PlayerStatsPageRoutingModule } from './player-stats-routing.module';

import { PlayerStatsPage } from './player-stats.page';

import { PlayerDetailsComponent } from '../components/player-details/player-details.component';
// import { PlayerDetailsComponent } from '../components/player-details/player-details.component';

@NgModule({
imports: [
@@ -17,6 +17,6 @@ import { PlayerDetailsComponent } from '../components/player-details/player-deta
IonicModule,
PlayerStatsPageRoutingModule
],
declarations: [PlayerStatsPage, PlayerDetailsComponent]
declarations: [PlayerStatsPage]
})
export class PlayerStatsPageModule {}

+ 1
- 1
src/app/player-stats/player-stats.page.html 查看文件

@@ -11,7 +11,7 @@
</section>

<div class="content-container">
<app-player-details></app-player-details>
<!-- <app-player-details></app-player-details> -->
</div>

</ion-content>

+ 0
- 12
src/manifest.webmanifest 查看文件

@@ -37,18 +37,6 @@
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/logo-152-152.png",
"sizes": "152x152",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/logo-192-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/logo-512-512.png",
"sizes": "512x512",


正在加载...
取消
保存