feat: add fallback routes and repository event enrichment

This commit is contained in:
RhenCloud 2026-08-02 23:23:07 +08:00
parent 44b8fead78
commit d419b9c940
No known key found for this signature in database
GPG key ID: A574A617378C4E0B
11 changed files with 104 additions and 8 deletions

View file

@ -15,6 +15,7 @@ export interface Route {
};
lang?: string;
groupId?: string;
fallback?: boolean;
}
export interface Group {