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

This commit is contained in:
GiriNeko 2025-08-05 18:09:14 +08:00
parent c484a7a209
commit 2798464c4a

View file

@ -307,9 +307,9 @@
<h5 class="sk-text-bold">APIXML 格式)</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
来获取数据。