This commit is contained in:
2026-02-28 10:38:33 +08:00
parent fa37deb209
commit a5ba7e045f
13 changed files with 133 additions and 112 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const goToLogin = () => {
<template>
<div class="home-container">
<div class="home-content">
<h1 class="home-title">欢迎来到 DataFlow</h1>
<h1 class="home-title">欢迎来到 DataHub</h1>
<p class="home-description">数据管理平台</p>
<div class="home-actions">
+1 -1
View File
@@ -95,7 +95,7 @@ const goToRegister = () => {
<!-- 表单标题 -->
<div class="mb-8">
<h1 class="text-3xl font-bold text-gray-800 mb-2">用户登录</h1>
<p class="text-gray-600">欢迎回到 DataFlow</p>
<p class="text-gray-600">欢迎回到 DataHub</p>
</div>
<!-- 登录表单 -->