diff --git a/src/workbench/browser/src/app/core/services/web/web.service.ts b/src/workbench/browser/src/app/core/services/web/web.service.ts index 3cd507df..9b198766 100644 --- a/src/workbench/browser/src/app/core/services/web/web.service.ts +++ b/src/workbench/browser/src/app/core/services/web/web.service.ts @@ -97,7 +97,7 @@ export class WebService { break; } case 'github': { - fetch('https://api.github.com/repos/eolinker/postcat/releases') + fetch('https://api.github.com/repos/Postcatlab/postcat/releases') .then(response => response.json()) .then((data = []) => { [...this.resourceInfo] diff --git a/src/workbench/browser/src/app/layouts/navbar/navbar.component.html b/src/workbench/browser/src/app/layouts/navbar/navbar.component.html index 4928b6ec..f2ba73af 100644 --- a/src/workbench/browser/src/app/layouts/navbar/navbar.component.html +++ b/src/workbench/browser/src/app/layouts/navbar/navbar.component.html @@ -3,7 +3,7 @@ - + diff --git a/src/workbench/browser/src/app/layouts/navbar/share-navbar/share-navbar.component.ts b/src/workbench/browser/src/app/layouts/navbar/share-navbar/share-navbar.component.ts index 980cae05..cc86786e 100644 --- a/src/workbench/browser/src/app/layouts/navbar/share-navbar/share-navbar.component.ts +++ b/src/workbench/browser/src/app/layouts/navbar/share-navbar/share-navbar.component.ts @@ -11,7 +11,7 @@ import { StoreService } from '../../../shared/store/state.service'; - +

{{ projectName }}

diff --git a/src/workbench/browser/src/app/modules/system-setting/common/about.component.ts b/src/workbench/browser/src/app/modules/system-setting/common/about.component.ts index 3d389bfa..8ebf25dc 100644 --- a/src/workbench/browser/src/app/modules/system-setting/common/about.component.ts +++ b/src/workbench/browser/src/app/modules/system-setting/common/about.component.ts @@ -10,7 +10,7 @@ import { ElectronService } from '../../../core/services';

V{{ versionInfo?.version }}

- +

Hi!~ If you like Postcat, please give the Postcat a Star!
Your support is our greatest motivation~