Files
Jyotisha/frontend/src/lib/personal-report-longform-copy.ts
T
Jesse_ChenandCursor cfcd369d4f feat(report): render longform Markdown as the report and close gaps2 holes
New reports skip the writer, persist pl9 Markdown as the body, and settle zero-token usage on the catalog model. Planned longform sections now emit blocked rows instead of vanishing.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-06 21:46:16 +08:00

5 lines
299 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export const PERSONAL_REPORT_LEGACY_PLACEHOLDER = "旧版本报告,请重新生成";
export const PERSONAL_REPORT_GENERATING_COPY = "正在生成报告,大约 10–30 秒";
export const PERSONAL_REPORT_EXPORT_LABEL = "导出报告(.md)";
export const PERSONAL_REPORT_PRINT_LABEL = "打印";