Skip to content

Commit

Permalink
feat: add online user count real time update
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Mar 17, 2024
1 parent 94e677a commit 3c1799b
Show file tree
Hide file tree
Showing 6 changed files with 309 additions and 263 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@tinymce/tinymce-vue": "^5.1.1",
"@vueuse/core": "~10.9.0",
"ant-design-vue": "~4.1.2",
"axios": "~1.6.7",
"axios": "~1.6.8",
"crypto-js": "^4.2.0",
"dayjs": "~1.11.10",
"echarts": "^5.5.0",
Expand All @@ -60,7 +60,7 @@
"tinymce": "^6.8.3",
"vue": "~3.4.21",
"vue-echarts": "^6.6.9",
"vue-i18n": "9.10.1",
"vue-i18n": "9.10.2",
"vue-router": "~4.3.0",
"vue-types": "~5.1.1",
"vue-virtual-scroller": "2.0.0-beta.8",
Expand All @@ -81,7 +81,7 @@
"@types/node": "~20.11.16",
"@typescript-eslint/eslint-plugin": "~7.2.0",
"@typescript-eslint/parser": "~7.2.0",
"@umijs/openapi": "^1.10.1",
"@umijs/openapi": "^1.11.1",
"@vitejs/plugin-vue": "~5.0.4",
"@vitejs/plugin-vue-jsx": "~3.1.0",
"@vue/tsconfig": "^0.5.1",
Expand All @@ -98,7 +98,7 @@
"husky": "~9.0.11",
"less": "~4.2.0",
"lint-staged": "~15.2.2",
"msw": "^2.2.3",
"msw": "^2.2.5",
"postcss": "~8.4.35",
"postcss-html": "~1.6.0",
"postcss-less": "~6.0.0",
Expand Down
Loading

0 comments on commit 3c1799b

Please sign in to comment.