This commit is contained in:
aaron 2025-05-09 22:52:14 +08:00
parent bebe8fc67b
commit be38291b62
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ services:
build:
context: .
dockerfile: Dockerfile
image: tradus-web:1.0.21
image: tradus-web:1.0.22
container_name: tradus-web
ports:
- '6000:80'

View File

@ -18,7 +18,7 @@ const openAuthModal = (mode: 'login' | 'register') => {
<section class="hero-section">
<div class="hero-content">
<h1 class="hero-title"><span class="accent">tradus</span></h1>
<p class="hero-subtitle">基于大语言模型构建的智能交易助手</p>
<p class="hero-subtitle">基于大语言模型构建的智能投研助手</p>
<div class="hero-actions" v-if="!isAuthenticated">
<button class="btn btn-primary" @click="openAuthModal('login')">登录</button>
<button class="btn btn-secondary" @click="openAuthModal('register')">注册</button>