chore: migrate remaining ECharts components to Chart.js
- Migrated 4 components from ECharts to Chart.js: * MonthlyExpenseCard.vue (折线图) * DailyTrendChart.vue (双系列折线图) * ExpenseCategoryCard.vue (环形图) * BudgetChartAnalysis.vue (仪表盘 + 多种图表) - Removed all ECharts imports and environment variable switches - Unified all charts to use BaseChart.vue component - Build verified: pnpm build success ✓ - No echarts imports remaining ✓ Refs: openspec/changes/migrate-remaining-echarts-to-chartjs
This commit is contained in:
12
Application/Dto/Icon/SearchIconsRequest.cs
Normal file
12
Application/Dto/Icon/SearchIconsRequest.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Application.Dto.Icon;
|
||||
|
||||
/// <summary>
|
||||
/// 搜索图标请求
|
||||
/// </summary>
|
||||
public record SearchIconsRequest
|
||||
{
|
||||
/// <summary>
|
||||
/// 搜索关键字数组
|
||||
/// </summary>
|
||||
public List<string> Keywords { get; init; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user