diff --git a/.gitignore b/.gitignore
index 60b575c..786738c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -87,3 +87,5 @@ yarn.lock
package-lock.json
ssl
+
+upload.sh
diff --git a/assets/fonts/iconfont/iconfont.js b/assets/fonts/iconfont/iconfont.js
index 3b1b640..43009f8 100644
--- a/assets/fonts/iconfont/iconfont.js
+++ b/assets/fonts/iconfont/iconfont.js
@@ -1,10 +1,64 @@
-!(function(a) {
- var t,
- c =
- '',
- e = (t = document.getElementsByTagName('script'))[
- t.length - 1
- ].getAttribute('data-injectcss');
+!(function (a) {
+ var c = '';
+ var t, e = (t = document.getElementsByTagName('script'))[t.length - 1].getAttribute('data-injectcss');
if (e && !a.__iconfont__svg__cssinject__) {
a.__iconfont__svg__cssinject__ = !0;
try {
@@ -15,7 +69,7 @@
// err
}
}
- !(function(t) {
+ !(function (t) {
if (document.addEventListener)
if (
~['complete', 'loaded', 'interactive'].indexOf(
@@ -24,7 +78,7 @@
)
setTimeout(t, 0);
else {
- var e = function() {
+ var e = function () {
document.removeEventListener('DOMContentLoaded', e, !1),
t();
};
@@ -32,10 +86,10 @@
}
else
document.attachEvent &&
- ((l = t),
+ ((l = t),
(i = a.document),
(n = !1),
- (o = function() {
+ (o = function () {
try {
i.documentElement.doScroll('left');
} catch (t) {
@@ -43,30 +97,32 @@
}
c();
})(),
- (i.onreadystatechange = function() {
+ (i.onreadystatechange = function () {
'complete' == i.readyState &&
- ((i.onreadystatechange = null), c());
+ ((i.onreadystatechange = null), c());
}));
+
function c() {
n || ((n = !0), l());
}
+
var l, i, n, o;
- })(function() {
+ })(function () {
var t, e;
((t = document.createElement('div')).innerHTML = c),
(c = null),
- (e = t.getElementsByTagName('svg')[0]) &&
- (e.setAttribute('aria-hidden', 'true'),
- (e.style.position = 'absolute'),
- (e.style.width = 0),
- (e.style.height = 0),
- (e.style.overflow = 'hidden'),
- (function(t, e) {
- e.firstChild
- ? (function(t, e) {
- e.parentNode.insertBefore(t, e);
- })(t, e.firstChild)
- : e.appendChild(t);
- })(e, document.body));
+ (e = t.getElementsByTagName('svg')[0]) &&
+ (e.setAttribute('aria-hidden', 'true'),
+ (e.style.position = 'absolute'),
+ (e.style.width = 0),
+ (e.style.height = 0),
+ (e.style.overflow = 'hidden'),
+ (function (t, e) {
+ e.firstChild
+ ? (function (t, e) {
+ e.parentNode.insertBefore(t, e);
+ })(t, e.firstChild)
+ : e.appendChild(t);
+ })(e, document.body));
});
})(window);
diff --git a/build.sh b/build.sh
new file mode 100644
index 0000000..9e737aa
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+yarn generate
+
+tar -zcvf tool.tar.gz dist
diff --git a/components/Favorites.vue b/components/Favorites.vue
index 09a0ae8..1b82dd0 100644
--- a/components/Favorites.vue
+++ b/components/Favorites.vue
@@ -1,13 +1,14 @@