feat: 每日AI分析改造——定调摘要、环比快照、完整连板梯队带涨停原因、生成次数记账

This commit is contained in:
Sakurasan
2026-09-02 02:59:14 +08:00
parent 375d196fef
commit 0fb2f8d3a5
9 changed files with 265 additions and 21 deletions
+2
View File
@@ -14,7 +14,9 @@ export interface AiReport {
toolsUsed: string[];
model: string;
tokens_used: number;
generation_count?: number;
created_at: string;
updated_at?: string | null;
}
export async function fetchAiLatestReport(): Promise<AiReport> {