define("superman/components/new-search-guide-bub",["require","exports"],function(require,_exports){"use strict";Object.defineProperty(_exports,"__esModule",{value:true});_exports.sendNewSearchGuideBubbleLog=sendNewSearchGuideBubbleLog;function sendNewSearchGuideBubbleLog(){var guideBubble=document.querySelector(".new_search_guide_bub");if(!guideBubble){return}var ubcLog=null;var namespace="18463";window.require(["@baidu/ubc-report-sdk/dist/ubc-web-sdk.umd.min"],function(ubc){ubcLog=ubc;ubcLog( "".concat(namespace,".event"),{type:"show",value:"ai_home",useSendBeacon:1});guideBubble.addEventListener("click",function(){ubcLog("".concat(namespace,".event"),{type:"click",value:"ai_home",useSendBeacon:1})})})}});