mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-16 21:27:24 +00:00
chore: add new domain: chrome-dl.com
This commit is contained in:
parent
d18c709339
commit
9da2c78ec6
4 changed files with 12 additions and 10 deletions
|
|
@ -4,9 +4,9 @@ node_js:
|
|||
sudo: enabled
|
||||
dist: xenial
|
||||
install:
|
||||
- curl -L https://noc.one/ubuntu | bash
|
||||
- sudo apt update
|
||||
- sudo apt -y install libxml2-utils
|
||||
- sudo apt-get clean
|
||||
- sudo apt-get update
|
||||
- sudo apt-get -y install libxml2-utils
|
||||
script:
|
||||
- chmod +x ./run.sh
|
||||
- ./run.sh
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
## Demo
|
||||
|
||||
https://lab.skk.moe/chrome
|
||||
https://chrome-dl.com
|
||||
|
||||
## API for CheckChrome
|
||||
|
||||
|
|
@ -17,13 +17,13 @@ XML Format Output
|
|||
### Not compressed (For development)
|
||||
|
||||
```
|
||||
GET https://lab.skk.moe/chrome/api/chrome.xml
|
||||
GET https://chrome-dl.com/api/chrome.xml
|
||||
```
|
||||
|
||||
### Compressed (For production)
|
||||
|
||||
```
|
||||
GET https://lab.skk.moe/chrome/api/chrome.min.xml
|
||||
GET https://chrome-dl.com/api/chrome.min.xml
|
||||
```
|
||||
|
||||
## Advanced - Google Updater (Omaha) API
|
||||
|
|
|
|||
|
|
@ -16,10 +16,9 @@
|
|||
<!--[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.skk.moe/chrome">
|
||||
<meta property="og:url" content="https://chrome-dl.com">
|
||||
<meta property="og:description" content="又一个 Chrome 离线包下载">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<script type="text/javascript">eval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('8(f.m.j>0)6.1.g(\'7://2.3.4/5/\');8(e!=6)6.1=\'7://2.3.4/5/\';i a=9.1.h,b="2.3.4",c="k:l",d="7://2.3.4/5";b!=a&&c!=a&&(9.1.n=d);',24,24,'|location|lab|skk|moe|chrome|top|https|if|window|||||self|parent|replace|host|var|length|localhost|8080|frames|href'.split('|'),0,{}))</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -253,8 +252,8 @@
|
|||
</p>
|
||||
<h5 class="sk-text-bold">API(XML 格式)</h5>
|
||||
<p>
|
||||
<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>(已压缩)
|
||||
<a href="https://chrome-dl.com/api/chrome.xml" target="_blank" rel="noopener noreferrer">https://chrome-dl.com/api/chrome.xml</a>(未压缩)<br>
|
||||
<a href="https://chrome-dl.com/api/chrome.min.xml" target="_blank" rel="noopener noreferrer">https://chrome-dl.com/api/chrome.min.xml</a>(已压缩)
|
||||
</p>
|
||||
<blockquote class="sk-mb-0">对于需要 Chrome 离线包数据,请使用本站开放的 API,<b>完全没有必要</b> 用 iframe 嵌套或反代本站,或者用爬虫解析本站 HTML 来获取数据。</blockquote>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@ echo '-------------------------------------'
|
|||
|
||||
mkdir ./_deploy
|
||||
cd ./_deploy
|
||||
touch CNAME
|
||||
echo 'chrome-dl.com' > CNAME
|
||||
|
||||
git init
|
||||
git config --global push.default matching
|
||||
git config --global user.email "${GitHubEMail}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue