Use English tagline and open daily K-line when jumping from tradable symbols.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-26 03:23:52 +08:00
parent 4eb5709d71
commit aaf69329cb
7 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -245,8 +245,8 @@ body {
}
.site-title-sub {
font-size: .68rem;
letter-spacing: .04em;
font-size: .58rem;
letter-spacing: .1em;
}
.site-nav {
+2 -2
View File
@@ -73,8 +73,8 @@
filter:drop-shadow(0 0 24px var(--title-glow));
}
.site-title-sub{
display:block;font-size:.78rem;font-weight:400;
letter-spacing:.06em;text-transform:none;
display:block;font-size:.72rem;font-weight:500;
letter-spacing:.12em;text-transform:uppercase;
color:var(--text-muted);margin-top:.4rem;
-webkit-text-fill-color:var(--text-muted);
filter:none;
+2 -2
View File
@@ -1291,9 +1291,9 @@
var nameCls = r.trend_transition ? ' class="trend-name"' : '';
var name = r.name || '';
if (marketNavEnabled && r.main_code) {
var href = '/market?symbol=' + encodeURIComponent(r.main_code);
var href = '/market?symbol=' + encodeURIComponent(r.main_code) + '&period=d';
return (
'<td><a href="' + href + '" class="rec-market-link" title="查看 K 线">' +
'<td><a href="' + href + '" class="rec-market-link" title="查看日线 K 线">' +
'<strong' + nameCls + '>' + name + '</strong> ' +
'<span class="text-accent">' + r.main_code + '</span></a></td>'
);
+1 -1
View File
@@ -2,7 +2,7 @@
"id": "/",
"name": "国内期货 · 交易复盘系统",
"short_name": "交易复盘",
"description": "专注于仓位管理和纪律执行",
"description": "Position Management · Disciplined Execution",
"start_url": "/login",
"scope": "/",
"display": "standalone",