mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-16 21:27:24 +00:00
vendor: update domain
This commit is contained in:
parent
cb27c2c425
commit
2c1c735599
2 changed files with 11 additions and 11 deletions
10
README.md
10
README.md
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
🌐 Yet another chrome offline package download page generator.
|
||||
|
||||
[](https://suka.moe)
|
||||
[](https://skk.moe)
|
||||
[](https://travis-ci.org/SukkaW/CheckChrome)
|
||||
[](./LICENSE)
|
||||
|
||||
## Demo
|
||||
|
||||
https://lab.suka.moe/chrome
|
||||
https://lab.skk.moe/chrome
|
||||
|
||||
## API for CheckChrome
|
||||
|
||||
|
|
@ -17,13 +17,13 @@ XML Format Output
|
|||
### Not compressed (For development)
|
||||
|
||||
```
|
||||
GET https://lab.suka.moe/chrome/api/chrome.xml
|
||||
GET https://lab.skk.moe/chrome/api/chrome.xml
|
||||
```
|
||||
|
||||
### Compressed (For production)
|
||||
|
||||
```
|
||||
GET https://lab.suka.moe/chrome/api/chrome.min.xml
|
||||
GET https://lab.skk.moe/chrome/api/chrome.min.xml
|
||||
```
|
||||
|
||||
## Advanced - Google Updater (Omaha) API
|
||||
|
|
@ -76,7 +76,7 @@ Canary
|
|||
|
||||
**CheckChrome** © [Sukka](https://github.com/SukkaW), Released under the [GPL-3.0](./LICENSE) License.
|
||||
|
||||
> [Personal Website](https://suka.moe) · [Blog](https://blog.suka.moe) · GitHub [@SukkaW](https://github.com/SukkaW) · Telegram Channel [@SukkaChannel](https://t.me/SukkaChannel)
|
||||
> [Personal Website](https://skk.moe) · [Blog](https://blog.skk.moe) · GitHub [@SukkaW](https://github.com/SukkaW) · Telegram Channel [@SukkaChannel](https://t.me/SukkaChannel)
|
||||
|
||||
## Render
|
||||
|
||||
|
|
|
|||
|
|
@ -16,14 +16,14 @@
|
|||
<!--[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 离线包 - SukkaLab">
|
||||
<meta property="og:type" content="Website">
|
||||
<meta property="og:url" content="https://lab.suka.moe/chrome">
|
||||
<meta property="og:url" content="https://lab.skk.moe/chrome">
|
||||
<meta property="og:description" content="又一个 Chrome 离线包下载">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<script type="text/javascript">if (parent.frames.length > 0) top.location.replace('https://lab.suka.moe/chrome/'); if (self != top) top.location = 'https://lab.suka.moe/chrome/';
|
||||
<script type="text/javascript">if (parent.frames.length > 0) top.location.replace('https://lab.skk.moe/chrome/'); if (self != top) top.location = 'https://lab.skk.moe/chrome/';
|
||||
var a = window.location.host,
|
||||
b = "lab.suka.moe",
|
||||
b = "lab.skk.moe",
|
||||
c = "localhost:8080",
|
||||
d = "https://lab.suka.moe/chrome";
|
||||
d = "https://lab.skk.moe/chrome";
|
||||
b != a && c != a && (window.location.href = d);
|
||||
</script>
|
||||
</head>
|
||||
|
|
@ -55,8 +55,8 @@
|
|||
</p>
|
||||
<h5 class="sk-text-bold">API(XML 格式)</h5>
|
||||
<p>
|
||||
<a href="https://lab.suka.moe/chrome/api/chrome.xml" target="_blank" rel="noopener noreferrer">https://lab.suka.moe/chrome/api/chrome.xml</a>(未压缩)<br>
|
||||
<a href="https://lab.suka.moe/chrome/api/chrome.min.xml" target="_blank" rel="noopener noreferrer">https://lab.suka.moe/chrome/api/chrome.min.xml</a>(已压缩)
|
||||
<a href="https://lab.skk.moe/chrome/api/chrome.xml" target="_blank" rel="noopener noreferrer">https://lab.skk.moe/chrome/api/chrome.xml</a>(未压缩)<br>
|
||||
<a href="https://lab.skk.moe/chrome/api/chrome.min.xml" target="_blank" rel="noopener noreferrer">https://lab.skk.moe/chrome/api/chrome.min.xml</a>(已压缩)
|
||||
</p>
|
||||
<blockquote class="sk-mb-0">你完全可以用本站开放的 API 来完成你想要做的任何事情,所以 <b>完全没有必要</b> 用 iframe 嵌套或反代本站,或者用爬虫爬取本站 HTML 来获取数据。</blockquote>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue