Files
infstarweb/index.html
zhangyuheng 5c6d389962 feat: add TownsPage and router configuration
- Created TownsPage.vue to display a list of towns with filtering options and a modal for details.
- Implemented a router.js file to manage application routes, including the new towns page.
2026-03-18 14:10:49 +08:00

104 lines
5.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>白鹿原 Minecraft 服务器 - 永不换档的纯净原版生存Minecraft服务器</title>
<meta name="description" content="白鹿原是一个永不换档的纯净原版生存Minecraft我的世界服务器支持Java版与基岩版互通。提供免费圈地保护、自研管理插件紧跟最新游戏版本更新。物理工作站保障7×24小时稳定运行实时查看服务器在线状态与众筹进展。立即加入白鹿原开启纯净原版生存冒险之旅服务器地址mcpure.lunadeer.cn" />
<meta name="keywords" content="白鹿原Minecraft,白鹿原我的世界,白鹿原mc,Minecraft服务器,我的世界,我的世界服务器,纯净服务器,原版服务器,纯净生存,基岩互通,白鹿原,MC服务器,永不换档,免费圈地,Minecraft中国" />
<meta name="author" content="白鹿原 Minecraft 服务器" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://mcpure.lunadeer.cn/" />
<!-- Google Site Verification -->
<meta name="google-site-verification" content="ZMGHsJuJU3soEw09Xa0lfKTxhxEBKN-h-goxg5lhCRw" />
<!-- Bing Site Verification -->
<meta name="msvalidate.01" content="A46E723A4AEF6D9EEB1D9AB9DC1267FD" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mcpure.lunadeer.cn/" />
<meta property="og:title" content="白鹿原 Minecraft 服务器 - 永不换档的纯净原版生存Minecraft服务器" />
<meta property="og:description" content="白鹿原——永不换档的纯净原版生存Minecraft服务器支持Java版与基岩版互通。免费圈地保护、自研管理插件、紧跟最新版本物理工作站保障全天候稳定运行。立即加入纯净生存冒险" />
<meta property="og:image" content="https://img.lunadeer.cn/i/2024/04/22/6625ce6c8ddc1.png" />
<meta property="og:site_name" content="白鹿原 Minecraft 服务器" />
<meta property="og:locale" content="zh_CN" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://mcpure.lunadeer.cn/" />
<meta property="twitter:title" content="白鹿原 Minecraft 服务器 - 永不换档的纯净原版生存Minecraft服务器" />
<meta property="twitter:description" content="白鹿原——永不换档的纯净原版生存Minecraft服务器支持Java版与基岩版互通。免费圈地保护、自研管理插件、紧跟最新版本物理工作站保障全天候稳定运行。立即加入纯净生存冒险" />
<meta property="twitter:image" content="https://img.lunadeer.cn/i/2024/04/22/6625ce6c8ddc1.png" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://img.lunadeer.cn" />
<link rel="dns-prefetch" href="https://outline.lunadeer.cn" />
<link rel="dns-prefetch" href="https://mcmap.lunadeer.cn" />
<link rel="dns-prefetch" href="https://mcphoto.lunadeer.cn" />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&family=Inter:wght@400;600;800&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "GameServer",
"name": "白鹿原 Minecraft 服务器",
"description": "永不换档的纯净原版生存Minecraft服务器支持Java版和基岩版互通",
"url": "https://mcpure.lunadeer.cn/",
"logo": "https://img.lunadeer.cn/i/2024/04/22/6625ce6c8ddc1.png",
"image": "https://img.lunadeer.cn/i/2025/11/26/69267755e14e3.png",
"game": {
"@type": "VideoGame",
"name": "Minecraft",
"gamePlatform": ["Java Edition", "Bedrock Edition"]
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "CNY",
"availability": "https://schema.org/InStock"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"ratingCount": "100"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "白鹿原 Minecraft 服务器",
"url": "https://mcpure.lunadeer.cn/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://mcpure.lunadeer.cn/stats?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body>
<!-- GitHub Pages SPA redirect handler -->
<script>
(function(l) {
if (l.search[1] === '/') {
var decoded = l.search.slice(1).split('&').map(function(s) {
return s.replace(/~and~/g, '&')
}).join('?');
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + decoded + l.hash
);
}
}(window.location))
</script>
<a href="#main-content" class="skip-to-main" style="position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;">跳转到主内容</a>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>