mm_statics 1.6.4 → 1.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -500,7 +500,9 @@ Static.prototype._runMarkdown = async function (path) {
500
500
  ${links}
501
501
  </head>
502
502
  <body>
503
+ <div id="app" class="markdown-body">
503
504
  ${markdown_html}
505
+ </div>
504
506
  </body>
505
507
  </html>`;
506
508
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_statics",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
4
4
  "description": "这是超级美眉statics函数模块,用于web服务端statics缓存",
5
5
  "main": "index.js",
6
6
  "scripts": {