update
This commit is contained in:
parent
fa5db752e5
commit
1fe2fad661
@ -5,7 +5,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: tradus-web:1.0.24
|
image: tradus-web:1.0.25
|
||||||
container_name: tradus-web
|
container_name: tradus-web
|
||||||
ports:
|
ports:
|
||||||
- '6000:80'
|
- '6000:80'
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||||||
/>
|
/>
|
||||||
<title>tradus - AI Agent for trading</title>
|
<title>tradus - Investment Research Assistant based on LLM</title>
|
||||||
<style>
|
<style>
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
|
|||||||
@ -241,7 +241,7 @@ onUnmounted(() => {
|
|||||||
<!-- 网站标题 -->
|
<!-- 网站标题 -->
|
||||||
<div class="site-title">
|
<div class="site-title">
|
||||||
<span class="title-text">tradus</span>
|
<span class="title-text">tradus</span>
|
||||||
<div class="subtitle-text">AI for Trading</div>
|
<!-- <div class="subtitle-text">AI for Trading</div> -->
|
||||||
</div>
|
</div>
|
||||||
<!-- Agent 列表 -->
|
<!-- Agent 列表 -->
|
||||||
<div class="agent-list">
|
<div class="agent-list">
|
||||||
|
|||||||
@ -18,7 +18,7 @@ const openAuthModal = (mode: 'login' | 'register') => {
|
|||||||
<section class="hero-section">
|
<section class="hero-section">
|
||||||
<div class="hero-content">
|
<div class="hero-content">
|
||||||
<h1 class="hero-title"><span class="accent">tradus</span></h1>
|
<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">
|
<div class="hero-actions" v-if="!isAuthenticated">
|
||||||
<button class="btn btn-primary" @click="openAuthModal('login')">登录</button>
|
<button class="btn btn-primary" @click="openAuthModal('login')">登录</button>
|
||||||
<button class="btn btn-secondary" @click="openAuthModal('register')">注册</button>
|
<button class="btn btn-secondary" @click="openAuthModal('register')">注册</button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user