Skip to content

Commit

Permalink
测试更改
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnyo666 committed Nov 25, 2024
1 parent 48433cc commit 74128bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions apps/schedule.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import plugin from '../../../lib/plugins/plugin.js'
import { createRequire } from 'module'
import lodash from 'lodash'
import moment from 'moment'
import { db } from '../model/index.js'
import { Op } from 'sequelize'
import { Restart } from '../../other/restart.js'

export class Schedule extends plugin {
constructor () {
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"moment": "^2.30.1",
"node-schedule": "^2.1.1"
},
"imports": {
"#lib": "../../../lib/plugins/plugin.js",
"#components": "./components/index.js",
"#models": "./models/index.js"
},
"author": "Dnyo666",
"license": "MIT"
}

0 comments on commit 74128bd

Please sign in to comment.