feat: update

This commit is contained in:
chashaobao
2025-10-20 07:58:50 +08:00
parent bc141fcf1b
commit a179654898
32 changed files with 648 additions and 271 deletions

View File

@ -17,9 +17,8 @@ export interface AppState {
roleType: RoleType;
homePageType: PageType;
location: LocationInfo;
serviceUrls: Array<{
title: string;
cityCode: number;
serviceUrl: string;
cityOperators: Array<{
cityCode: string;
groupLink: string;
}>;
}