diff --git a/package.json b/package.json index fceb3d2d..67aca91b 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ "@iconify-json/simple-icons": "^1.2.48", "@iconify-json/streamline": "^1.2.5", "@iconify-json/system-uicons": "^1.2.4", + "@iconify-json/uiw": "^1.2.3", "@types/file-saver": "^2.0.7", "@types/lodash-es": "^4.17.12", "@types/md5": "^2.1.33", diff --git a/public/static-home.html b/public/static-home.html index f8aee9f1..ffc7a452 100644 --- a/public/static-home.html +++ b/public/static-home.html @@ -285,6 +285,10 @@ border-radius: 1rem; margin-top: 1.2rem; } + + .cursor-pointer{ + cursor: pointer; + } - - - - \ No newline at end of file diff --git a/src/pages/user/User.vue b/src/pages/user/User.vue index 29b5da90..7fbac5e9 100644 --- a/src/pages/user/User.vue +++ b/src/pages/user/User.vue @@ -246,13 +246,17 @@ function subscribe() { } +function onFileChange(e) { + console.log('e', e) + +}