Files
wenzi/frontend/h5/cypress/fixtures/trends.json
Your Name 91a0b77f7a test(cache): 修复CacheConfigTest边界值测试
- 修改 shouldVerifyCacheManager_withMaximumIntegerTtl 为 shouldVerifyCacheManager_withMaximumAllowedTtl
- 使用正确的最大TTL值(10080分钟,7天)而不是 Integer.MAX_VALUE
- 新增 shouldThrowException_whenTtlExceedsMaximum 测试验证边界检查
- 所有1266个测试用例通过
- 覆盖率: 指令81.89%, 行88.48%, 分支51.55%

docs: 添加项目状态报告
- 生成 PROJECT_STATUS_REPORT.md 详细记录项目当前状态
- 包含质量指标、已完成功能、待办事项和技术债务
2026-03-02 13:31:54 +08:00

95 lines
2.0 KiB
JSON

{
"success": true,
"data": {
"dailyStats": [
{
"date": "2026-01-20",
"clicks": 145,
"conversions": 12,
"earnings": 65.40,
"conversionRate": 8.28
},
{
"date": "2026-01-21",
"clicks": 167,
"conversions": 14,
"earnings": 78.20,
"conversionRate": 8.38
},
{
"date": "2026-01-22",
"clicks": 189,
"conversions": 16,
"earnings": 89.50,
"conversionRate": 8.47
},
{
"date": "2026-01-23",
"clicks": 203,
"conversions": 17,
"earnings": 96.30,
"conversionRate": 8.37
}
],
"weeklyStats": [
{
"week": "2026-W1",
"startDate": "2026-01-04",
"endDate": "2026-01-10",
"clicks": 892,
"conversions": 67,
"earnings": 456.70,
"conversionRate": 7.51
},
{
"week": "2026-W2",
"startDate": "2026-01-11",
"endDate": "2026-01-17",
"clicks": 1034,
"conversions": 78,
"earnings": 523.40,
"conversionRate": 7.54
},
{
"week": "2026-W3",
"startDate": "2026-01-18",
"endDate": "2026-01-24",
"clicks": 1250,
"conversions": 89,
"earnings": 656.80,
"conversionRate": 7.12
}
],
"monthlyStats": [
{
"month": "2025-11",
"clicks": 2340,
"conversions": 156,
"earnings": 1234.50,
"conversionRate": 6.67
},
{
"month": "2025-12",
"clicks": 3456,
"conversions": 234,
"earnings": 1890.60,
"conversionRate": 6.77
},
{
"month": "2026-01",
"clicks": 1250,
"conversions": 89,
"earnings": 656.80,
"conversionRate": 7.12
}
],
"trends": {
"clickGrowth": 15.6,
"conversionGrowth": 8.9,
"earningsGrowth": 23.4,
"forecastClicks": 1450,
"forecastConversions": 98,
"forecastEarnings": 780.50
}
}
}