Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
热点精选
多名游客进入西藏则普冰川冰洞探险,一人遭掉落冰块砸中?多方回应
大河报
8410阅读
刚刚 div.jsx-e937e9044f02b04 > div.jsx-e937e9044f02b04 > div.jsx-97afeac61f861a80 > div.jsx-97afeac61f861a80 | inews.gtimg.com/news_ls/OgYBwOkn5GNK-fONffLwObv1GCTR00GTCLXFRV9p9BA8kAA_870492/0 | 91.4 KiB | 21.7 KiB |
div#opeApp > div.jsx-9972086769632764 > div.jsx-9972086769632764 > img.jsx-9972086769632764 div#opeApp > div.jsx-9972086769632764 > div.jsx-9972086769632764 > img.jsx-9972086769632764 | inews.gtimg.com/newsapp_bt/0/0823143939686_3770/0 | 5.5 KiB | 5.1 KiB |
div#Wap_News_Stream_7_homepage_1_94996246394_S0o536vsZ6bhBvyArG5RVzub > a > div > i.large-pic_playIcon__pJbt9 div#Wap_News_Stream_7_homepage_1_94996246394_S0o536vsZ6bhBvyArG5RVzub > a > div > i.large-pic_playIcon__pJbt9 | inews.gtimg.com/newsapp_bt/0/0221151653439_5386/0 | 8.1 KiB | 4.5 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| staticfile.qq.com/datong/universalReportH5/v3.5.8/universal-report.min.js | 33.6 KiB | 1.1 s |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| qq.com/ | 874 ms |
| www.qq.com/ | 1.7 s |
| xw.qq.com/?f=qqcom&no-redirect=1 | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /qqcdn/qqindex2021/libs/barrier/_aria.js?appid=9327b8b063... | 99.1 KiB | 80.9 KiB |
| mat1.gtimg.com/qqcdn/xw/_next/static/chunks/973-8a93ab510b5e9ef2.js | 80.0 KiB | 59.3 KiB |
| mat1.gtimg.com/qqcdn/xw/_next/static/chunks/pages/_app-6cdaec6072562138.js | 80.4 KiB | 35.0 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| mat1.gtimg.com/qqcdn/xw/_next/static/chunks/framework-9ed31f7e415b23cb.js | 1.1 s | 604 ms | 19 ms |
| staticfile.qq.com/qimei/qimeisdk-web/0.6.5/lite.js | 936 ms | 866 ms | 9.5 ms |
| Unattributable | 588 ms | 21 ms | 0.0 ms |
| xw.qq.com/?f=qqcom&no-redirect=1 | 287 ms | 168 ms | 17 ms |
| /qqcdn/qqindex2021/libs/barrier/_aria.js?appid=9327b8b063... | 186 ms | 83 ms | 48 ms |
| mat1.gtimg.com/qqcdn/xw/_next/static/chunks/pages/_app-6cdaec6072562138.js | 144 ms | 106 ms | 38 ms |
| mat1.gtimg.com/qqcdn/xw/_next/static/chunks/pages/index-9d3b298b9c3f1c0c.js | 143 ms | 135 ms | 6.5 ms |
| staticfile.qq.com/datong/universalReportH5/v3.5.8/universal-report.min.js | 138 ms | 93 ms | 20 ms |
| mat1.gtimg.com/qqcdn/xw/_next/static/chunks/main-54ad82be6eff4305.js | 81 ms | 60 ms | 16 ms |
| mat1.gtimg.com/qqcdn/xw/_next/static/chunks/200-cd08bd6eb2714e54.js | 53 ms | 8.4 ms | 8.9 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.2 s |
| Other | 776 ms |
| Style & Layout | 473 ms |
| Script Parsing & Compilation | 249 ms |
| Rendering | 47 ms |
| Parse HTML & CSS | 43 ms |
| Garbage Collection | 8.9 ms |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
链接,无障碍模式读屏软件服务通道。 body > a#ariaTipText |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body body |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
刷新 div#__xw_next_view_root > div.jsx-e1b759a03adde3ab > div.jsx-db80007ce5b0a66c > a.jsx-db80007ce5b0a66c |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
人民日报 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
501评 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
17小时前 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
人民网 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
11评 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
10小时前 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
新华社新闻 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
8评 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
刚刚 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
求是网 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
3评 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
刚刚 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
新华网 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
2评 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
22小时前 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
山西新闻网 a.jsx-74a584ddcd1e1a46 > div.jsx-22061f087a4efe65 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
刚刚 a.jsx-74a584ddcd1e1a46 > div.jsx-22061f087a4efe65 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
广告 div#Wap_News_Stream_2_homepage_1_66962388876_Qo4i0vz2fLzQCpxB1xsGvEyp > a > div.jsx-f9616d72407cef4d > span.jsx-f9616d72407cef4d |
厦门微书网络科技有限公司 div#Wap_News_Stream_2_homepage_1_66962388876_Qo4i0vz2fLzQCpxB1xsGvEyp > a > div.jsx-f9616d72407cef4d > span.jsx-f9616d72407cef4d |
天羊哲与思 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
215评 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
6小时前 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
长风笔记 a.jsx-74a584ddcd1e1a46 > div.jsx-22061f087a4efe65 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
10评 a.jsx-74a584ddcd1e1a46 > div.jsx-22061f087a4efe65 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
刚刚 a.jsx-74a584ddcd1e1a46 > div.jsx-22061f087a4efe65 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
经视直播 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
3小时前 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
飞论体育解说 a.jsx-74a584ddcd1e1a46 > div.jsx-22061f087a4efe65 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
1009评 a.jsx-74a584ddcd1e1a46 > div.jsx-22061f087a4efe65 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
昨天 a.jsx-74a584ddcd1e1a46 > div.jsx-22061f087a4efe65 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
广告 div#Wap_News_Stream_7_homepage_1_94996246394_S0o536vsZ6bhBvyArG5RVzub > a > div.jsx-f9616d72407cef4d > span.jsx-f9616d72407cef4d |
主升擒龙 div#Wap_News_Stream_7_homepage_1_94996246394_S0o536vsZ6bhBvyArG5RVzub > a > div.jsx-f9616d72407cef4d > span.jsx-f9616d72407cef4d |
瞬观世界 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
355评 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
昨天 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
开屏新闻 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
50评 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
刚刚 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
小火箭爱体育 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
40评 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
6小时前 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
晓莹博士 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
12评 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
刚刚 div.jsx-bf77f4895c296a3c > a.jsx-74a584ddcd1e1a46 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
观察者网 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
45评 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
刚刚 a.jsx-74a584ddcd1e1a46 > div.jsx-cd5095a7447c5dc3 > div.jsx-e774f7d2fa0c8515 > span.jsx-84613ce7d8778a8a |
加载更多 div.jsx-e1b759a03adde3ab > section.jsx-9ef68d0d61850b6a > section.jsx-f93b71406976dcef > a.jsx-f93b71406976dcef |
意见反馈 div.jsx-e1b759a03adde3ab > div.jsx-291d8a1a0371983a > div.jsx-291d8a1a0371983a > a.jsx-291d8a1a0371983a |
举报中心 div.jsx-e1b759a03adde3ab > div.jsx-291d8a1a0371983a > div.jsx-291d8a1a0371983a > a.jsx-291d8a1a0371983a |
隐私政策 div.jsx-e1b759a03adde3ab > div.jsx-291d8a1a0371983a > div.jsx-291d8a1a0371983a > a.jsx-291d8a1a0371983a |
Copyright © 1998 - 2026 Tencent. All Rights Reserved div.jsx-e1b759a03adde3ab > div.jsx-e1b759a03adde3ab > div.jsx-291d8a1a0371983a > div.jsx-291d8a1a0371983a |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > a#ariaTipText > img body > a#ariaTipText > img |
div#opeApp > div.jsx-9972086769632764 > div.jsx-9972086769632764 > img.jsx-9972086769632764 div#opeApp > div.jsx-9972086769632764 > div.jsx-9972086769632764 > img.jsx-9972086769632764 |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.jsx-e1b759a03adde3ab > section.jsx-75960666 > div.jsx-75960666 > a.jsx-75960666 div.jsx-e1b759a03adde3ab > section.jsx-75960666 > div.jsx-75960666 > a.jsx-75960666 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.font-n html.font-n |
These items highlight common accessibility best practices.
Best Practices
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
无障碍设置 header.jsx-8b6eb7d89ddf7382 > div.jsx-8b6eb7d89ddf7382 > div.jsx-8b6eb7d89ddf7382 > a.jsx-8b6eb7d89ddf7382 |
运营商会员办理,输入手机号领取!
广告厦门微书网络科技有限公司
不喜欢 div.jsx-9ef68d0d61850b6a > div > div#Wap_News_Stream_2_homepage_1_66962388876_Qo4i0vz2fLzQCpxB1xsGvEyp > a |
这些重点关注,我已整理好名单,行不行试试就知道,仅分享一次!
广告主升擒龙
不喜欢 div.jsx-9ef68d0d61850b6a > div > div#Wap_News_Stream_7_homepage_1_94996246394_S0o536vsZ6bhBvyArG5RVzub > a |
加载更多 div.jsx-e1b759a03adde3ab > section.jsx-9ef68d0d61850b6a > section.jsx-f93b71406976dcef > a.jsx-f93b71406976dcef |
刷新 div#__xw_next_view_root > div.jsx-e1b759a03adde3ab > div.jsx-db80007ce5b0a66c > a.jsx-db80007ce5b0a66c |
广告
设置 div#__xw_next_view_root > div.jsx-e1b759a03adde3ab > div.jsx-db80007ce5b0a66c > a.jsx-db80007ce5b0a66c |
回到顶部 div#__xw_next_view_root > div.jsx-e1b759a03adde3ab > div.jsx-db80007ce5b0a66c > a.jsx-db80007ce5b0a66c |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!DOCTYPE html> | Syntax not understood |
| 2 | <html lang="zh-CN"> | Syntax not understood |
| 4 | <head> | Syntax not understood |
| 6 | <title>腾讯网</title> | Syntax not understood |
| 7 | <meta name="keywords" content="资讯,新闻,财经,房产,视频,NBA,科技,腾讯网,腾讯,QQ,Tencent"> | Syntax not understood |
| 8 | <meta name="description" content="腾讯网从2003年创立至今,已经成为集新闻信息,区域垂直生活服务、社会化媒体资讯和产品为一体的互联网媒体平台。腾讯网下设新闻、科技、财经、娱乐、体育、汽车、时尚等多个频道,充分满足用户对不同类型资讯的需求。同时专注不同领域内容,打造精品栏目,并顺应技术发展趋势,推出网络直播等创新形式,改变了用户获取资讯的方式和习惯。"> | Syntax not understood |
| 9 | <meta name="author" content="腾讯网"> | Syntax not understood |
| 10 | <meta name="copyright" content="Copyright 1998 - 2026 Tencent. All Rights Reserved"> | Syntax not understood |
| 11 | <meta property="og:type" content="news" /> | Unknown directive |
| 14 | <meta name="baidu-site-verification" content="code-mzfngMK684" /> | Syntax not understood |
| 15 | <meta charset="utf-8" /> | Syntax not understood |
| 16 | <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> | Syntax not understood |
| 17 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | Syntax not understood |
| 18 | <link rel="dns-prefetch" href="mat1.gtimg.com"> | Syntax not understood |
| 19 | <link rel="dns-prefetch" href="i.news.qq.com"> | Syntax not understood |
| 20 | <link rel="dns-prefetch" href="inews.gtimg.com"> | Syntax not understood |
| 21 | <link rel="shortcut icon" href="https://mat1.gtimg.com/qqcdn/qqindex2021/favicon.ico"> | Unknown directive |
| 22 | <script nomodule="true" src="https://mat1.gtimg.com/qqcdn/qqindex2021/common-static/20240515201444/core3-37-1.min.js"></script> | Unknown directive |
| 23 | <script> | Syntax not understood |
| 24 | try { | Syntax not understood |
| 25 | if (!window.IntersectionObserver) { | Syntax not understood |
| 26 | var observerScript = document.createElement('script'); | Syntax not understood |
| 27 | observerScript.src = "https://mat1.gtimg.com/qqcdn/qqindex2021/common-static/20241024141058/intersection-observer-polyfill.js"; | Unknown directive |
| 28 | document.head.appendChild(observerScript); | Syntax not understood |
| 29 | } | Syntax not understood |
| 30 | } catch (error) {} | Syntax not understood |
| 31 | </script> | Syntax not understood |
| 33 | <script> | Syntax not understood |
| 34 | try { | Syntax not understood |
| 35 | if (!Element.prototype.scrollTo) { | Syntax not understood |
| 36 | var scrollScript = document.createElement('script'); | Syntax not understood |
| 37 | scrollScript.src = "https://mat1.gtimg.com/qqcdn/qqindex2021/common-static/20241025153001/scroll-behavior-polyfill.js"; | Unknown directive |
| 38 | document.head.appendChild(scrollScript); | Syntax not understood |
| 39 | } | Syntax not understood |
| 40 | } catch (error) {} | Syntax not understood |
| 41 | </script> | Syntax not understood |
| 42 | <script> | Syntax not understood |
| 43 | try { | Syntax not understood |
| 44 | if ('scrollRestoration' in window.history) { | Syntax not understood |
| 45 | window.history.scrollRestoration = 'manual'; | Syntax not understood |
| 46 | } | Syntax not understood |
| 47 | window.isPcClient = Boolean(window.electron) && ( | Syntax not understood |
| 48 | window.navigator.userAgent.indexOf('pc-client') > 0 || | Syntax not understood |
| 49 | window.navigator.userAgent.indexOf('TencentNews') > 0 | Syntax not understood |
| 50 | ); | Syntax not understood |
| 51 | } catch {} | Syntax not understood |
| 52 | </script> | Syntax not understood |
| 53 | <script> | Syntax not understood |
| 54 | window.channelInfo = {"IS_CHANNEL":true,"IS_DARK":false,"channelKey":"news","channelType":"channel","channelConfig":{"channelRight":[{"_auto_id":"1","channel_name_en":"news","modules":"{\"moduleList\":[{\"title\":\"热门应用推荐\",\"id\":\"recommend_app_list\",\"isSticky\":0,\"appList\":[{\"id\":\"pcqqnews\",\"title\":\"腾讯新闻·电脑版\",\"desc\":\"全网热点早知道\",\"icon\":\"https://inews.gtimg.com/newsapp_bt/0/0618200405157_4887/0\",\"btnText\":\"点击下载\",\"urlDownload\":\"https://news.qq.com/download/\",\"urlWin\":\"https://h5.news.qq.com/qqnews-desk/channel/100000/qqnews_latest_signed_100000.exe\",\"urlMacIntel\":\"\",\"urlMacArm\":\"\",\"tipText\":\"dot\"},{\"id\":\"wzrysj\",\"title\":\"王者荣耀·世界\",\"desc\":\"下载赢Q币红包、限定好礼!\",\"icon\":\"https://inews.gtimg.com/newsapp_bt/0/040319074348_4055/0\",\"btnText\":\"点击下载\",\"urlDownload\":\"https://h5.ssp.qq.com/lps/production/material/202604/d15e16c3cfcb74cef608ae0dc1a12657.html?sourceType=2&channelIndex=2&oid=82026041034&hidecode=1&isPCPage=1\",\"urlWin\":\"https://dlied4.myapp.com/myapp/1112067243/cos.release-70922/19000733_27952_b14827_1.0.6.6_sEDS2T.exe\",\"urlMacIntel\":\"\",\"urlMacArm\":\"\",\"tipText\":\"\"},{\"id\":\"qqlive\",\"title\":\"腾讯视频\",\"desc\":\"海量高清视频独家观看\",\"icon\":\"https://inews.gtimg.com/newsapp_bt/0/062419051880_7683/0\",\"btnText\":\"点击下载\",\"urlDownload\":\"\",\"urlWin\":\"https://dldir1.qq.com/qqtv/qt/QQliveSetup_20_903.exe\",\"urlMacIntel\":\"\",\"urlMacArm\":\"\"},{\"id\":\"zmgl\",\"title\":\"腾讯桌面整理\",\"desc\":\"一款智能分类桌面软件\",\"icon\":\"https://inews.gtimg.com/newsapp_bt/0/0619163034874_7148/0\",\"btnText\":\"点击下载\",\"urlDownload\":\"\",\"urlWin\":\"https://webcdn.m.qq.com/spcmgr/download/DeskGo_4_2_1632_127_full_S80003.exe\",\"urlMacIntel\":\"\",\"urlMacArm\":\"\"},{\"id\":\"zmgl\",\"title\":\"QQ浏览器\",\"desc\":\"4亿人的AI浏览神器\",\"icon\":\"https://inews.gtimg.com/newsapp_bt/0/0627101921267_9849/0\",\"btnText\":\"点击下载\",\"urlDownload\":\"https://browser.qq.com\",\"urlWin\":\"https://pcchannel.imtt.qq.com/channel/QQBrowser_Setup_x64_QB10_10026290_19.3.6525.400.exe\",\"urlMacIntel\":\"\",\"urlMacArm\":\"\"}]},{\"title\":\"今日热播\",\"id\":\"video_album\",\"videoType\":\"tag\",\"videoId\":\"aUepxrtchGM=\",\"isSticky\":0},{\"title\":\"广告推广\",\"id\":\"ssp_ad_module\",\"category\":\"ad_ssp\",\"loid\":\"116\",\"isSticky\":0},{\"id\":\"daily_paper\",\"morningStartTime\":\"06:30:00\",\"morningEndTime\":\"17:59:59\",\"morningConfig\":{\"tagId\":\"aEWqxLtdgmQ=\",\"name\":\"早报\",\"coverImg\":\"https://inews.gtimg.com/newsapp_bt/0/1126064421401_7985/0\"},\"eveningConfig\":{\"tagId\":\"bEeox7NdhmM=\",\"name\":\"晚报\",\"coverImg\":\"https://inews.gtimg.com/newsapp_bt/0/1126064421397_7981/0\"}},{\"title\":\"推荐作者\",\"id\":\"recommend_cp\",\"cpList\":[\"8QMd2ntV6oAZuDrZ\",\"8QMd3ndb7oEauznd\",\"8QMW3HxU5Icdvz0=\",\"8QMd3Hta64Advz3Z\",\"8QMX33xf5YUevTY=\",\"8QMd2n1V5YAbvzzf\",\"8QMd33de6oYevDs=\",\"8QMc339d5I0buzre5gZx\",\"8QMf3Hxd5YYYvDff\",\"8QMc23pZ7IIZvzzb\",\"8QMY3Hxd7YMZuDs=\",\"8QMd231c5I0ZsTzR\",\"8QMf2nZY64MauTfd\",\"8QMZ3XxU64wZuTw=\",\"8QMY3Hxd7YIevjs=\",\"8QMc339d5IQeuT7b4AZx\"]},{\"title\":\"热门推荐应用\",\"id\":\"recommend_app_banner\",\"isSticky\":1,\"appInfo\":{\"id\":\"pcqqnews\",\"title\":\"腾讯新闻·电脑版\",\"desc\":\"24小时陪你追热点\",\"icon\":\"https://inews.gtimg.com/newsapp_bt/0/0618200405157_4887/0\",\"btnText\":\"点击下载\",\"urlDownload\":\"https://news.qq.com/download/\",\"urlWin\":\"https://h5.news.qq.com/qqnews-desk/channel/100000/qqnews_latest_signed_100000.exe\",\"urlMacIntel\":\"\",\"urlMacArm\":\"\",\"tipText\":\"dot\"}},{\"title\":\"信息流\",\"id\":\"ad_tuiguang\",\"adType\":\"info\",\"category\":\"ad_block\",\"path\":\"newsChannelTuiGuang\",\"isSticky\":1}]}"}],"channelTop":[],"channelNav":[{"_auto_id":"1","active_alien_img":"","alien_img":"","channel_id":"news_news_home","is_local":"0","link":"https://www.qq.com","name_cn":"首页","name_en":"home"},{"_auto_id":"2","active_alien_img":"","alien_img":"","channel_id":"news_news_top","is_local":"0","link":"","name_cn":"要闻","name_en":"news"},{"_auto_id":"5","active_alien_img":"","alien_img":"","channel_id":"news_news_bj","is_local":"1","link":"","name_cn":"北京","name_en":"bj"},{"_auto_id":"6","active_alien_img":"","alien_img":"","channel_id":"news_news_qa","is_local":"0","link":"https://news.qq.com/ch/qa","name_cn":"热问","name_en":"qa"},{"_auto_id":"11","active_alien_img":"","alien_img":"","channel_id":"news_news_world","is_local":"0","link":"","name_cn":"国际","name_en":"world"},{"_auto_id":"13","active_alien_img":"","alien_img":"","channel_id":"news_news_mil","is_local":"0","link":"","name_cn":"军事","name_en":"milite"},{"_auto_id":"14","active_alien_img":"","alien_img":"","channel_id":"news_news_tech","is_local":"0","link":"","name_cn":"科技","name_en":"tech"},{"_auto_id":"15","active_alien_img":"","alien_img":"","channel_id":"news_news_finance","is_local":"0","link":"","name_cn":"财经","name_en":"finance"},{"_auto_id":"16","active_alien_img":"","alien_img":"","channel_id":"news_news_edu","is_local":"0","link":"","name_cn":"教育","name_en":"edu"},{"_auto_id":"17","active_alien_img":"","alien_img":"","channel_id":"news_news_ent","is_local":"0","link":"","name_cn":"娱乐","name_en":"ent"},{"_auto_id":"18","active_alien_img":"","alien_img":"","channel_id":"tv","is_local":"0","link":"https://v.qq.com/channel/tv/?ptag=qqnews","name_cn":"电视剧","name_en":"tv"},{"_auto_id":"19","active_alien_img":"","alien_img":"","channel_id":"news_news_sports","is_local":"0","link":"","name_cn":"体育","name_en":"sports"},{"_auto_id":"20","active_alien_img":"","alien_img":"","channel_id":"news_news_nba","is_local":"0","link":"","name_cn":"NBA","name_en":"nba"},{"_auto_id":"21","active_alien_img":"","alien_img":"","channel_id":"news_news_auto","is_local":"0","link":"","name_cn":"汽车","name_en":"auto"},{"_auto_id":"22","active_alien_img":"","alien_img":"","channel_id":"news_news_house","is_local":"0","link":"","name_cn":"房产","name_en":"house"},{"_auto_id":"24","active_alien_img":"","alien_img":"","channel_id":"news_news_antip","is_local":"0","link":"","name_cn":"健康","name_en":"health"},{"_auto_id":"25","active_alien_img":"","alien_img":"","channel_id":"news_news_video","is_local":"0","link":"","name_cn":"视频","name_en":"video"},{"_auto_id":"26","active_alien_img":"","alien_img":"","channel_id":"news_news_game","is_local":"0","link":"","name_cn":"游戏","name_en":"games"},{"_auto_id":"28","active_alien_img":"","alien_img":"","channel_id":"news_news_digi","is_local":"0","link":"","name_cn":"数码","name_en":"digi"},{"_auto_id":"31","active_alien_img":"","alien_img":"","channel_id":"variety","is_local":"0","link":"https://v.qq.com/channel/variety/?ptag=qqnews","name_cn":"综艺","name_en":"variety"},{"_auto_id":"34","active_alien_img":"","alien_img":"","channel_id":"news_news_nchupin","is_local":"0","link":"","name_cn":"眼界","name_en":"chupin"},{"_auto_id":"35","active_alien_img":"","alien_img":"","channel_id":"news_news_football","is_local":"0","link":"","name_cn":"足球","name_en":"football"},{"_auto_id":"36","active_alien_img":"","alien_img":"","channel_id":"news_news_kepu","is_local":"0","link":"","name_cn":"科学","name_en":"kepu"},{"_auto_id":"37","active_alien_img":"","alien_img":"","channel_id":"movie","is_local":"0","link":"https://v.qq.com/channel/movie/?ptag=qqnews","name_cn":"电影","name_en":"movie"},{"_auto_id":"39","active_alien_img":"","alien_img":"","channel_id":"news_news_esport","is_local":"0","link":"","name_cn":"电竞","name_en":"esport"},{"_auto_id":"40","active_alien_img":"","alien_img":"","channel_id":"news_news_history","is_local":"0","link":"","name_cn":"历史","name_en":"history"},{"_auto_id":"41","active_alien_img":"","alien_img":"","channel_id":"news_news_baby","is_local":"0","link":"","name_cn":"育儿","name_en":"baby"},{"_auto_id":"42","active_alien_img":"","alien_img":"","channel_id":"cloud_gamer","is_local":"0","link":"https://gamer.qq.com/?ichannel=txxwpc0Ftxxwpc1","name_cn":"云游戏","name_en":"cloud_gamer"},{"_auto_id":"43","active_alien_img":"","alien_img":"","channel_id":"news_news_lic","is_local":"0","link":"","name_cn":"理财","name_en":"finance_licai"},{"_auto_id":"44","active_alien_img":"","alien_img":"","channel_id":"news_news_istock","is_local":"0","link":"","name_cn":"股票","name_en":"finance_stock"},{"_auto_id":"45","active_alien_img":"","alien_img":"","channel_id":"ren_min_shi_pin","is_local":"0","link":"https://news.qq.com/omn/author/8QMd3Hld74cbujbY?tab=om_video","name_cn":"人民视频","name_en":"ren_min_shi_pin"},{"_auto_id":"46","active_alien_img":"","alien_img":"","channel_id":"news_news_weather","is_local":"0","link":"https://tianqi.qq.com/index.htm","name_cn":"天气","name_en":"weather"},{"_auto_id":"47","active_alien_img":"","alien_img":"","channel_id":"news_news_lkwg","is_local":"0","link":"https://h5.ssp.qq.com/lps/production/material/202603/6dd252bca51bce32c00af4e0b56aecba.html?sourceType=2&channelIndex=2&hidecode=1&isPCPage=1","name_cn":"洛克王国","name_en":"lkwg"},{"_auto_id":"48","active_alien_img":"","alien_img":"","channel_id":"news_news_download","is_local":"0","link":"https://news.qq.com/download/","name_cn":"客户端","name_en":"download"},{"_auto_id":"49","active_alien_img":"","alien_img":"","channel_id":"news_news_wzrysj","is_local":"0","link":"https://h5.ssp.qq.com/lps/production/material/202604/d15e16c3cfcb74cef608ae0dc1a12657.html?sourceType=2&channelIndex=2&oid=82026041034&hidecode=1&isPCPage=1","name_cn":"王者荣耀世界","name_en":"wzrysj"}],"channelNav2":[{"_auto_id":"1","channel1_name_en":"edu","channel_id":"news_news_college","link":"","name_cn":"高校","name_en":"college"},{"_auto_id":"3","channel1_name_en":"edu","channel_id":"news_news_gaokao","link":"","name_cn":"高考","name_en":"gaokao"},{"_auto_id":"7","channel1_name_en":"edu","channel_id":"news_news_abroad","link":"","name_cn":"出国","name_en":"abroad"},{"_auto_id":"8","channel1_name_en":"edu","channel_id":"news_news_zxx","link":"","name_cn":"素质教育","name_en":"zxx"},{"_auto_id":"9","channel1_name_en":"edu","channel_id":"news_news_ky","link":"","name_cn":"考研","name_en":"ky"},{"_auto_id":"10","channel1_name_en":"edu","channel_id":"news_news_mba","link":"","name_cn":"商学院","name_en":"mba"},{"_auto_id":"11","channel1_name_en":"edu","channel_id":"news_news_career","link":"","name_cn":"职业教育","name_en":"career"}],"channelSkin":[{"_auto_id":"9","banner_bg_img":"","banner_img":"","channel_key":"news","end_time":"2026-03-12 23:59:59","is_banner":"","link_url":"","search_text_color":"#6F335B","skin_bg_color":"","skin_img":"https://inews.gtimg.com/newsapp_bt/0/0228115642367_1807/0","start_time":"2026-03-02 23:59:59"}],"channelAd":[],"channelSwiperAd":[],"channelGameRight":[{"_auto_id":"3","desc":"下载赢Q币红包、限定好礼!","icon":"https://inews.gtimg.com/newsapp_bt/0/040319074348_4055/0","link":"https://h5.ssp.qq.com/lps/production/material/202604/d15e16c3cfcb74cef608ae0dc1a12657.html?sourceType=2&channelIndex=2&oid=82026041034&hidecode=1&isPCPage=1","name":"王者荣耀·世界"},{"_auto_id":"6","desc":"上线送VIP!万人同屏横扫沙城","icon":"https://inews.gtimg.com/newsapp_bt/0/0627155752146_4584/0","link":"https://s.iwan.qq.com/opengame/tenvideo/index.html?hidestatusbar=1&hidetitlebar=1&immersive=1&landscape=1&syswebview=1&gameid=47203&url=https%3A%2F%2Fcqss2login.bigrnet.com%2Fiwan%2Fh5%2Fplay%2Floading&ref_ele=90015","name":"传奇盛世"},{"_auto_id":"7","desc":"超多福利登录即领,海量游戏任你畅玩","icon":"https://inews.gtimg.com/newsapp_bt/0/111315495935_3595/0","link":"https://qqgame.qq.com/channel_tg/?ifid=1002020001","name":"QQ游戏大厅"},{"_auto_id":"8","desc":"纯正经典玩法,欢乐挑战赛火热来袭","icon":"https://inews.gtimg.com/newsapp_bt/0/070918050891_4971/0","link":"https://qqgame.qq.com/homepage_channel/?ifid=1002020038&package_type=client&infoid=7","name":"欢乐斗地主"},{"_auto_id":"10","desc":"新服大放送,享赚你就来","icon":"https://inews.gtimg.com/newsapp_bt/0/0627154608860_7318/0","link":"https://s.iwan.qq.com/opengame/tenvideo/index.html?hidestatusbar=1&hidetitlebar=1&immersive=1&syswebview=1&landscape=1&gameid=43403&url=https%3A%2F%2Flogin-wxxyx2-bzsc.jikewan.com%2Fgame%2Fcqtxvideo.html&ref_ele=90015","name":"百战沙城"},{"_auto_id":"13","desc":"原汁原味,正版授权","icon":"https://inews.gtimg.com/newsapp_bt/0/0627160844946_1794/0","link":"https://s.iwan.qq.com/opengame/tenvideo/index.html?hidetitlebar=1&immersive=1&syswebview=1&landscape=1&gameid=37275&url=https%3A%2F%2Fsdk.mxzgame.com%2FGames%2Fportal%2F100211%2FTXVApp&ref_ele=90015","name":"原始传奇"},{"_auto_id":"17","desc":"登录送千抽神卡免费领","icon":"https://inews.gtimg.com/newsapp_bt/0/053015363680_10083/0","link":"https://s.iwan.qq.com/opengame/tenvideo/index.html?hidestatusbar=1&hidetitlebar=1&immersive=1&syswebview=1&gameid=55423&url=https%3A%2F%2Fh5.xiwangame.com%2Finitlogin%2Faiwan%2F2277%2F&ref_ele=90015","name":"仙逆H5"},{"_auto_id":"19","desc":"专注超爽打宝体验","icon":"https://inews.gtimg.com/newsapp_bt/0/0627154956673_3154/0","link":"https://s.iwan.qq.com/opengame/tenvideo/index.html?hidestatusbar=1&hidetitlebar=1&immersive=1&syswebview=1&gameid=41057&url=https%3A%2F%2Fh5apily.fire2333.com%2Fh5sdk%2Ftxshipin%2Findex%2F3200222%2F3200112&ref_ele=90015","name":"传奇至尊"},{"_auto_id":"21","desc":"魔幻风格,超大场面","icon":"https://inews.gtimg.com/newsapp_bt/0/0701171500721_6895/0","link":"https://s.iwan.qq.com/opengame/tenvideo/index.html?hidestatusbar=1&hidetitlebar=1&immersive=1&syswebview=1&gameid=33112&url=https%3A%2F%2Fcsjs-tx.ebibi.com%2Fgame%2Fh5iwan-wwzs%2Fmain%2Findex.html&ref_ele=90015","name":"万王之神"}]}}; | Unknown directive |
| 55 | </script> | Syntax not understood |
| 56 | <script src="https://mat1.gtimg.com/qqcdn/news-plugin/sdk/emonitor_b21faea6.js" charset="utf-8"></script> | Unknown directive |
| 57 | <script> | Syntax not understood |
| 58 | try { | Syntax not understood |
| 59 | function ignoreBrowsers() { | Syntax not understood |
| 60 | var userAgent = window.navigator.userAgent || ''; | Syntax not understood |
| 61 | return [ | Syntax not understood |
| 62 | /(googlebot|bingbot|yandex|twitterbot|facebookexternalhit|rogerbot|linkedinbot|embedly|quora link preview|showyoubot|outbrain|pinterest\/0\.|pinterestbot|slackbot|vkShare|W3C_Validator|whatsapp|petalbot|applebot|mpcrawler|spider)/i, | Syntax not understood |
| 63 | ].some(function(element) { | Syntax not understood |
| 64 | return element.test(userAgent); | Syntax not understood |
| 65 | }); | Syntax not understood |
| 66 | } | Syntax not understood |
| 67 | function ignoreErrors(errDesc) { | Syntax not understood |
| 68 | if (!errDesc) { | Syntax not understood |
| 69 | return false; | Syntax not understood |
| 70 | } | Syntax not understood |
| 71 | return [ | Syntax not understood |
| 72 | "chrome-extension", | Syntax not understood |
| 73 | "ResizeObserver loop completed with undelivered notification", | Syntax not understood |
| 74 | ].some(function (element) { | Syntax not understood |
| 75 | return errDesc.indexOf(element) > -1; | Syntax not understood |
| 76 | }); | Syntax not understood |
| 77 | } | Syntax not understood |
| 78 | var reportHost = ['i.news.qq.com', 'otheve.beacon.qq.com', 'op.ssp.qq.com', 'n.ssp.qq.com', 'news.ssp.qq.com', 'vm.gtimg.cn', 'r.inews.qq.com']; | Syntax not understood |
| 79 | var staticHost = ['.gtimg.com', '.gtimg.cn', 'qq.com']; | Syntax not understood |
| 80 | window.emonitorIns = emonitor.create({ | Syntax not understood |
| 81 | name: 'newsqq_channel', | Unknown directive |
| 82 | atta: { | Unknown directive |
| 83 | name: 'newsqq', | Unknown directive |
| 84 | }, | Syntax not understood |
| 85 | mode: '007', | Unknown directive |
| 86 | cdn: { | Unknown directive |
| 87 | sampling: 0.01, | Unknown directive |
| 88 | }, | Syntax not understood |
| 89 | onBeforeSend: function(data) { | Unknown directive |
| 90 | try { | Syntax not understood |
| 91 | if (ignoreBrowsers()) { | Syntax not understood |
| 92 | return false; | Syntax not understood |
| 93 | } | Syntax not understood |
| 94 | var emonitorCgiHost = data.source.cgihost; | Syntax not understood |
| 95 | var emonitorHttpCode = String(data.source.httpcode); | Syntax not understood |
| 97 | if (data.type === 'cgi') { | Syntax not understood |
| 98 | var cgiHost = data.source.cgihost; | Syntax not understood |
| 99 | return reportHost.indexOf(cgiHost) >= 0; | Syntax not understood |
| 100 | } | Syntax not understood |
| 102 | if (data.type === 'ajax' || data.type === 'fetch') { | Syntax not understood |
| 103 | var requestUrl = data.url.toString(); | Syntax not understood |
| 104 | if(!reportHost.find(item => requestUrl.indexOf(item) >= 0)) { | Syntax not understood |
| 105 | return false; | Syntax not understood |
| 106 | } | Syntax not understood |
| 107 | } | Syntax not understood |
| 109 | if (data.type === 'promise') { | Syntax not understood |
| 110 | var errorMsg = data.source.err_msg; | Syntax not understood |
| 111 | if (!errorMsg) { | Syntax not understood |
| 112 | return false | Syntax not understood |
| 113 | } | Syntax not understood |
| 114 | } | Syntax not understood |
| 116 | if (data.type === 'script' || data.type === 'css' || data.type === 'img') { | Syntax not understood |
| 117 | var resourceUrl = data.url; | Syntax not understood |
| 118 | if(!staticHost.find(item => resourceUrl.indexOf(item) >= 0)) { | Syntax not understood |
| 119 | return false; | Syntax not understood |
| 120 | } | Syntax not understood |
| 121 | } | Syntax not understood |
| 123 | if (data.type === 'console' || data.type === 'jserror') { | Syntax not understood |
| 124 | var errorMsg = data.source.err_msg; | Syntax not understood |
| 125 | if (errorMsg && ignoreErrors(errorMsg)) { | Syntax not understood |
| 126 | return false; | Syntax not understood |
| 127 | } | Syntax not understood |
| 128 | var errorDesc = data.source.err_desc; | Syntax not understood |
| 129 | if (errorDesc && ignoreErrors(errorDesc)) { | Syntax not understood |
| 130 | return false; | Syntax not understood |
| 131 | } | Syntax not understood |
| 132 | } | Syntax not understood |
| 133 | } catch (err) { | Syntax not understood |
| 134 | console.warn(err); | Syntax not understood |
| 135 | } | Syntax not understood |
| 136 | }, | Syntax not understood |
| 137 | onMaxTimeOut: function(defaultConfig) { | Unknown directive |
| 138 | var rootDOM = document.getElementById('root'); | Syntax not understood |
| 139 | if (rootDOM && rootDOM.childNodes && rootDOM.childNodes.length === 0) { | Syntax not understood |
| 140 | emonitorIns.config({ | Syntax not understood |
| 141 | baseUrl: defaultConfig.pecker.error, | Unknown directive |
| 142 | }).send({ | Syntax not understood |
| 143 | err_type: 'whitescreen', | Unknown directive |
| 144 | }); | Syntax not understood |
| 145 | } | Syntax not understood |
| 146 | } | Syntax not understood |
| 147 | }); | Syntax not understood |
| 148 | } catch (err) { | Syntax not understood |
| 149 | console.warn(err); | Syntax not understood |
| 150 | } | Syntax not understood |
| 151 | </script> | Syntax not understood |
| 152 | <link href="https://mat1.gtimg.com/qqcdn/qqindex2021/common-static/hel/qqnews-pc-channel_20260416102113/static/css/index.css" rel="stylesheet"> | Unknown directive |
| 154 | </head> | Syntax not understood |
| 156 | <body class=""> | Syntax not understood |
| 157 | <div id="root" class="channel-root channel"></div> | Syntax not understood |
| 158 | <!-- v2文章加载深色模式脚本 --> | Syntax not understood |
| 159 | <script type="text/javascript"> | Syntax not understood |
| 160 | var TIME_BEFORE_LOAD_CRYSTAL = Date.now(); | Syntax not understood |
| 161 | </script> | Syntax not understood |
| 162 | <script type="text/javascript" src="https://mat1.gtimg.com/qqcdn/qqindex2021/advertisement/qqchannel/crystal.202509082013.min.js" charset="utf-8"></script> | Unknown directive |
| 163 | <script type="text/javascript"> | Syntax not understood |
| 164 | if (typeof crystal === 'undefined' && Math.random() <= 1) { | Syntax not understood |
| 165 | (function() { | Syntax not understood |
| 166 | var TIME_AFTER_LOAD_CRYSTAL = Date.now(); | Syntax not understood |
| 167 | var img = new Image(1, 1); | Syntax not understood |
| 168 | img.src = "//dp3.qq.com/qqcom/?adb=1&dm=new&err=1002&blockjs=" + (TIME_AFTER_LOAD_CRYSTAL - TIME_BEFORE_LOAD_CRYSTAL); | Syntax not understood |
| 169 | })(); | Syntax not understood |
| 170 | } | Syntax not understood |
| 171 | </script> | Syntax not understood |
| 172 | <iframe style="display: none;" src="https://i.news.qq.com/web_backend/getWebPacUid"></iframe> | Unknown directive |
| 173 | <script> | Syntax not understood |
| 174 | try { | Syntax not understood |
| 175 | if (!window.isPcClient) { | Syntax not understood |
| 176 | var iframe = document.createElement('iframe'); | Syntax not understood |
| 177 | iframe.id = 'storageFrame'; | Syntax not understood |
| 178 | iframe.style.display = 'none'; | Syntax not understood |
| 179 | iframe.src = 'https://www.qq.com/storage-proxy'; | Unknown directive |
| 180 | document.body.appendChild(iframe); | Syntax not understood |
| 181 | } | Syntax not understood |
| 182 | } catch {} | Syntax not understood |
| 183 | </script> | Syntax not understood |
| 184 | <script src="https://mat1.gtimg.com/qqcdn/qqindex2021/common-static/20240805160928/react.production.min.js"></script> | Unknown directive |
| 185 | <script src="https://mat1.gtimg.com/qqcdn/qqindex2021/common-static/20240805160928/react-dom.production.min.js"></script> | Unknown directive |
| 186 | <script src="https://mat1.gtimg.com/qqcdn/qqindex2021/common-static/20241018171503/universal-report.min.js"></script> | Unknown directive |
| 187 | <script defer type="text/javascript" src="https://mat1.gtimg.com/qqcdn/qqindex2021/libs/barrier/aria.js?appid=9327b8b06379d9d1728bbfbe2025ef9c" charset="utf-8"></script> | Unknown directive |
| 188 | <script>document.cookie="hel_err=;path=/;";</script> | Syntax not understood |
| 189 | <script type="text/javascript" src="https://mat1.gtimg.com/qqcdn/qqindex2021/common-static/hel/qqnews-pc-channel_20260416102113/static/js/index.js"></script> | Unknown directive |
| 190 | <iframe id="videoFrame" style="display: none;" src="https://video.qq.com/cookie/sync_qqnews.html"></iframe> | Unknown directive |
| 191 | </body> | Syntax not understood |
| 193 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Content Best Practices
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > a#ariaTipText > img body > a#ariaTipText > img |
div#opeApp > div.jsx-9972086769632764 > div.jsx-9972086769632764 > img.jsx-9972086769632764 div#opeApp > div.jsx-9972086769632764 > div.jsx-9972086769632764 > img.jsx-9972086769632764 |
Format your HTML in a way that enables crawlers to better understand your app’s content.