|
13 | 13 | <title>mdebug</title> |
14 | 14 | <script charset="utf-8" src="//static.wehr.qq.com/oels/static/js/lib/jquery/jquery-1.11.3.min.js"></script> |
15 | 15 | <style> |
| 16 | + body { |
| 17 | + padding-left: 10px; |
| 18 | + padding-right: 10px; |
| 19 | + } |
16 | 20 | pre { |
17 | 21 | background-color: #eee; |
18 | 22 | padding: 10px; |
|
41 | 45 |
|
42 | 46 | <body> |
43 | 47 | <h1 align="center"> |
44 | | - <img src="https://user-images.githubusercontent.com/6822604/130725631-dde49c00-24fe-44c6-a3fd-a5c709ce6e57.png" width="30%"/> |
| 48 | + <img src="https://user-images.githubusercontent.com/6822604/130725631-dde49c00-24fe-44c6-a3fd-a5c709ce6e57.png" |
| 49 | + width="40%" style="max-width: 300px;"/> |
45 | 50 | </h1> |
46 | | - <p align="center" style="margin: 30px 0 0px;">Mdebug makes mobile web development easier</p> |
47 | | - <p align="center" style="margin: 30px 0 0px;"><a href="https://npmjs.org/package/mdebug" target="_blank"><img src="https://img.shields.io/npm/v/mdebug.svg" alt="npm version"></a></p> |
48 | | - |
49 | | - <table> |
50 | | - <tr> |
51 | | - <th><h4 align="center">简单易用</h4 align="center"></th> |
52 | | - <th><h4 align="center">功能全面</h4 align="center"></th> |
53 | | - <th><h4 align="center">易扩展</h4 align="center"></th> |
54 | | - <th><h4 align="center">高性能</h4 align="center"></th> |
55 | | - </tr> |
56 | | - <tr> |
57 | | - <td width="20%" align="center"><sub>使用cdn方式,一键接入</sub></td> |
58 | | - <td width="20%" align="center"><sub>类Chrome devtools, 支持日志,网络,存储,性能等, 具有更好的网络捕获能力和丰富的日志展现形式</sub></td> |
59 | | - <td width="20%" align="center"><sub>暴露内部丰富的事件, 可以和react组件无缝进行集成</td> |
60 | | - <td width="20%" align="center"><sub>支持大数据量展示, 不卡顿</td> |
61 | | - </tr> |
62 | | - </table> |
| 51 | + |
| 52 | + <p align="center" style="margin: 30px 0 0px; margin-bottom: 20px;">Mdebug makes mobile web development easier</p> |
| 53 | + <table> |
| 54 | + <tr> |
| 55 | + <th> |
| 56 | + <h4 align="center"> |
| 57 | + <h4 align="center">简单易用</h4 align="center"> |
| 58 | + </th> |
| 59 | + <th> |
| 60 | + <h4 align="center"></h4 align="center"> |
| 61 | + <h4 align="center">功能全面</h4 align="center"> |
| 62 | + </th> |
| 63 | + <th> |
| 64 | + <h4 align="center"></h4 align="center"> |
| 65 | + <h4 align="center">易扩展</h4 align="center"> |
| 66 | + </th> |
| 67 | + <th> |
| 68 | + <h4 align="center"></h4 align="center"> |
| 69 | + <h4 align="center">高性能</h4 align="center"> |
| 70 | + </th> |
| 71 | + </tr> |
| 72 | + <tr> |
| 73 | + <td width="20%" align="center"><sub>使用cdn方式,一键接入</sub></td> |
| 74 | + <td width="20%" align="center"><sub>类Chrome devtools, 支持日志,网络,存储,性能等, 具有更好的网络捕获能力和丰富的日志展现形式</sub></td> |
| 75 | + <td width="20%" align="center"><sub>暴露内部丰富的事件, 可以和react组件无缝进行集成</td> |
| 76 | + <td width="20%" align="center"><sub>支持大数据量展示, 不卡顿</td> |
| 77 | + </tr> |
| 78 | + </table> |
| 79 | + |
| 80 | + <div align="center" style="margin-top: 20px;"> |
| 81 | + <a href="https://npmjs.org/package/mdebug" target="_blank"><img src="https://img.shields.io/npm/v/mdebug.svg" |
| 82 | + alt="NPM Version" /></a> |
| 83 | + <a href="https://npmjs.org/package/mdebug" target="_blank"><img src="https://img.shields.io/npm/l/mdebug.svg" |
| 84 | + alt="Package License" /></a> |
| 85 | + <a href="https://github.com/tnfe/mdebug/pulls" target="_blank"><img |
| 86 | + src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs" /></a> |
| 87 | + <a href="https://nodejs.org" target="_blank"><img |
| 88 | + src="https://img.shields.io/badge/node-%3E%3D%208.0.0-brightgreen.svg" alt="Node Version" /></a> |
| 89 | + </div> |
| 90 | + |
63 | 91 | <h1> 一、快速体验</h1> |
64 | 92 |
|
65 | 93 | <a href="https://tnfe.github.io/mdebug">https://tnfe.github.io/mdebug</a> |
|
0 commit comments