Skip to content

Commit

Permalink
Dev (#25)
Browse files Browse the repository at this point in the history
* 优化聊天界面

* 更新依赖
  • Loading branch information
admin8756 committed May 3, 2024
1 parent 3b7cf73 commit 2a7e13f
Show file tree
Hide file tree
Showing 5 changed files with 691 additions and 690 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leelaa-admin",
"version": "0.0.2",
"version": "0.0.5",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -10,6 +10,8 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"author": "leedaisen",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"nprogress": "^0.2.0",
Expand All @@ -28,7 +30,7 @@
"@vue/eslint-config-prettier": "^8.0.0",
"@vueuse/core": "^10.9.0",
"autoprefixer": "^10.4.19",
"daisyui": "^4.10.2",
"daisyui": "^4.10.4",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.25.0",
"pinia-plugin-persistedstate": "^3.2.1",
Expand All @@ -37,7 +39,7 @@
"tailwindcss": "^3.4.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vite-plugin-pwa": "^0.19.8"
}
}
}
Loading

1 comment on commit 2a7e13f

@vercel
Copy link

@vercel vercel bot commented on 2a7e13f May 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.