-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
130 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<!DOCTYPE html> | ||
<html lang=""> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
<link rel="icon" href="/skyfetch/logo.svg" type="image/svg+xml"> | ||
|
||
<title>SkyFetch</title> | ||
|
||
<!-- 中文描述 --> | ||
<meta name="description" lang="zh" content="SkyFetch是一个简单易用的工具,只需粘贴图片链接,即可快速获取BlueSky社交平台上图片的最高分辨率版本下载地址。"> | ||
<meta name="keywords" lang="zh" content="SkyFetch, BlueSky, 图片下载, 高分辨率, 社交媒体工具, 原图"> | ||
|
||
<!-- English description --> | ||
<meta name="description" lang="en" content="SkyFetch is a simple tool to quickly obtain high-resolution download links for images from the BlueSky social platform by pasting the image link."> | ||
<meta name="keywords" lang="en" content="SkyFetch, BlueSky, image download, high resolution, social media tool, original image"> | ||
|
||
<!-- Open Graph tags --> | ||
<meta property="og:title" content="SkyFetch"> | ||
<meta property="og:description" lang="zh" content="快速获取BlueSky社交平台上图片的最高分辨率版本下载地址。"> | ||
<meta property="og:description" lang="en" content="Quickly obtain high-resolution download links for images from the BlueSky social platform."> | ||
<meta property="og:image" content="/skyfetch/og-image.png"> | ||
<meta property="og:url" content="https://cooksleep.github.io/skyfetch/"> | ||
<meta property="og:type" content="website"> | ||
|
||
<!-- Twitter card tags --> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:title" content="SkyFetch"> | ||
<meta name="twitter:description" lang="zh" content="快速获取BlueSky社交平台上图片的最高分辨率版本下载地址。"> | ||
<meta name="twitter:description" lang="en" content="Quickly obtain high-resolution download links for images from the BlueSky social platform."> | ||
<meta name="twitter:image" content="/skyfetch/twitter-card-image.png"> | ||
|
||
<style> | ||
.noscript-container { | ||
position: fixed; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
background-color: rgba(0, 0, 0, 0.8); | ||
z-index: 9999; | ||
} | ||
.noscript-message { | ||
background-color: white; | ||
padding: 20px; | ||
border-radius: 10px; | ||
text-align: center; | ||
max-width: 80%; | ||
} | ||
.noscript-message strong { | ||
display: block; | ||
margin-bottom: 10px; | ||
font-size: 1.2em; | ||
} | ||
@media (min-width: 768px) { | ||
.noscript-message { | ||
font-size: 1.2em; | ||
} | ||
} | ||
</style> | ||
<script defer src="/skyfetch/js/chunk-vendors.c9f45508.js"></script><script defer src="/skyfetch/js/app.01747d43.js"></script><link href="/skyfetch/css/app.e8febc24.css" rel="stylesheet"></head> | ||
<body> | ||
<noscript> | ||
<div class="noscript-container"> | ||
<div class="noscript-message"> | ||
<strong lang="en">We're sorry but SkyFetch doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> | ||
<strong lang="zh">很抱歉,SkyFetch 需要启用 JavaScript 才能正常工作。请启用它以继续。</strong> | ||
</div> | ||
</div> | ||
</noscript> | ||
<div id="app"></div> | ||
<!-- built files will be auto injected --> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
User-agent: * | ||
Allow: / | ||
Sitemap: https://cooksleep.github.io/skyfetch/sitemap.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | ||
<url> | ||
<loc>https://cooksleep.github.io/skyfetch/</loc> | ||
<lastmod>2024-03-17</lastmod> | ||
<changefreq>monthly</changefreq> | ||
<priority>1.0</priority> | ||
</url> | ||
</urlset> |