mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-23 18:00:07 +08:00
🎨 改进代码样式
This commit is contained in:
parent
04f70b0499
commit
3df0414621
@ -4,11 +4,12 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"github.com/FloatTech/ZeroBot-Plugin/order"
|
|
||||||
"github.com/FloatTech/zbputils/file"
|
"github.com/FloatTech/zbputils/file"
|
||||||
"github.com/FloatTech/zbputils/process"
|
"github.com/FloatTech/zbputils/process"
|
||||||
"github.com/FloatTech/zbputils/sql"
|
"github.com/FloatTech/zbputils/sql"
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
|
|
||||||
|
"github.com/FloatTech/ZeroBot-Plugin/order"
|
||||||
)
|
)
|
||||||
|
|
||||||
const dbpath = "data/Jandan/"
|
const dbpath = "data/Jandan/"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user