diff --git a/web/index.html b/web/index.html index 508eabd..d9fb34e 100644 --- a/web/index.html +++ b/web/index.html @@ -4,7 +4,7 @@ - web + ai修仙模拟器
diff --git a/web/src/components/layout/StatusBar.vue b/web/src/components/layout/StatusBar.vue index 3b016a5..d5973ae 100644 --- a/web/src/components/layout/StatusBar.vue +++ b/web/src/components/layout/StatusBar.vue @@ -13,6 +13,17 @@ const store = useGameStore()
{{ store.year }}年 {{ store.month }}月
+
+ 作者: + + 肥桥今天吃什么 + +
修士: {{ store.avatarList.length }}
@@ -30,6 +41,7 @@ const store = useGameStore() padding: 0 16px; font-size: 14px; z-index: 10; + gap: 16px; } .top-bar .title { @@ -49,5 +61,23 @@ const store = useGameStore() background: #52c41a; } +.author { + display: flex; + align-items: center; + gap: 4px; + white-space: nowrap; + color: #bbb; +} + +.author-link { + color: #4dabf7; + text-decoration: none; +} + +.author-link:hover { + color: #8bc6ff; + text-decoration: underline; +} +