refactor: change github address

This commit is contained in:
scarqin 2023-02-15 17:42:20 +08:00
parent 3fc31552bc
commit 8f063bb6d3
4 changed files with 4 additions and 4 deletions

View File

@ -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]

View File

@ -3,7 +3,7 @@
<eo-logo class="logo"></eo-logo>
<!-- Star -->
<a href="https://github.com/Postcatlab/postcat" target="_blank" class="flex items-center ml-[15px] electron-can-be-click">
<img loading="lazy" src="https://img.shields.io/github/stars/eolinker/postcat?style=social" alt="" />
<img loading="lazy" src="https://img.shields.io/github/stars/Postcatlab/postcat?style=social" alt="" />
</a>
<eo-nav-breadcrumb class="ml-[15px] electron-can-be-click"></eo-nav-breadcrumb>
</div>

View File

@ -11,7 +11,7 @@ import { StoreService } from '../../../shared/store/state.service';
<eo-logo class="logo"></eo-logo>
<!-- Star -->
<a href="https://github.com/Postcatlab/postcat" target="_blank" class="flex items-center ml-[15px] electron-can-be-click">
<img loading="lazy" src="https://img.shields.io/github/stars/eolinker/postcat?style=social" alt="" />
<img loading="lazy" src="https://img.shields.io/github/stars/Postcatlab/postcat?style=social" alt="" />
</a>
<!-- Project Name -->
<p class="ml-[15px]">{{ projectName }}</p>

View File

@ -10,7 +10,7 @@ import { ElectronService } from '../../../core/services';
<p class="">V{{ versionInfo?.version }}</p>
<!-- star -->
<a href="https://github.com/Postcatlab/postcat" target="_blank" class="flex items-center mt-[15px]">
<img loading="lazy" class="mx-4" src="https://img.shields.io/github/stars/eolinker/postcat?style=social" alt="" />
<img loading="lazy" class="mx-4" src="https://img.shields.io/github/stars/Postcatlab/postcat?style=social" alt="" />
</a>
<p i18n class="text-center mt-[15px]">
Hi!~ If you like <b>Postcat</b>, please give the Postcat a Star!<br />Your support is our greatest motivation~