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

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