Skip to content

Commit 1eb5fc2

Browse files
include dist
1 parent 84f7b51 commit 1eb5fc2

10 files changed

+25
-1
lines changed

draw2img/ui/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lerna-debug.log*
99

1010
node_modules
1111
.DS_Store
12-
dist
12+
# dist
1313
dist-ssr
1414
coverage
1515
*.local
9.62 KB
Loading
27.3 KB
Loading

draw2img/ui/dist/apple-touch-icon.png

8.79 KB
Loading

draw2img/ui/dist/assets/index-RcOG8W0N.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

draw2img/ui/dist/assets/index-r44gxu-d.js

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

draw2img/ui/dist/favicon-16x16.png

514 Bytes
Loading

draw2img/ui/dist/favicon-32x32.png

1.17 KB
Loading

draw2img/ui/dist/favicon.ico

15 KB
Binary file not shown.

draw2img/ui/dist/index.html

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Draw2Img</title>
7+
<link rel="icon" href="/favicon.ico">
8+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
9+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
10+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
11+
<link rel="manifest" href="/site.webmanifest">
12+
<script type="module" crossorigin src="/assets/index-r44gxu-d.js"></script>
13+
<link rel="stylesheet" crossorigin href="/assets/index-RcOG8W0N.css">
14+
</head>
15+
<body>
16+
<div id="app"></div>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)