feat(思维导图助手):忽略dist文件
parent
09f7a0bee5
commit
eee05f2cd5
|
|
@ -51,4 +51,6 @@ _build/
|
||||||
|
|
||||||
|
|
||||||
output/
|
output/
|
||||||
web_ui/node_modules
|
web_ui/node_modules
|
||||||
|
|
||||||
|
web_ui/dist
|
||||||
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
File diff suppressed because one or more lines are too long
|
|
@ -1,28 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="zh-CN">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<link rel="icon" href="/favicon.ico">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>思维导图</title>
|
|
||||||
<style>
|
|
||||||
html, body {
|
|
||||||
height: 100%;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
#app {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script type="module" crossorigin src="/assets/index-DnACqG0E.js"></script>
|
|
||||||
<link rel="modulepreload" crossorigin href="/assets/vendor-DwrfALIr.js">
|
|
||||||
<link rel="modulepreload" crossorigin href="/assets/markdown-_Dy2zPzC.js">
|
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-HnN589X2.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="app"></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
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue