新页面

This commit is contained in:
eleanor.mao
2025-05-20 00:50:07 +08:00
parent f60a753e5a
commit fc37a612cc
15 changed files with 593 additions and 671 deletions

View File

@ -51,5 +51,6 @@ export interface GetGroupDetailsRequest {
}
export interface GroupItem {
title: string;
cityCode: number;
serviceUrl: string;
}