- 新增 /dashboard 页面:暗色主题,指数行情/市场温度/涨跌分布/行业强度/概念热度/事件情报 - 后端聚合接口 /api/market-dashboard,30秒缓存 - 利用SDK接口:指数行情、全市场快照、涨停/跌停/炸板池、连板天梯、热门股、飙升榜、龙虎榜、异动分析、集合竞价基准、行业/概念目录 - 市场温度评分:6因子加权(涨跌比/中位涨跌/强弱比/涨停活跃度/炸板惩罚/竞价信号) - 首页添加市场看板导航入口
232 lines
6.7 KiB
TypeScript
Executable File
232 lines
6.7 KiB
TypeScript
Executable File
/* eslint-disable */
|
|
|
|
// @ts-nocheck
|
|
|
|
// noinspection JSUnusedGlobalSymbols
|
|
|
|
// This file was automatically generated by TanStack Router.
|
|
// You should NOT make any changes in this file as it will be overwritten.
|
|
// Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified.
|
|
|
|
import { Route as rootRouteImport } from './routes/__root'
|
|
import { Route as ThemesRouteImport } from './routes/themes'
|
|
import { Route as ThemeHistoryRouteImport } from './routes/theme-history'
|
|
import { Route as HotMapRouteImport } from './routes/hot-map'
|
|
import { Route as DashboardRouteImport } from './routes/dashboard'
|
|
import { Route as CoreStocksRouteImport } from './routes/core-stocks'
|
|
import { Route as IndexRouteImport } from './routes/index'
|
|
import { Route as ThemeCodeRouteImport } from './routes/theme.$code'
|
|
import { Route as StockCodeRouteImport } from './routes/stock.$code'
|
|
import { Route as ShareCodeRouteImport } from './routes/share.$code'
|
|
|
|
const ThemesRoute = ThemesRouteImport.update({
|
|
id: '/themes',
|
|
path: '/themes',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const ThemeHistoryRoute = ThemeHistoryRouteImport.update({
|
|
id: '/theme-history',
|
|
path: '/theme-history',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const HotMapRoute = HotMapRouteImport.update({
|
|
id: '/hot-map',
|
|
path: '/hot-map',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const DashboardRoute = DashboardRouteImport.update({
|
|
id: '/dashboard',
|
|
path: '/dashboard',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const CoreStocksRoute = CoreStocksRouteImport.update({
|
|
id: '/core-stocks',
|
|
path: '/core-stocks',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const IndexRoute = IndexRouteImport.update({
|
|
id: '/',
|
|
path: '/',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const ThemeCodeRoute = ThemeCodeRouteImport.update({
|
|
id: '/theme/$code',
|
|
path: '/theme/$code',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const StockCodeRoute = StockCodeRouteImport.update({
|
|
id: '/stock/$code',
|
|
path: '/stock/$code',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
const ShareCodeRoute = ShareCodeRouteImport.update({
|
|
id: '/share/$code',
|
|
path: '/share/$code',
|
|
getParentRoute: () => rootRouteImport,
|
|
} as any)
|
|
|
|
export interface FileRoutesByFullPath {
|
|
'/': typeof IndexRoute
|
|
'/core-stocks': typeof CoreStocksRoute
|
|
'/dashboard': typeof DashboardRoute
|
|
'/hot-map': typeof HotMapRoute
|
|
'/theme-history': typeof ThemeHistoryRoute
|
|
'/themes': typeof ThemesRoute
|
|
'/share/$code': typeof ShareCodeRoute
|
|
'/stock/$code': typeof StockCodeRoute
|
|
'/theme/$code': typeof ThemeCodeRoute
|
|
}
|
|
export interface FileRoutesByTo {
|
|
'/': typeof IndexRoute
|
|
'/core-stocks': typeof CoreStocksRoute
|
|
'/dashboard': typeof DashboardRoute
|
|
'/hot-map': typeof HotMapRoute
|
|
'/theme-history': typeof ThemeHistoryRoute
|
|
'/themes': typeof ThemesRoute
|
|
'/share/$code': typeof ShareCodeRoute
|
|
'/stock/$code': typeof StockCodeRoute
|
|
'/theme/$code': typeof ThemeCodeRoute
|
|
}
|
|
export interface FileRoutesById {
|
|
__root__: typeof rootRouteImport
|
|
'/': typeof IndexRoute
|
|
'/core-stocks': typeof CoreStocksRoute
|
|
'/dashboard': typeof DashboardRoute
|
|
'/hot-map': typeof HotMapRoute
|
|
'/theme-history': typeof ThemeHistoryRoute
|
|
'/themes': typeof ThemesRoute
|
|
'/share/$code': typeof ShareCodeRoute
|
|
'/stock/$code': typeof StockCodeRoute
|
|
'/theme/$code': typeof ThemeCodeRoute
|
|
}
|
|
export interface FileRouteTypes {
|
|
fileRoutesByFullPath: FileRoutesByFullPath
|
|
fullPaths:
|
|
| '/'
|
|
| '/core-stocks'
|
|
| '/dashboard'
|
|
| '/hot-map'
|
|
| '/theme-history'
|
|
| '/themes'
|
|
| '/share/$code'
|
|
| '/stock/$code'
|
|
| '/theme/$code'
|
|
fileRoutesByTo: FileRoutesByTo
|
|
to:
|
|
| '/'
|
|
| '/core-stocks'
|
|
| '/dashboard'
|
|
| '/hot-map'
|
|
| '/theme-history'
|
|
| '/themes'
|
|
| '/share/$code'
|
|
| '/stock/$code'
|
|
| '/theme/$code'
|
|
id:
|
|
| '__root__'
|
|
| '/'
|
|
| '/core-stocks'
|
|
| '/dashboard'
|
|
| '/hot-map'
|
|
| '/theme-history'
|
|
| '/themes'
|
|
| '/share/$code'
|
|
| '/stock/$code'
|
|
| '/theme/$code'
|
|
fileRoutesById: FileRoutesById
|
|
}
|
|
export interface RootRouteChildren {
|
|
IndexRoute: typeof IndexRoute
|
|
CoreStocksRoute: typeof CoreStocksRoute
|
|
DashboardRoute: typeof DashboardRoute
|
|
HotMapRoute: typeof HotMapRoute
|
|
ThemeHistoryRoute: typeof ThemeHistoryRoute
|
|
ThemesRoute: typeof ThemesRoute
|
|
ShareCodeRoute: typeof ShareCodeRoute
|
|
StockCodeRoute: typeof StockCodeRoute
|
|
ThemeCodeRoute: typeof ThemeCodeRoute
|
|
}
|
|
|
|
declare module '@tanstack/react-router' {
|
|
interface FileRoutesByPath {
|
|
'/themes': {
|
|
id: '/themes'
|
|
path: '/themes'
|
|
fullPath: '/themes'
|
|
preLoaderRoute: typeof ThemesRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/theme-history': {
|
|
id: '/theme-history'
|
|
path: '/theme-history'
|
|
fullPath: '/theme-history'
|
|
preLoaderRoute: typeof ThemeHistoryRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/hot-map': {
|
|
id: '/hot-map'
|
|
path: '/hot-map'
|
|
fullPath: '/hot-map'
|
|
preLoaderRoute: typeof HotMapRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/dashboard': {
|
|
id: '/dashboard'
|
|
path: '/dashboard'
|
|
fullPath: '/dashboard'
|
|
preLoaderRoute: typeof DashboardRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/core-stocks': {
|
|
id: '/core-stocks'
|
|
path: '/core-stocks'
|
|
fullPath: '/core-stocks'
|
|
preLoaderRoute: typeof CoreStocksRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/': {
|
|
id: '/'
|
|
path: '/'
|
|
fullPath: '/'
|
|
preLoaderRoute: typeof IndexRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/theme/$code': {
|
|
id: '/theme/$code'
|
|
path: '/theme/$code'
|
|
fullPath: '/theme/$code'
|
|
preLoaderRoute: typeof ThemeCodeRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/stock/$code': {
|
|
id: '/stock/$code'
|
|
path: '/stock/$code'
|
|
fullPath: '/stock/$code'
|
|
preLoaderRoute: typeof StockCodeRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
'/share/$code': {
|
|
id: '/share/$code'
|
|
path: '/share/$code'
|
|
fullPath: '/share/$code'
|
|
preLoaderRoute: typeof ShareCodeRouteImport
|
|
parentRoute: typeof rootRouteImport
|
|
}
|
|
}
|
|
}
|
|
|
|
const rootRouteChildren: RootRouteChildren = {
|
|
IndexRoute: IndexRoute,
|
|
CoreStocksRoute: CoreStocksRoute,
|
|
DashboardRoute: DashboardRoute,
|
|
HotMapRoute: HotMapRoute,
|
|
ThemeHistoryRoute: ThemeHistoryRoute,
|
|
ThemesRoute: ThemesRoute,
|
|
ShareCodeRoute: ShareCodeRoute,
|
|
StockCodeRoute: StockCodeRoute,
|
|
ThemeCodeRoute: ThemeCodeRoute,
|
|
}
|
|
export const routeTree = rootRouteImport
|
|
._addFileChildren(rootRouteChildren)
|
|
._addFileTypes<FileRouteTypes>()
|