fix: 移除 Pages 自定义域名配置
构建与发布 / 单测与集成测试 (push) Waiting to run
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (arm64, linux, ubuntu-24.04-arm) (push) Blocked by required conditions
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (arm64, macos, macos-15) (push) Blocked by required conditions
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (x64, linux, ubuntu-24.04) (push) Blocked by required conditions
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (x64, windows, windows-2025) (push) Blocked by required conditions
构建与发布 / 发布 GitHub Release (push) Blocked by required conditions
发布网站 / 部署 GitHub Pages (push) Waiting to run
构建与发布 / 单测与集成测试 (push) Waiting to run
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (arm64, linux, ubuntu-24.04-arm) (push) Blocked by required conditions
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (arm64, macos, macos-15) (push) Blocked by required conditions
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (x64, linux, ubuntu-24.04) (push) Blocked by required conditions
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (x64, windows, windows-2025) (push) Blocked by required conditions
构建与发布 / 发布 GitHub Release (push) Blocked by required conditions
发布网站 / 部署 GitHub Pages (push) Waiting to run
This commit is contained in:
+4
-4
@@ -6,17 +6,17 @@
|
|||||||
<meta name="robots" content="noindex">
|
<meta name="robots" content="noindex">
|
||||||
<meta name="theme-color" content="#f7f8fb">
|
<meta name="theme-color" content="#f7f8fb">
|
||||||
<title>页面不存在 · PeopleLib</title>
|
<title>页面不存在 · PeopleLib</title>
|
||||||
<link rel="icon" href="/assets/icon.png">
|
<link rel="icon" href="/peoplelib/assets/icon.png">
|
||||||
<link rel="stylesheet" href="/styles.css">
|
<link rel="stylesheet" href="/peoplelib/styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body class="error-page">
|
<body class="error-page">
|
||||||
<main>
|
<main>
|
||||||
<section class="error-content">
|
<section class="error-content">
|
||||||
<img src="/assets/icon.png" alt="" width="72" height="72">
|
<img src="/peoplelib/assets/icon.png" alt="" width="72" height="72">
|
||||||
<p class="error-code">404</p>
|
<p class="error-code">404</p>
|
||||||
<h1>这个页面不存在</h1>
|
<h1>这个页面不存在</h1>
|
||||||
<p>地址可能已经改变,返回首页继续了解 PeopleLib。</p>
|
<p>地址可能已经改变,返回首页继续了解 PeopleLib。</p>
|
||||||
<a class="button button-primary" href="/">返回首页</a>
|
<a class="button button-primary" href="/peoplelib/">返回首页</a>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
reader.mesalogo.com
|
|
||||||
+3
-3
@@ -8,10 +8,10 @@
|
|||||||
<meta property="og:title" content="PeopleLib · 文献检索与本地阅读">
|
<meta property="og:title" content="PeopleLib · 文献检索与本地阅读">
|
||||||
<meta property="og:description" content="多源文献检索、本地书库、内置阅读器、笔记与 AI 助手。">
|
<meta property="og:description" content="多源文献检索、本地书库、内置阅读器、笔记与 AI 助手。">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:image" content="https://reader.mesalogo.com/assets/og-cover.jpg">
|
<meta property="og:image" content="https://lofyer.github.io/peoplelib/assets/og-cover.jpg">
|
||||||
<meta property="og:url" content="https://reader.mesalogo.com/">
|
<meta property="og:url" content="https://lofyer.github.io/peoplelib/">
|
||||||
<title>PeopleLib · 文献检索与本地阅读</title>
|
<title>PeopleLib · 文献检索与本地阅读</title>
|
||||||
<link rel="canonical" href="https://reader.mesalogo.com/">
|
<link rel="canonical" href="https://lofyer.github.io/peoplelib/">
|
||||||
<link rel="icon" href="assets/icon.png">
|
<link rel="icon" href="assets/icon.png">
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="styles.css">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
User-agent: *
|
User-agent: *
|
||||||
Allow: /
|
Allow: /
|
||||||
|
|
||||||
Sitemap: https://reader.mesalogo.com/sitemap.xml
|
Sitemap: https://lofyer.github.io/peoplelib/sitemap.xml
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://reader.mesalogo.com/</loc>
|
<loc>https://lofyer.github.io/peoplelib/</loc>
|
||||||
<changefreq>monthly</changefreq>
|
<changefreq>monthly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|||||||
Reference in New Issue
Block a user