diff --git a/public/features/svg/grammar.svg b/public/features/svg/grammar.svg new file mode 100644 index 0000000..4409ead --- /dev/null +++ b/public/features/svg/grammar.svg @@ -0,0 +1,76 @@ + + + + + + + + + + AI + + + 语法检查 + + + + + ! + 发现 2 个问题 + + + + + AI已检测到以下语法和拼写问题 + + + + + + + + + ! + + + 应为"前端框架",用词错误 + + + + 定位 + + + + + + 建议修改: + + 前端 + + + + + + + + + + ! + + + 应为"工程化工具",错别字 + + + + 定位 + + + + + + 建议修改: + + 工程化 + + + diff --git a/public/features/svg/polish.svg b/public/features/svg/polish.svg new file mode 100644 index 0000000..331837d --- /dev/null +++ b/public/features/svg/polish.svg @@ -0,0 +1,65 @@ + + + + + + + + + + AI + + + 智能润色 + + + + AI已为您优化内容,提升表达力和专业度 + + + + + + • 原始内容 + + + + + +
+
我负责了一个前端监控项目。这个项目使用了Vue和Element UI。它可以监控错误和性能。我还加了一些第三方的工具。
+
项目特点:
+
• 可以看到错误日志
+
• 有图表展示
+
• 支持报警功能
+
• 可以和其他系统集成
+
+
+
+ + + + + + + + + + • 润色后的内容 + + + + + +
+
主导开发企业级前端监控解决方案,基于Vue框架与Element UI组件库构建,实现了全面的错误追踪与性能分析功能,并成功整合多种第三方工具提升系统能力。
+
核心成果:
+
构建完整错误日志系统,支持详细追踪与分析
+
设计直观数据可视化,提供实时监控面板
+
实现智能告警机制,支持多渠道通知
+
开发灵活API接口,无缝对接企业现有系统
+
+
+
+
+
diff --git a/src/components/home/FeaturesSection.tsx b/src/components/home/FeaturesSection.tsx index b51f55f..b838a8c 100644 --- a/src/components/home/FeaturesSection.tsx +++ b/src/components/home/FeaturesSection.tsx @@ -13,11 +13,11 @@ const features = [ items: [ { title: "features.ai.item1", - image: "/features/polish.png", + image: "/features/svg/polish.svg", }, { title: "features.ai.item2", - image: "/features/grammar.png", + image: "/features/svg/grammar.svg", }, ], },