promptResource.html 540 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>测试报告</title>
  8. <style>
  9. #myChart {
  10. width: 500px;
  11. height: 500px;
  12. }
  13. </style>
  14. <script src="https://cdn.bootcdn.net/ajax/libs/echarts/5.3.3-rc.1/echarts.js"></script>
  15. </head>
  16. <body>
  17. <h2>
  18. 生理数据缺失,无法查看测试结果。
  19. </h2>
  20. </body>
  21. </html>