mirror of
https://github.com/jaywcjlove/wxmp.git
synced 2026-07-01 20:07:19 +08:00
feat: add url parameter to load markdown content. v2.1.0 b1dc77e98b
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"files": {
|
||||
"main.css": "/static/css/main.54c18d87.css",
|
||||
"main.js": "/static/js/main.4689ecda.js",
|
||||
"main.js": "/static/js/main.f8ccca30.js",
|
||||
"static/js/6166.992ecfd5.chunk.js": "/static/js/6166.992ecfd5.chunk.js",
|
||||
"static/js/4974.51dd83df.chunk.js": "/static/js/4974.51dd83df.chunk.js",
|
||||
"static/js/8050.baf536a4.chunk.js": "/static/js/8050.baf536a4.chunk.js",
|
||||
@@ -115,7 +115,7 @@
|
||||
"static/media/github.svg": "/static/media/github.6988a55f42f5097e5bd19ed9ae72ccde.svg",
|
||||
"static/media/color.svg": "/static/media/color.3cdb61387d75158307fc6d9ed1ab3e74.svg",
|
||||
"main.54c18d87.css.map": "/static/css/main.54c18d87.css.map",
|
||||
"main.4689ecda.js.map": "/static/js/main.4689ecda.js.map",
|
||||
"main.f8ccca30.js.map": "/static/js/main.f8ccca30.js.map",
|
||||
"6166.992ecfd5.chunk.js.map": "/static/js/6166.992ecfd5.chunk.js.map",
|
||||
"4974.51dd83df.chunk.js.map": "/static/js/4974.51dd83df.chunk.js.map",
|
||||
"8050.baf536a4.chunk.js.map": "/static/js/8050.baf536a4.chunk.js.map",
|
||||
@@ -229,6 +229,6 @@
|
||||
"static/js/refractor-prismjs-vendor.c07a79a1.js",
|
||||
"static/js/react-vendor.3642ac4d.js",
|
||||
"static/css/main.54c18d87.css",
|
||||
"static/js/main.4689ecda.js"
|
||||
"static/js/main.f8ccca30.js"
|
||||
]
|
||||
}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" name="viewport"><meta name="theme-color" content="#000000"/><title>微信公众号 Markdown 编辑器</title><meta name="keywords" content="react,simple,monorepo,template,component,project,package,development"/><meta name="description" content="Simple React package development project example template."/><link rel="icon" href="favicon.ico"/><script defer="defer" src="./static/js/refractor-prismjs-vendor.c07a79a1.js"></script><script defer="defer" src="./static/js/react-vendor.3642ac4d.js"></script><script defer="defer" src="./static/js/main.4689ecda.js"></script><link href="./static/css/main.54c18d87.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" name="viewport"><meta name="theme-color" content="#000000"/><title>微信公众号 Markdown 编辑器</title><meta name="keywords" content="react,simple,monorepo,template,component,project,package,development"/><meta name="description" content="Simple React package development project example template."/><link rel="icon" href="favicon.ico"/><script defer="defer" src="./static/js/refractor-prismjs-vendor.c07a79a1.js"></script><script defer="defer" src="./static/js/react-vendor.3642ac4d.js"></script><script defer="defer" src="./static/js/main.f8ccca30.js"></script><link href="./static/css/main.54c18d87.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -17,6 +17,17 @@
|
||||
|
||||
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
||||
|
||||
/**
|
||||
* query-core
|
||||
*
|
||||
* Copyright (c) TanStack
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE.md file in the root directory of this source tree.
|
||||
*
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/**
|
||||
* @license React
|
||||
* react-is.production.min.js
|
||||
@@ -37,6 +48,16 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @license React
|
||||
* use-sync-external-store-shim.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/**
|
||||
* React Router DOM v6.3.0
|
||||
*
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user