Compare commits
4
Commits
c9e3d30b33
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
08f6e61be0 | ||
|
|
23e51d93d2 | ||
|
|
07a3a198c3 | ||
|
|
c0003ac098 |
+4
-4
@@ -6,17 +6,17 @@
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="theme-color" content="#f7f8fb">
|
||||
<title>页面不存在 · PeopleLib</title>
|
||||
<link rel="icon" href="/assets/icon.png">
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
<link rel="icon" href="/peoplelib/assets/icon.png">
|
||||
<link rel="stylesheet" href="/peoplelib/styles.css">
|
||||
</head>
|
||||
<body class="error-page">
|
||||
<main>
|
||||
<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>
|
||||
<h1>这个页面不存在</h1>
|
||||
<p>地址可能已经改变,返回首页继续了解 PeopleLib。</p>
|
||||
<a class="button button-primary" href="/">返回首页</a>
|
||||
<a class="button button-primary" href="/peoplelib/">返回首页</a>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
reader.mesalogo.com
|
||||
+3
-7
@@ -8,10 +8,10 @@
|
||||
<meta property="og:title" content="PeopleLib · 文献检索与本地阅读">
|
||||
<meta property="og:description" content="多源文献检索、本地书库、内置阅读器、笔记与 AI 助手。">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:image" content="https://reader.mesalogo.com/assets/og-cover.jpg">
|
||||
<meta property="og:url" content="https://reader.mesalogo.com/">
|
||||
<meta property="og:image" content="https://blog.lofyer.org/peoplelib/assets/og-cover.jpg">
|
||||
<meta property="og:url" content="https://blog.lofyer.org/peoplelib/">
|
||||
<title>PeopleLib · 文献检索与本地阅读</title>
|
||||
<link rel="canonical" href="https://reader.mesalogo.com/">
|
||||
<link rel="canonical" href="https://blog.lofyer.org/peoplelib/">
|
||||
<link rel="icon" href="assets/icon.png">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
@@ -46,10 +46,6 @@
|
||||
</section>
|
||||
|
||||
<section class="product-shot" aria-label="PeopleLib 应用预览">
|
||||
<div class="window-bar">
|
||||
<span></span><span></span><span></span>
|
||||
<strong>PeopleLib</strong>
|
||||
</div>
|
||||
<img src="screenshots/PeopleLib_bAecy2Izab.png" alt="PeopleLib 本地书库界面">
|
||||
</section>
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://reader.mesalogo.com/sitemap.xml
|
||||
Sitemap: https://blog.lofyer.org/peoplelib/sitemap.xml
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://reader.mesalogo.com/</loc>
|
||||
<loc>https://blog.lofyer.org/peoplelib/</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
|
||||
@@ -241,30 +241,6 @@ h1 {
|
||||
box-shadow: 0 18px 45px rgba(42, 53, 78, 0.1);
|
||||
}
|
||||
|
||||
.window-bar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 7px;
|
||||
height: 42px;
|
||||
padding: 0 15px;
|
||||
border-bottom: 1px solid #e6eaf1;
|
||||
background: #fbfcfe;
|
||||
}
|
||||
|
||||
.window-bar span {
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
border-radius: 50%;
|
||||
background: #d6dce8;
|
||||
}
|
||||
|
||||
.window-bar strong {
|
||||
margin: 0 auto 0 -33px;
|
||||
color: #8b95a7;
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.section {
|
||||
padding: 120px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user