feat:更新系统名称

This commit is contained in:
fangyunong 2025-07-01 17:01:37 +08:00
parent 7b356bd403
commit 9013b0b40f
3 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -12,6 +12,7 @@ dist
dist-ssr
*.local
.vscode
secret.ts
# Editor directories and files
.vscode/*
!.vscode/extensions.json

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
<title>零枢系统 | 一款面向第五人格陪玩团的服务管理系统</title>
</head>
<body>
<div id="app"></div>

View File

@ -2,11 +2,11 @@
<div class="deepseek-home">
<header class="deepseek-home__header">
<div class="deepseek-home__logo">
<span class="deepseek-home__logo-text">Identity V</span>
<span class="deepseek-home__logo-beta">AGS</span>
<span class="deepseek-home__logo-text">ZeroNode</span>
<span class="deepseek-home__logo-beta">零枢</span>
</div>
<nav class="deepseek-home__nav">
第五人格ASG赛事-陪玩后台管理系统
概览
</nav>
<div class="deepseek-home__actions">
<n-button type="primary" @click="handleLogin">登录</n-button>
@ -127,7 +127,7 @@ const handleLogout = () => {
display: flex;
color:$primaryColor;
font-weight: bold;
font-size: 24px;
font-size: 18px;
}
&__actions {