feat: add gitea/forgejo support

This commit is contained in:
RhenCloud 2026-08-11 22:01:04 +08:00
parent ace036c209
commit aec0d1a257
43 changed files with 683 additions and 130 deletions

View file

@ -30,6 +30,7 @@ export interface Group {
name: string;
adminIds: string[];
owners?: string[];
providers?: ("github" | "gitea" | "gitlab")[];
emoji?: boolean;
}