Merge branch 'dev'

This commit is contained in:
禾几海
2020-09-13 12:24:17 +08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
</a>
<div>
© 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>

View File

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