diff --git a/README.md b/README.md index ae058c6..72b3971 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/index.html b/src/index.html index 77f47ea..68161ef 100644 --- a/src/index.html +++ b/src/index.html @@ -116,7 +116,7 @@ - + @@ -301,15 +301,15 @@

注意

项目开源地址

- https://github.com/ettingshausen/CheckChrome + https://github.com/GiriNeko/CheckChrome

API(XML 格式)

- https://ettingshausen.github.io/CheckChrome/api/chrome.xml(未压缩)
- https://ettingshausen.github.io/CheckChrome/api/chrome.min.xml(已压缩) + https://chrome.ntr.sb/api/chrome.xml(未压缩)
+ https://chrome.ntr.sb/api/chrome.min.xml(已压缩)

对于需要 Chrome 离线包数据,请使用本站开放的 API,完全没有必要 用 iframe 嵌套或反代本站,或者用爬虫解析本站 HTML 来获取数据。