This commit is contained in:
bridge
2025-11-22 01:13:36 +08:00
parent 522b522024
commit fb4d70a8ee
2 changed files with 10 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ai修仙模拟器</title>
<title>AI修仙世界模拟器</title>
</head>
<body>
<div id="app"></div>

View File

@@ -7,21 +7,26 @@ const store = useGameStore()
<template>
<header class="top-bar">
<div class="left">
<span class="title">修仙模拟器</span>
<span class="title">AI修仙世界模拟器</span>
<span class="status-dot" :class="{ connected: store.isConnected }"></span>
</div>
<div class="center">
<span class="time">{{ store.year }} {{ store.month }}</span>
</div>
<div class="author">
<span>作者</span>
<a
肥桥今天吃什么的<a
class="author-link"
href="https://space.bilibili.com/527346837"
target="_blank"
rel="noopener"
>B站空间</a>
<a
class="author-link"
href="https://github.com/4thfever/cultivation-world-simulator"
target="_blank"
rel="noopener"
>
肥桥今天吃什么
Github仓库
</a>
</div>
<div class="right">