mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-14 12:17:22 +00:00
feat: change api url to relative path
Some checks failed
Latest Build to GitHub Pages / build (push) Has been cancelled
Latest Build to UPYUN / build (push) Has been cancelled
Some checks failed
Latest Build to GitHub Pages / build (push) Has been cancelled
Latest Build to UPYUN / build (push) Has been cancelled
This commit is contained in:
parent
c484a7a209
commit
2798464c4a
1 changed files with 2 additions and 2 deletions
|
|
@ -307,9 +307,9 @@
|
|||
<h5 class="sk-text-bold">API(XML 格式)</h5>
|
||||
<p>
|
||||
<a href="https://chrome.ntr.sb/api/chrome.xml" target="_blank"
|
||||
rel="noopener noreferrer">https://chrome.ntr.sb/api/chrome.xml</a>(未压缩)<br>
|
||||
rel="noopener noreferrer">/api/chrome.xml</a>(未压缩)<br>
|
||||
<a href="https://chrome.ntr.sb/api/chrome.min.xml" target="_blank"
|
||||
rel="noopener noreferrer">https://chrome.ntr.sb/api/chrome.min.xml</a>(已压缩)
|
||||
rel="noopener noreferrer">/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