mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-03 12:18:22 +08:00
refactor: change github address
This commit is contained in:
parent
3fc31552bc
commit
8f063bb6d3
@ -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]
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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~
|
||||
|
Loading…
Reference in New Issue
Block a user