Merge branch 'yongpxu-dev' into develop

This commit is contained in:
超级老白兔
2025-09-08 10:44:10 +08:00

View File

@@ -42,6 +42,7 @@ export interface CkChatState {
countLables: ContactGroupByLabel[];
newContractList: ContactGroupByLabel[];
getContractList: () => ContractData[];
getSomeContractList: (kfSelected: number) => ContractData[];
getNewContractList: () => ContactGroupByLabel[];
setSearchKeyword: (keyword: string) => void;
clearSearchKeyword: () => void;