refactor: 修改copyright
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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() {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user