From 2798464c4a61159445b3748e19c78655ac27b108 Mon Sep 17 00:00:00 2001 From: GiriNeko Date: Tue, 5 Aug 2025 18:09:14 +0800 Subject: [PATCH] feat: change api url to relative path --- src/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 2dae02a..88b872a 100644 --- a/src/index.html +++ b/src/index.html @@ -307,9 +307,9 @@
API(XML 格式)

https://chrome.ntr.sb/api/chrome.xml(未压缩)
+ rel="noopener noreferrer">/api/chrome.xml(未压缩)
https://chrome.ntr.sb/api/chrome.min.xml(已压缩) + rel="noopener noreferrer">/api/chrome.min.xml(已压缩)

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