export interface MainState {
  activeTab?: 'menzhen' | 'zhuyuan' | 'shoushu' | 'shouru';
}