Skip to content

Commit 0774f22

Browse files
committed
add
1 parent ea2a802 commit 0774f22

File tree

6 files changed

+105
-1
lines changed

6 files changed

+105
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ build/devtool/
77
WechatSync.zip
88
*.iml
99
yarn-error.log
10-
dist
1110
zip
1211
package-json.lock

dist/313f7dacf2076822059d.woff

27.5 KB
Binary file not shown.

dist/4520188144a17fb24a6a.ttf

54.6 KB
Binary file not shown.

dist/main.js

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

dist/main.js.LICENSE.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*!
2+
* Vue.js v2.6.12
3+
* (c) 2014-2020 Evan You
4+
* Released under the MIT License.
5+
*/
6+
7+
/**
8+
* Checks if an event is supported in the current execution environment.
9+
*
10+
* NOTE: This will not work correctly for non-generic events such as `change`,
11+
* `reset`, `load`, `error`, and `select`.
12+
*
13+
* Borrows from Modernizr.
14+
*
15+
* @param {string} eventNameSuffix Event name, e.g. "click".
16+
* @param {?boolean} capture Check if the capture phase is supported.
17+
* @return {boolean} True if the event is supported.
18+
* @internal
19+
* @license Modernizr 3.0.0pre (Custom Build) | MIT
20+
*/
21+
22+
//! moment.js
23+
24+
//! moment.js locale configuration

dist/styles.css

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

0 commit comments

Comments
 (0)