feat: change github project url

This commit is contained in:
scarqin 2023-02-11 13:44:40 +08:00
parent fc65a5e639
commit 42c801c49c
10 changed files with 12 additions and 12 deletions

View File

@ -6,7 +6,7 @@ body:
value: |
Before opening an issue, we recommend:
* Use English to communicate.
* Search for duplicates of [Issues](https://github.com/eolinker/postcat/issues) and [Discussions](https://github.com/eolinker/postcat/discussions) unresolved.
* Search for duplicates of [Issues](https://github.com/Postcatlab/postcat/issues) and [Discussions](https://github.com/Postcatlab/postcat/discussions) unresolved.
- type: textarea
id: bug-description
attributes:

View File

@ -6,7 +6,7 @@ body:
value: |
Before opening an issue, we recommend:
* Use English to communicate.
* Search for duplicates of [Issues](https://github.com/eolinker/postcat/issues) and [Discussions](https://github.com/eolinker/postcat/discussions) unresolved.
* Search for duplicates of [Issues](https://github.com/Postcatlab/postcat/issues) and [Discussions](https://github.com/Postcatlab/postcat/discussions) unresolved.
- type: textarea
id: bug-description
attributes:

View File

@ -4,5 +4,5 @@ First off, thank you for considering contributing to Postcat. It's people
like you that make Postcat such a great tool.
## Contributing Guide
* [中文](https://github.com/eolinker/postcat/wiki/%E8%B4%A1%E7%8C%AE%E8%80%85%E6%8C%87%E5%8D%97)
* [中文](https://github.com/Postcatlab/postcat/wiki/%E8%B4%A1%E7%8C%AE%E8%80%85%E6%8C%87%E5%8D%97)
* English

View File

@ -41,7 +41,7 @@ Postcat 现在已经支持 Windows、Mac、Linux等系统你可以通过以
## Bug 和需求反馈
如果想要反馈 Bug、提供产品意见可以创建一个 [Github issue](https://github.com/eolinker/postcat/issues) 联系我们,十分感谢!
如果想要反馈 Bug、提供产品意见可以创建一个 [Github issue](https://github.com/Postcatlab/postcat/issues) 联系我们,十分感谢!
如果你希望和 Postcat 团队近距离交流,讨论产品使用技巧以及了解更多产品最新进展,欢迎加入以下渠道。

View File

@ -4,7 +4,7 @@
"version": "0.2.0",
"main": "out/app/electron-main/main.js",
"description": "A lightweight, extensible API tool",
"homepage": "https://github.com/eolinker/postcat.git",
"homepage": "https://github.com/Postcatlab/postcat.git",
"author": "Postcat",
"private": true,
"workspaces": [

View File

@ -11,7 +11,7 @@ import { ElectronService } from '../../../core/services';
<ul nz-menu>
<a href="https://docs.postcat.com" target="_blank" nz-menu-item i18n>Document</a>
<a
href="https://github.com/eolinker/postcat/issues/new?assignees=&labels=&template=bug_report.yml&environment={{
href="https://github.com/Postcatlab/postcat/issues/new?assignees=&labels=&template=bug_report.yml&environment={{
issueEnvironment
}}"
target="_blank"
@ -32,7 +32,7 @@ export class HelpDropdownComponent {
},
{
title: $localize`Report Issue`,
href: `https://github.com/eolinker/postcat/issues/new?assignees=&labels=&template=bug_report.yml&environment=${this.getEnvironment()}`,
href: `https://github.com/Postcatlab/postcat/issues/new?assignees=&labels=&template=bug_report.yml&environment=${this.getEnvironment()}`,
itemClick: $event => {}
}
];

View File

@ -2,7 +2,7 @@
<div class="flex items-center">
<eo-logo class="logo"></eo-logo>
<!-- Star -->
<a href="https://github.com/eolinker/postcat" target="_blank" class="flex items-center ml-[15px] electron-can-be-click">
<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="" />
</a>
<eo-nav-breadcrumb class="ml-[15px] electron-can-be-click"></eo-nav-breadcrumb>

View File

@ -10,7 +10,7 @@ import { StoreService } from '../../../shared/store/state.service';
<div class="flex items-center">
<eo-logo class="logo"></eo-logo>
<!-- Star -->
<a href="https://github.com/eolinker/postcat" target="_blank" class="flex items-center ml-[15px] electron-can-be-click">
<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="" />
</a>
<!-- Project Name -->

View File

@ -9,13 +9,13 @@ import { ElectronService } from '../../../core/services';
<p class="font-bold mt-[15px] text-[16px]">Postcat</p>
<p class="">V{{ versionInfo?.version }}</p>
<!-- star -->
<a href="https://github.com/eolinker/postcat" target="_blank" class="flex items-center mt-[15px]">
<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="" />
</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~
</p>
<a class="favor-image-link mt-[15px]" target="_blank" href="https://github.com/eolinker/postcat">
<a class="favor-image-link mt-[15px]" target="_blank" href="https://github.com/Postcatlab/postcat">
<img loading="lazy" class="w-[40px] favor-image align-middle" src="assets/images/heart.png" />
</a>
<nz-divider></nz-divider>

View File

@ -41,7 +41,7 @@ Learn more[Github Project](https://github.com/orgs/eolinker/projects/1/views/
## Bug and Feature Request
If you'd like to contact us, please create a [Github issue](https://github.com/eolinker/postcat/issues). Thank you!
If you'd like to contact us, please create a [Github issue](https://github.com/Postcatlab/postcat/issues). Thank you!
## Document