feat(admin): add stop toggle and badge to route editor UI

This commit is contained in:
RhenCloud 2026-08-08 00:54:13 +08:00
parent feada32e83
commit ab98c84896
5 changed files with 24 additions and 0 deletions

View file

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