Skip to content

Commit fbd8139

Browse files
committed
1.1.11版本
2 parents 3cc0708 + bdf2a86 commit fbd8139

File tree

257 files changed

+102428
-7576
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+102428
-7576
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.DS_Store
22
node_modules
3-
dist
43

54
# local env files
65
.env.local

dist/FormMaking.common.js

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/FormMaking.css

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/FormMaking.umd.js

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/FormMaking.umd.min.js

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/demo.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<meta charset="utf-8">
2+
<title>FormMaking demo</title>
3+
<script src="./FormMaking.umd.js"></script>
4+
5+
<link rel="stylesheet" href="./FormMaking.css">
6+
7+
8+
<script>
9+
console.log(FormMaking)
10+
</script>

dist/fonts/iconfont.29636161.eot

7.5 KB
Binary file not shown.

dist/fonts/iconfont.6d82f10c.ttf

7.34 KB
Binary file not shown.

dist/fonts/iconfont.be985a3f.woff

4.66 KB
Binary file not shown.
9.27 KB
Binary file not shown.

0 commit comments

Comments
 (0)