Skip to content

Commit

Permalink
构建GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
CookSleep committed Sep 10, 2024
1 parent d5a554e commit a15c05e
Show file tree
Hide file tree
Showing 9 changed files with 130 additions and 0 deletions.
1 change: 1 addition & 0 deletions skyfetch/css/app.e8febc24.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 78 additions & 0 deletions skyfetch/index.html
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>
2 changes: 2 additions & 0 deletions skyfetch/js/app.01747d43.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions skyfetch/js/app.01747d43.js.map

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions skyfetch/js/chunk-vendors.c9f45508.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions skyfetch/js/chunk-vendors.c9f45508.js.map

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions skyfetch/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions skyfetch/robots.txt
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
9 changes: 9 additions & 0 deletions skyfetch/sitemap.xml
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>

0 comments on commit a15c05e

Please sign in to comment.