tanghaolin
2025-04-17 63465b857a7e7fa2ac18701f01d966bb2c5fa421
src/utils/iframeCall.ts
@@ -1,6 +1,6 @@
const notifyFunc = (type, jsonArgs) => {
   console.log('message from parent🚀 ~ type:', type);
const notifyFunc = (jsonObj: any) => {
   console.log('message from parent🚀 ~ jsonObj:', jsonObj);
   // 执行AI通知消息
};
export class ChildRegister {