提交
This commit is contained in:
@@ -5,6 +5,7 @@ import { getMarketOverview } from '@/api/client';
|
||||
import type { IndexQuote, MarketOverview as Overview } from '@/api/types';
|
||||
|
||||
import AmountHistoryChart from '@/components/AmountHistoryChart.vue';
|
||||
import IndexKLine from '@/components/IndexKLine.vue';
|
||||
|
||||
// 主页大盘总览:A 股 + 港美指数最近收盘(收盘口径,标注交易日),沪深两市市值/成交统计。
|
||||
// 数据为 EOD 口径,进页面拉一次 + 手动刷新即可,不做轮询。
|
||||
@@ -226,6 +227,9 @@ function hoverText(it: IndexQuote): string {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 上证指数 K 线(日/周/月/年,周期随用户偏好持久化) -->
|
||||
<IndexKLine class="mt-4" />
|
||||
|
||||
<!-- 两市统计:daily_info 沪 SH_MARKET(主板A+科创+B) + 深 SZ_MARKET 汇总 -->
|
||||
<div
|
||||
v-if="overview.stats"
|
||||
|
||||
Reference in New Issue
Block a user