Rebrand product and enhance tradable symbols table with spec columns and K-line links.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-26 03:18:42 +08:00
parent ab9987e4c7
commit 4eb5709d71
30 changed files with 178 additions and 57 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
{# Copyright (c) 2025-2026 马建军. All rights reserved. 专有软件,详见 LICENSE.zh-CN.txt #}
{# Copyright (c) 2025-2026 马建军. All rights reserved. 专有软件,详见 LICENSE.zh-CN.txt #}
<!DOCTYPE html>
<html lang="zh-CN" data-theme="dark">
<head>
@@ -127,7 +127,7 @@
filter:drop-shadow(0 0 20px var(--focus-glow));
}
.login-sub{
text-align:center;font-size:.68rem;letter-spacing:.2em;
text-align:center;font-size:.78rem;letter-spacing:.04em;
color:var(--text-muted);margin-bottom:2rem;
}
.form-group{margin-bottom:1.25rem}
@@ -183,8 +183,8 @@
</div>
</div>
<div class="login-box">
<h2>期货监控系统</h2>
<p class="login-sub">FUTURES MONITOR</p>
<h2>国内期货 · 交易复盘系统</h2>
<p class="login-sub">专注于仓位管理和纪律执行</p>
{% with messages = get_flashed_messages() %}
{% if messages %}<div class="flash">{{ messages[0] }}</div>{% endif %}
{% endwith %}