OneApp 性能/包体积/鸿蒙适配方案摘要与行动建议

This commit is contained in:
2026-01-28 18:36:04 +08:00
parent cb8a437446
commit 958258c971
9 changed files with 10497 additions and 3 deletions

View File

@@ -0,0 +1,35 @@
<svg xmlns="http://www.w3.org/2000/svg" width="980" height="360" viewBox="0 0 980 360">
<rect x="20" y="20" width="940" height="320" rx="12" fill="#f6f8fa" stroke="#d0d7de"/>
<text x="40" y="55" font-size="20" font-family="Arial" fill="#24292f">性能与稳定性监控链路</text>
<rect x="60" y="90" width="220" height="70" rx="10" fill="#ffffff" stroke="#8c959f"/>
<text x="80" y="130" font-size="14" font-family="Arial" fill="#24292f">Flutter 指标采集</text>
<text x="80" y="150" font-size="12" font-family="Arial" fill="#57606a">FPS / 内存 / 启动</text>
<rect x="320" y="90" width="220" height="70" rx="10" fill="#ffffff" stroke="#8c959f"/>
<text x="340" y="130" font-size="14" font-family="Arial" fill="#24292f">原生指标采集</text>
<text x="340" y="150" font-size="12" font-family="Arial" fill="#57606a">Crash / ANR / IO</text>
<rect x="580" y="90" width="320" height="70" rx="10" fill="#ffffff" stroke="#8c959f"/>
<text x="600" y="125" font-size="14" font-family="Arial" fill="#24292f">本地缓冲 + 采样 + 过滤</text>
<text x="600" y="145" font-size="12" font-family="Arial" fill="#57606a">分级采样 / 批量上报</text>
<rect x="60" y="210" width="260" height="70" rx="10" fill="#ffffff" stroke="#8c959f"/>
<text x="80" y="250" font-size="14" font-family="Arial" fill="#24292f">统一指标封装</text>
<text x="80" y="270" font-size="12" font-family="Arial" fill="#57606a">跨平台一致结构</text>
<rect x="360" y="210" width="260" height="70" rx="10" fill="#ffffff" stroke="#8c959f"/>
<text x="380" y="250" font-size="14" font-family="Arial" fill="#24292f">上报服务</text>
<text x="380" y="270" font-size="12" font-family="Arial" fill="#57606a">批量 / 弱网 / 重试</text>
<rect x="660" y="210" width="240" height="70" rx="10" fill="#ffffff" stroke="#8c959f"/>
<text x="680" y="250" font-size="14" font-family="Arial" fill="#24292f">指标分析平台</text>
<text x="680" y="270" font-size="12" font-family="Arial" fill="#57606a">告警 / 报表 / 归因</text>
<line x1="280" y1="125" x2="320" y2="125" stroke="#57606a" stroke-width="2"/>
<line x1="540" y1="125" x2="580" y2="125" stroke="#57606a" stroke-width="2"/>
<line x1="200" y1="160" x2="200" y2="210" stroke="#57606a" stroke-width="2"/>
<line x1="450" y1="160" x2="450" y2="210" stroke="#57606a" stroke-width="2"/>
<line x1="620" y1="245" x2="660" y2="245" stroke="#57606a" stroke-width="2"/>
<line x1="320" y1="245" x2="360" y2="245" stroke="#57606a" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -0,0 +1,24 @@
<svg xmlns="http://www.w3.org/2000/svg" width="980" height="320" viewBox="0 0 980 320">
<rect x="20" y="20" width="940" height="280" rx="12" fill="#f6f8fa" stroke="#d0d7de"/>
<text x="40" y="55" font-size="20" font-family="Arial" fill="#24292f">阶段路线图</text>
<line x1="80" y1="120" x2="900" y2="120" stroke="#57606a" stroke-width="2"/>
<circle cx="120" cy="120" r="10" fill="#2da44e"/>
<circle cx="420" cy="120" r="10" fill="#bf8700"/>
<circle cx="720" cy="120" r="10" fill="#0969da"/>
<rect x="80" y="150" width="240" height="90" rx="10" fill="#ffffff" stroke="#8c959f"/>
<text x="100" y="180" font-size="14" font-family="Arial" fill="#24292f">阶段 1监控基线</text>
<text x="100" y="200" font-size="12" font-family="Arial" fill="#57606a">指标体系 / 采样 / 上报</text>
<text x="100" y="220" font-size="12" font-family="Arial" fill="#57606a">建立性能基线</text>
<rect x="360" y="150" width="240" height="90" rx="10" fill="#ffffff" stroke="#8c959f"/>
<text x="380" y="180" font-size="14" font-family="Arial" fill="#24292f">阶段 2专项优化</text>
<text x="380" y="200" font-size="12" font-family="Arial" fill="#57606a">内存 / 启动 / 页面性能</text>
<text x="380" y="220" font-size="12" font-family="Arial" fill="#57606a">核心模块治理</text>
<rect x="640" y="150" width="240" height="90" rx="10" fill="#ffffff" stroke="#8c959f"/>
<text x="660" y="180" font-size="14" font-family="Arial" fill="#24292f">阶段 3架构治理</text>
<text x="660" y="200" font-size="12" font-family="Arial" fill="#57606a">模块化 / 依赖治理</text>
<text x="660" y="220" font-size="12" font-family="Arial" fill="#57606a">基础库升级闭环</text>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB