mirror of
https://github.com/jaywcjlove/wxmp.git
synced 2026-01-12 00:08:50 +08:00
feat: add theme editor. v2.0.0 1c7167bcf9
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"files": {
|
"files": {
|
||||||
"main.css": "/static/css/main.54c18d87.css",
|
"main.css": "/static/css/main.54c18d87.css",
|
||||||
"main.js": "/static/js/main.2dd38091.js",
|
"main.js": "/static/js/main.b39010e9.js",
|
||||||
"static/js/6166.992ecfd5.chunk.js": "/static/js/6166.992ecfd5.chunk.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/4974.51dd83df.chunk.js": "/static/js/4974.51dd83df.chunk.js",
|
||||||
"static/js/8050.baf536a4.chunk.js": "/static/js/8050.baf536a4.chunk.js",
|
"static/js/8050.baf536a4.chunk.js": "/static/js/8050.baf536a4.chunk.js",
|
||||||
@@ -113,8 +113,9 @@
|
|||||||
"static/media/logo.svg": "/static/media/logo.6a1d4715ae6fb70336779d6df5d3783b.svg",
|
"static/media/logo.svg": "/static/media/logo.6a1d4715ae6fb70336779d6df5d3783b.svg",
|
||||||
"index.html": "/index.html",
|
"index.html": "/index.html",
|
||||||
"static/media/github.svg": "/static/media/github.6988a55f42f5097e5bd19ed9ae72ccde.svg",
|
"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.54c18d87.css.map": "/static/css/main.54c18d87.css.map",
|
||||||
"main.2dd38091.js.map": "/static/js/main.2dd38091.js.map",
|
"main.b39010e9.js.map": "/static/js/main.b39010e9.js.map",
|
||||||
"6166.992ecfd5.chunk.js.map": "/static/js/6166.992ecfd5.chunk.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",
|
"4974.51dd83df.chunk.js.map": "/static/js/4974.51dd83df.chunk.js.map",
|
||||||
"8050.baf536a4.chunk.js.map": "/static/js/8050.baf536a4.chunk.js.map",
|
"8050.baf536a4.chunk.js.map": "/static/js/8050.baf536a4.chunk.js.map",
|
||||||
@@ -228,6 +229,6 @@
|
|||||||
"static/js/refractor-prismjs-vendor.c07a79a1.js",
|
"static/js/refractor-prismjs-vendor.c07a79a1.js",
|
||||||
"static/js/react-vendor.3642ac4d.js",
|
"static/js/react-vendor.3642ac4d.js",
|
||||||
"static/css/main.54c18d87.css",
|
"static/css/main.54c18d87.css",
|
||||||
"static/js/main.2dd38091.js"
|
"static/js/main.b39010e9.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -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.2dd38091.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.b39010e9.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
3
static/js/main.b39010e9.js
Normal file
3
static/js/main.b39010e9.js
Normal file
File diff suppressed because one or more lines are too long
@@ -37,6 +37,17 @@
|
|||||||
* LICENSE file in the root directory of this source tree.
|
* LICENSE file in the root directory of this source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* React Router DOM v6.3.0
|
||||||
|
*
|
||||||
|
* Copyright (c) Remix Software Inc.
|
||||||
|
*
|
||||||
|
* 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
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* React Router v6.3.0
|
* React Router v6.3.0
|
||||||
*
|
*
|
||||||
1
static/js/main.b39010e9.js.map
Normal file
1
static/js/main.b39010e9.js.map
Normal file
File diff suppressed because one or more lines are too long
7
static/media/color.3cdb61387d75158307fc6d9ed1ab3e74.svg
Normal file
7
static/media/color.3cdb61387d75158307fc6d9ed1ab3e74.svg
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||||
|
<g id="Layer_2">
|
||||||
|
<g id="color-palette">
|
||||||
|
<path d="M19.54 5.08A10.61 10.61 0 0 0 11.91 2a10 10 0 0 0-.05 20 2.58 2.58 0 0 0 2.53-1.89 2.52 2.52 0 0 0-.57-2.28.5.5 0 0 1 .37-.83h1.65A6.15 6.15 0 0 0 22 11.33a8.48 8.48 0 0 0-2.46-6.25Zm-12.7 9.66a1.5 1.5 0 1 1 .4-2.08 1.49 1.49 0 0 1-.4 2.08ZM8.3 9.25a1.5 1.5 0 1 1-.55-2 1.5 1.5 0 0 1 .55 2ZM11 7a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 11 7Zm5.75.8a1.5 1.5 0 1 1 .55-2 1.5 1.5 0 0 1-.55 2Z" style="fill:#231f20" id="color-palette-2"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 576 B |
Reference in New Issue
Block a user