同步入口移至首页:MarketSyncBar 手动同步A股当日数据并展示最新更新日期;选股页移除数据状态条与同步逻辑

This commit is contained in:
2026-09-02 23:10:35 +08:00
parent 2f9c8bee2b
commit 2735ff1fd9
6 changed files with 136 additions and 110 deletions

View File

@@ -2,6 +2,7 @@
import { RouterLink } from 'vue-router';
import MarketOverview from '@/components/MarketOverview.vue';
import MarketSyncBar from '@/components/MarketSyncBar.vue';
// 首页:大盘行情总览 + 三大功能入口(看股 / 选股 / 回测)
const features = [
@@ -33,6 +34,8 @@ const features = [
<div class="w-full max-w-5xl">
<MarketOverview />
<MarketSyncBar />
<div class="grid gap-6 sm:grid-cols-2 lg:grid-cols-3">
<RouterLink
v-for="f in features"