(function () { var content = "由于 Google Play 政策限制,请不要使用Bugly带升级/热更新功能的SDK,否则可能会被检测到违规而导致警告、下架甚至封禁账号等后果。如果App需要上传到Google Play 请接入只包含崩溃捕获功能的SDK,接入指引:https://bugly.qq.com/docs/user-guide/instruction-manual-android/?v=20200312155538"; // 只保留a标签 var jsTextContent = document.getElementById("js_text_content"); var jsTextContentFake = document.getElementById("js_text_content_fake"); // console.log(content); content = content.replace(/<(/?)(?!((a(s|>))|(/a))).*?>/g, (s) => { return s.html(true); }); jsTextContent.innerHTML = window.__emojiFormat(content); if (parseFloat(window.getComputedStyle(jsTextContent).height) > parseFloat(window.getComputedStyle(jsTextContentFake).height)) { jsTextContent.parentNode.className = ' share_media_text_overflow'; } })();
由于 Google Play 政策限制,请不要使用Bugly带升级/热更新功能的SDK,否则可能会被检测到违规而导致警告、下架甚至封禁账号等后果。如果App需要上传到Google Play 请接入只包
2022-03-24 16:10:33
浏览数 (1)