diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml new file mode 100644 index 0000000..030e7b6 --- /dev/null +++ b/.idea/watcherTasks.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/package.json b/package.json index 0f57061..cc46d8b 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "dependencies": { "@fingerprintjs/fingerprintjs": "^3.3.3", "axios": "^0.26.1", + "dayjs": "^1.11.0", "element-plus": "^2.1.7", "mitt": "^3.0.0", "pinia": "^2.0.12", diff --git a/src/assets/avatar.png b/src/assets/avatar.png new file mode 100644 index 0000000..f6238fb Binary files /dev/null and b/src/assets/avatar.png differ diff --git a/src/components/layout/user-layout.vue b/src/components/layout/user-layout.vue index 04b0400..8002558 100644 --- a/src/components/layout/user-layout.vue +++ b/src/components/layout/user-layout.vue @@ -1,10 +1,10 @@