Files
Situation-Awareness-Platfor…/docs/可信开源态势感知平台 - 项目文档.md
cfy666 c1e9a4be83 chore: sync local changes and add documentation
- Update yarn.lock
- Add project implementation docs in docs/
- Add personal internship experience notes in 实习讲解/
2026-06-29 19:47:30 +08:00

33 lines
2.8 KiB
Markdown
Raw Permalink 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.
# 可信开源态势感知平台 - 项目文档
## 简历原内容
> **可信开源态势感知平台**
>
> **项目背景**一个态势感知平台提供数据监控与分析、可视化展示、态势分析等功能嵌有自研金银湖AI大模型预测安全风险趋势关注开源项目生态如HarmonyOS生态的动态监控
>
> **技术栈**Vue3+JavaScript(ES6+)+SCSS+MicroApps+Echarts+Pinia
>
> **项目内容**
> - 可视化展示集成ECharts实现多维度数据分析和展示采用微前端架构MicroApps支持模块化开发
> - 状态管理使用Pinia构建模块化Store用户/仓库/组织/全局封装Composition API Hooks实现逻辑复用
> - 性能优化采用虚拟滚动和懒加载策略路由守卫优化、API 缓存降级等技术优化页面性能
> - AI对话集成@matechat/core 实现AI智能助手功能支持多轮对话、思考过程展示、组件化消息渲染软件详情/预警列表/智能推荐)
---
## 详细文档
| 模块 | 文档 | 核心内容 |
| ----- | ---------------------------------------------------------------------- | --------------------------------------------------------- |
| 可视化展示 | [ECharts 多维度数据分析与展示实现详解](ECharts多维度数据分析与展示实现详解.md) | 对应简历"集成ECharts实现多维度数据分析和展示"的完整实现解读、面试口述参考 |
| 可视化展示 | [微前端架构 MicroApps 模块化开发实现详解](微前端架构MicroApps模块化开发实现详解.md) | 对应简历"采用微前端架构MicroApps支持模块化开发"的完整实现解读、面试口述参考 |
| 状态管理 | [Pinia 状态管理实现详解](Pinia状态管理实现详解.md) | 对应简历"使用Pinia构建模块化Store"的完整实现解读、面试口述参考 |
| 性能优化 | [性能优化实现详解](性能优化实现详解.md) | 对应简历"采用虚拟滚动和懒加载策略路由守卫优化、API 缓存降级等技术优化页面性能"的完整实现解读、面试口述参考 |
| AI对话 | [AI 智能助手功能实现详解](AI智能助手功能实现详解.md) | 对应简历"集成@matechat/core实现AI智能助手功能"的完整实现解读、面试口述参考 |
| 状态管理 | [Composition API Hooks 逻辑复用实现详解](Composition%20API%20Hooks逻辑复用实现详解.md) | 对应简历"封装Composition API Hooks实现逻辑复用"的完整实现解读、面试口述参考 |
---