refactor: 修改copyright

This commit is contained in:
禾几海
2020-09-13 12:22:03 +08:00
parent 138b93da09
commit f8e30d8823
2 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
</a> </a>
<div> <div>
© 2019 <a href="https://www.celess.cn">小海博客</a> - © 2019 <a href="https://www.celess.cn">小海博客</a> -
<span>郑海 </span> <span *ngIf="gName">& {{gName}} </span>版权所有 <span>{{bName}} </span> <span *ngIf="gName">& {{gName}} </span>版权所有
</div> </div>
</div> </div>
</div> </div>

View File

@@ -11,7 +11,8 @@ export class FooterComponent implements OnInit {
constructor(public componentStateService: ComponentStateService) { constructor(public componentStateService: ComponentStateService) {
} }
readonly gName: string; readonly gName: string = '何梦幻';
readonly bName: string = '郑海';
ngOnInit() { ngOnInit() {
} }