fix: add base tag for domain routing

This commit is contained in:
pengyuthon 2026-07-07 17:37:53 +08:00
parent 439fc7440f
commit 7f641b7647
6 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="https://yt.pengyuthon.cn/">
<title>宇森 · 世界沙盘</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="https://yt.pengyuthon.cn/">
<title>宇森</title>
<style>
* { margin:0; padding:0; box-sizing:border-box; }

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="https://yt.pengyuthon.cn/">
<title>游戏介绍 — 宇森</title>
<style>
* { margin:0; padding:0; box-sizing:border-box; }

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="https://yt.pengyuthon.cn/">
<title>平台架构 — 宇森</title>
<style>
* { margin:0; padding:0; box-sizing:border-box; }

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="https://yt.pengyuthon.cn/">
<title>种族 — 宇森</title>
<style>
* { margin:0; padding:0; box-sizing:border-box; }

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="https://yt.pengyuthon.cn/">
<title>世界结构 — 宇森</title>
<style>
* { margin:0; padding:0; box-sizing:border-box; }