mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: temporarily remove gitlab
This commit is contained in:
parent
1f92181337
commit
55870b94a1
1 changed files with 1 additions and 5 deletions
|
|
@ -3,12 +3,8 @@ import { dummyPlatformForTypeSafety } from './dummyPlatformForTypeSafety'
|
||||||
import { Gitee } from './Gitee'
|
import { Gitee } from './Gitee'
|
||||||
import { GitHub } from './GitHub'
|
import { GitHub } from './GitHub'
|
||||||
|
|
||||||
const platformsMap: Record<
|
const platformsMap: Record<'GitHub' | 'Gitee', { platform: Platform; hosts: string[] }> = {
|
||||||
'GitHub' | 'GitLab' | 'Gitee',
|
|
||||||
{ platform: Platform; hosts: string[] }
|
|
||||||
> = {
|
|
||||||
GitHub: { platform: GitHub, hosts: ['github.com'] },
|
GitHub: { platform: GitHub, hosts: ['github.com'] },
|
||||||
GitLab: { platform: GitHub, hosts: ['gitlab.com'] },
|
|
||||||
Gitee: { platform: Gitee, hosts: ['gitee.com'] },
|
Gitee: { platform: Gitee, hosts: ['gitee.com'] },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue