vendor: update domain

This commit is contained in:
SukkaW 2018-09-14 15:32:12 +08:00
parent cb27c2c425
commit 2c1c735599
2 changed files with 11 additions and 11 deletions

View file

@ -2,13 +2,13 @@
🌐 Yet another chrome offline package download page generator.
[![Author](https://img.shields.io/badge/Author-Sukka-b68469.svg?style=flat-square)](https://suka.moe)
[![Author](https://img.shields.io/badge/Author-Sukka-b68469.svg?style=flat-square)](https://skk.moe)
[![Build Status](https://img.shields.io/travis/SukkaW/CheckChrome.svg?style=flat-square)](https://travis-ci.org/SukkaW/CheckChrome)
[![License](https://img.shields.io/github/license/sukkaw/CheckChrome.svg?style=flat-square)](./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

View file

@ -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">APIXML 格式)</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>