Skip to content

Commit

Permalink
fix: 添加消息类型统计
Browse files Browse the repository at this point in the history
  • Loading branch information
XasYer committed Oct 23, 2024
1 parent 6ea5162 commit 4eb1c41
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"iconv-lite": "^0.6.3",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"node-schedule": "^2.1.1",
"sequelize": "^6.37.4",
"systeminformation": "^5.23.5",
"yaml": "^2.5.1"
Expand Down
47 changes: 47 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/common/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import moment, { type unitOfTime } from 'moment'
// @ts-ignore
import schedule from 'node-schedule'

export function formatBytes (bytes: number) {
Expand Down

0 comments on commit 4eb1c41

Please sign in to comment.