合并 agent-mvp 到 master #1

Merged
jiang merged 282 commits from agent-mvp into master 2026-08-18 17:56:46 +08:00
Showing only changes of commit a7106a7289 - Show all commits
@@ -473,7 +473,7 @@ const DetectionResults: React.FC<Props> = ({ result }) => {
</Box>
{/* Selected Day Interpretation */}
<Box className="mb-4 overflow-hidden rounded-xl border border-gray-100 bg-white shadow-sm">
{/* <Box className="mb-4 overflow-hidden rounded-xl border border-gray-100 bg-white shadow-sm">
<Box className="flex items-center justify-between border-b border-gray-100 bg-white px-4 py-3">
<Typography variant="subtitle1" className="font-bold text-gray-800">
选中日解读
@@ -522,10 +522,10 @@ const DetectionResults: React.FC<Props> = ({ result }) => {
请在趋势图或表格中选择一天查看详细解释。
</Typography>
)}
</Box>
</Box> */}
{/* Latest Sensor Rankings */}
<Box className="mb-4 overflow-hidden rounded-xl border border-gray-100 bg-white shadow-sm">
{/* <Box className="mb-4 overflow-hidden rounded-xl border border-gray-100 bg-white shadow-sm">
<Box className="flex items-center justify-between border-b border-gray-100 bg-white px-4 py-3">
<Typography variant="subtitle1" className="font-bold text-gray-800">
最新测点高频特征排名
@@ -554,7 +554,7 @@ const DetectionResults: React.FC<Props> = ({ result }) => {
</Button>
))}
</Box>
</Box>
</Box> */}
{/* Results Table */}
<Box className="mb-4 overflow-hidden rounded-xl border border-gray-100 bg-white shadow-sm">