, ,
, ,
, ,
, ,
, ,
, ,
, ,
, ,
, ,
, ,
Loading...
Loading...
{
"latency": 71,
"ipAddresses": [
"ant-design.github.io.",
"185.199.108.153",
"185.199.109.153",
"185.199.110.153",
"185.199.111.153",
"ant-design.github.io.",
"2606:50c0:8000::153",
"2606:50c0:8001::153",
"2606:50c0:8002::153",
"2606:50c0:8003::153"
],
"dns": {
"NS": [
"ant-design.github.io."
],
"A": [
"ant-design.github.io.",
"185.199.108.153",
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
],
"AAAA": [
"ant-design.github.io.",
"2606:50c0:8000::153",
"2606:50c0:8001::153",
"2606:50c0:8002::153",
"2606:50c0:8003::153"
],
"CNAME": [
"ant-design.github.io."
],
"TXT": [
"nt-design.github.io"
]
}
}
[
{
"url": "https://3x.rn.mobile.ant.design",
"technologies": [
{
"slug": "core-js",
"name": "core-js",
"versions": [
"2.5.7"
],
"trafficRank": 3871,
"confirmedAt": 1737792533,
"icon": "core-js.png",
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
]
},
{
"slug": "webpack",
"name": "Webpack",
"versions": [],
"trafficRank": 3871,
"confirmedAt": 1737792533,
"icon": "Webpack.svg",
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
]
},
{
"slug": "codesandbox",
"name": "CodeSandbox",
"versions": [],
"trafficRank": 3871,
"confirmedAt": 1737792533,
"icon": "CodeSandbox.svg",
"categories": [
{
"id": 5,
"slug": "widgets",
"name": "Widgets"
},
{
"id": 20,
"slug": "editors",
"name": "Editors"
}
]
},
{
"slug": "react",
"name": "React",
"cpe": "cpe:2.3:a:facebook:react:15.6.1:*:*:*:*:*:*:*",
"versions": [
"15.6.1"
],
"trafficRank": 3871,
"confirmedAt": 1737792533,
"icon": "React.svg",
"categories": [
{
"id": 12,
"slug": "javascript-frameworks",
"name": "JavaScript frameworks"
}
]
},
{
"slug": "google-analytics",
"name": "Google Analytics",
"versions": [
"GA4"
],
"trafficRank": 3871,
"confirmedAt": 1737792533,
"icon": "Google Analytics.svg",
"categories": [
{
"id": 10,
"slug": "analytics",
"name": "Analytics"
}
]
},
{
"slug": "ant-design",
"name": "Ant Design",
"versions": [],
"trafficRank": 3871,
"confirmedAt": 1737792533,
"icon": "Ant Design.svg",
"categories": [
{
"id": 66,
"slug": "ui-frameworks",
"name": "UI frameworks"
}
]
},
{
"slug": "babel",
"name": "Babel",
"versions": [],
"trafficRank": 3871,
"confirmedAt": 1737792533,
"icon": "Babel.svg",
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
]
},
{
"slug": "google-tag-manager",
"name": "Google Tag Manager",
"versions": [],
"trafficRank": 3871,
"confirmedAt": 1737792533,
"icon": "Google Tag Manager.svg",
"categories": [
{
"id": 42,
"slug": "tag-managers",
"name": "Tag managers"
}
]
},
{
"slug": "redux",
"name": "Redux",
"versions": [],
"trafficRank": 3871,
"confirmedAt": 1737792533,
"icon": "Redux.svg",
"categories": [
{
"id": 12,
"slug": "javascript-frameworks",
"name": "JavaScript frameworks"
}
]
}
]
}
]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ant Design Mobile | A Mobile Design Specification</title>
<link
rel="icon"
href="https://zos.alipayobjects.com/rmsportal/wIjMDnsrDoPPcIV.png"
type="image/x-icon"
/>
<link rel="stylesheet" type="text/css" href="/index-1.css" />
<link rel="stylesheet" type="text/css" href="/index-2.css" />
<!--[if lte IE 10]>
<script src="https://as.alipayobjects.com/g/component/??console-polyfill/0.2.2/index.js,es5-shim/4.5.7/es5-shim.min.js,es5-shim/4.5.7/es5-sham.min.js,html5shiv/3.7.2/html5shiv.min.js,media-match/2.0.2/media.match.min.js"></script>
<![endif]-->
<script>
if (!window.Intl) {
document.writeln(
'<script src="https://as.alipayobjects.com/g/component/intl/1.0.1/??Intl.js,locale-data/jsonp/en.js,locale-data/jsonp/zh.js">' +
'<' +
'/script>'
);
}
if (!window.Promise) {
document.writeln(
'<script src="https://as.alipayobjects.com/g/component/es6-promise/3.2.2/es6-promise.min.js"' +
'>' +
'<' +
'/' +
'script>'
);
}
(function() {
function checkIfMobile() {
var ua = window.navigator.userAgent.toLowerCase();
if (ua.indexOf('android') !== -1 || ua.indexOf('iphone') !== -1) {
return true;
}
return false;
}
function checkIfCn() {
return window.navigator.language.toLowerCase() === 'zh-cn'; // wtf safari is 'zh-CN', while chrome and other is 'zh-CN'
}
if (checkIfMobile()) {
var url = location.port
? 'http://127.0.0.1:8002/'
: window.location.origin + '/kitchen-sink/';
if (checkIfCn()) {
url = url + '?lang=zh-CN';
} else {
url = url + '?lang=en-US';
}
return (location.href = url);
}
function isLocalStorageNameSupported() {
const testKey = 'test';
const storage = window.localStorage;
try {
storage.setItem(testKey, '1');
storage.removeItem(testKey);
return true;
} catch (error) {
return false;
}
}
// 优先级提高到所有静态资源的前面,语言不对,加载其他静态资源没意义
var pathname = location.pathname;
function isZhCN(pathname) {
return /-cn\/?$/.test(pathname);
}
function getLocalizedPathname(path, zhCN) {
var pathname = path.startsWith('/') ? path : '/' + path;
if (!zhCN) {
// to enUS
return /\/?index-cn/.test(pathname)
? '/'
: pathname.replace('-cn', '');
} else if (pathname === '/') {
return '/index-cn';
} else if (pathname.endsWith('/')) {
return pathname.replace(/\/$/, '-cn/');
}
return pathname + '-cn';
}
// 首页无视链接里面的语言设置 https://github.com/ant-design/ant-design/issues/4552
if (
isLocalStorageNameSupported() &&
(pathname === '/' || pathname === '/index-cn')
) {
var lang =
(window.localStorage && localStorage.getItem('locale')) ||
(window.navigator.language.toLowerCase() === 'zh-cn'
? 'zh-CN'
: 'en-US');
if ((lang === 'zh-CN') !== isZhCN(pathname)) {
location.pathname = getLocalizedPathname(
pathname,
lang === 'zh-CN'
);
}
}
document.documentElement.className += isZhCN(pathname)
? 'zh-cn'
: 'en-us';
})();
</script>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-72788897-9"
></script>
<script>
if (!location.port) {
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-72788897-9');
}
</script>
<!-- Hotjar Tracking Code for mobile.ant.design -->
<!-- <script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:475793,hjsv:5};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
</script> -->
</head>
<body>
<div id="react-content"></div>
<script src="https://as.alipayobjects.com/g/component/??react/15.6.1/react.min.js,react/15.6.1/react-dom.min.js"></script>
<!-- [email protected] -->
<script src="https://gw.alipayobjects.com/os/rmsportal/cazbJtoQZXZDNurlPtJd.js"></script>
<!-- [email protected] -->
<script src="https://os.alipayobjects.com/rmsportal/VnttsLkEQmyLDBBluBQq.js"></script>
<!-- [email protected] -->
<script src="https://os.alipayobjects.com/rmsportal/wzWaWInUcXErDyTwvySY.js"></script>
<script src="/common.js"></script>
<script src="/index.js"></script>
</body>
</html>
{
"error": false,
"result": {
"success": true,
"ogTitle": "Ant Design Mobile | A Mobile Design Specification",
"favicon": "https://zos.alipayobjects.com/rmsportal/wIjMDnsrDoPPcIV.png",
"charset": "utf-8",
"requestUrl": "https://3x.rn.mobile.ant.design"
},
"response": {}
}
{
"status": 200,
"statusText": "",
"headers": {
"accept-ranges": "bytes",
"access-control-allow-origin": "*",
"age": "0",
"cache-control": "max-age=600",
"connection": "keep-alive",
"content-encoding": "gzip",
"content-length": "2123",
"content-type": "text/html; charset=utf-8",
"date": "Wed, 12 Feb 2025 13:23:52 GMT",
"etag": "W/\"5ef8421e-15f9\"",
"expires": "Wed, 12 Feb 2025 13:33:52 GMT",
"last-modified": "Sun, 28 Jun 2020 07:09:18 GMT",
"server": "GitHub.com",
"vary": "Accept-Encoding",
"via": "1.1 varnish",
"x-cache": "HIT",
"x-cache-hits": "1",
"x-fastly-request-id": "7ac1fb6fb21fbcae7960df2a58d7951e3e7bb582",
"x-github-request-id": "E05B:B8D5D:D7A3B1:F47AA5:67ACA0E7",
"x-proxy-cache": "MISS",
"x-served-by": "cache-iad-kjyo7100155-IAD",
"x-timer": "S1739366632.021960,VS0,VE30"
}
}
{
"data": {
"total": 0,
"personal_emails": 0,
"generic_emails": 0,
"department": {
"executive": 0,
"it": 0,
"finance": 0,
"management": 0,
"sales": 0,
"legal": 0,
"support": 0,
"hr": 0,
"marketing": 0,
"communication": 0,
"education": 0,
"design": 0,
"health": 0,
"operations": 0
},
"seniority": {
"junior": 0,
"senior": 0,
"executive": 0
}
},
"meta": {
"params": {
"domain": "3x.rn.mobile.ant.design",
"company": null,
"type": null
}
}
}
{
"Hotjar": "A heatmap, survey, feedback and funnel application.",
"Global Site Tag": "Google's primary tag for Google Measurement/Conversion Tracking, Adwords and DoubleClick.",
"Google Analytics": "Google Analytics offers a host of compelling features and benefits for everyone from senior executives and advertising and marketing professionals to site owners and content developers.",
"Google Universal Analytics": "The analytics.js JavaScript snippet is a new way to measure how users interact with your website. It is similar to the previous Google tracking code, ga.js, but offers more flexibility for developers to customize their implementations.",
"Fastly": "Real-time Analytics and CDN platform. Analyze your web and server traffic patterns in real-time.",
"Google Tag Manager": "Tag management that lets you add and update website tags without changes to underlying website code.",
"Viewport Meta": "This page uses the viewport meta tag which means the content may be optimized for mobile content.",
"IPhone / Mobile Compatible": "The website contains code that allows the page to support IPhone / Mobile Content.",
"Alipay": "China's leading third party payment system.",
"ECMAScript 5 Shim": "ECMAScript 5 compatibility shims for legacy JavaScript engines.",
"React": "A JavaScript library for building user interfaces from Facebook.",
"GitHub": "The website mentions github.com in some form.",
"GitHub Hosting": "This site is hosted on Github infrastructure.",
"Varnish": "Varnish is a web accelerator / reverse proxy caching server.",
"UTF-8": "UTF-8 (8-bit UCS/Unicode Transformation Format) is a variable-length character encoding for Unicode. It is the preferred encoding for web pages.",
"HTML5 DocType": "The DOCTYPE is a required preamble for HTML5 websites.",
"X-UA-Compatible": "Allows a website to define how a page is rendered in Internet Explorer 8, allowing a website to decide to use IE7 style rendering over IE8 rendering.",
"Cascading Style Sheets": "Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML",
"Conditional Comments": "[url] uses conditional comments that are supported by Microsoft Internet Explorer. They allow web developers to show or hide HTML code based on the version of the viewer's browser.",
"Javascript": "JavaScript is a scripting language most often used for client-side web development.",
"CORS": "The Cross-Origin Resource Sharing (CORS) mechanism gives web servers cross-domain access controls, which enable secure cross-domain data transfers. Access Control Allow Origin."
}
{
"whois.nic.design": {
"Domain Status": [],
"Name Server": [],
">>> Last update of WHOIS database": "2025-02-12T13:23:52Z <<<",
"text": [
"No Data Found",
"",
"For more information on Whois status codes, please visit https://icann.org/epp",
"",
"The Service is provided so that you may look up certain information in relation to domain names that we store in our database.",
"",
"Use of the Service is subject to our policies, in particular you should familiarise yourself with our Acceptable Use Policy and our Privacy Policy.",
"",
"The information provided by this Service is 'as is' and we make no guarantee of it its accuracy.",
"",
"You agree that by your use of the Service you will not use the information provided by us in a way which is:",
"* inconsistent with any applicable laws,",
"* inconsistent with any policy issued by us,",
"* to generate, distribute, or facilitate unsolicited mass email, promotions, advertisings or other solicitations, or",
"* to enable high volume, automated, electronic processes that apply to the Service.",
"",
"You acknowledge that:",
"* a response from the Service that a domain name is 'available', does not guarantee that is able to be registered,",
"* we may restrict, suspend or terminate your access to the Service at any time, and",
"* the copying, compilation, repackaging, dissemination or other use of the information provided by the Service is not permitted, without our express written consent.",
"",
"This information has been prepared and published in order to represent administrative and technical management of the TLD.",
"",
"We may discontinue or amend any part or the whole of these Terms of Service from time to time at our absolute discretion."
]
}
}