mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-14 12:17:22 +00:00
vendor: change domain
This commit is contained in:
parent
74cc152008
commit
1ed7e4cef7
2 changed files with 9 additions and 9 deletions
|
|
@ -15,13 +15,13 @@ XML Format Output
|
|||
### Not compressed (For development)
|
||||
|
||||
```
|
||||
GET https://chrome-dl.com/api/chrome.xml
|
||||
GET https://chrome.ntr.sb/api/chrome.xml
|
||||
```
|
||||
|
||||
### Compressed (For production)
|
||||
|
||||
```
|
||||
GET https://chrome-dl.com/api/chrome.min.xml
|
||||
GET https://chrome.ntr.sb/api/chrome.min.xml
|
||||
```
|
||||
|
||||
## Advanced - Google Updater (Omaha) API
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@
|
|||
<!--[if lt IE 9]><script src="https://cdn.jsdelivr.net/npm/html5shiv@3.7.3"></script><script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script><![endif]-->
|
||||
<meta property="og:title" content="Chrome 离线包">
|
||||
<meta property="og:type" content="Website">
|
||||
<meta property="og:url" content="https://ettingshausen.github.io/CheckChrome/">
|
||||
<meta property="og:url" content="https://chrome.ntr.sb">
|
||||
<meta property="og:description" content="又一个 Chrome 离线包下载">
|
||||
<meta name="twitter:card" content="summary">
|
||||
</head>
|
||||
|
|
@ -301,15 +301,15 @@
|
|||
<h4 class="sk-mb-4">注意</h4>
|
||||
<h5 class="sk-text-bold">项目开源地址</h5>
|
||||
<p>
|
||||
<a href="https://github.com/ettingshausen/CheckChrome" target="_blank"
|
||||
rel="noopener noreferrer">https://github.com/ettingshausen/CheckChrome</a>
|
||||
<a href="https://github.com/GiriNeko/CheckChrome" target="_blank"
|
||||
rel="noopener noreferrer">https://github.com/GiriNeko/CheckChrome</a>
|
||||
</p>
|
||||
<h5 class="sk-text-bold">API(XML 格式)</h5>
|
||||
<p>
|
||||
<a href="https://ettingshausen.github.io/CheckChrome/api/chrome.xml" target="_blank"
|
||||
rel="noopener noreferrer">https://ettingshausen.github.io/CheckChrome/api/chrome.xml</a>(未压缩)<br>
|
||||
<a href="https://ettingshausen.github.io/CheckChrome/api/chrome.min.xml" target="_blank"
|
||||
rel="noopener noreferrer">https://ettingshausen.github.io/CheckChrome/api/chrome.min.xml</a>(已压缩)
|
||||
<a href="https://chrome.ntr.sb/api/chrome.xml" target="_blank"
|
||||
rel="noopener noreferrer">https://chrome.ntr.sb/api/chrome.xml</a>(未压缩)<br>
|
||||
<a href="https://chrome.ntr.sb/CheckChrome/api/chrome.min.xml" target="_blank"
|
||||
rel="noopener noreferrer">https://chrome.ntr.sb/api/chrome.min.xml</a>(已压缩)
|
||||
</p>
|
||||
<blockquote class="sk-mb-0">对于需要 Chrome 离线包数据,请使用本站开放的 API,<b>完全没有必要</b> 用 iframe 嵌套或反代本站,或者用爬虫解析本站 HTML
|
||||
来获取数据。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue