mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 22:00:11 +08:00
🎨 改进代码样式 (#588)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
180945670b
commit
f82ba852ba
@ -3,8 +3,6 @@ package score
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"github.com/FloatTech/ZeroBot-Plugin/kanban"
|
|
||||||
"github.com/disintegration/imaging"
|
|
||||||
"image"
|
"image"
|
||||||
"image/color"
|
"image/color"
|
||||||
"math"
|
"math"
|
||||||
@ -13,6 +11,10 @@ import (
|
|||||||
"strconv"
|
"strconv"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/disintegration/imaging"
|
||||||
|
|
||||||
|
"github.com/FloatTech/ZeroBot-Plugin/kanban"
|
||||||
|
|
||||||
"github.com/FloatTech/AnimeAPI/bilibili"
|
"github.com/FloatTech/AnimeAPI/bilibili"
|
||||||
"github.com/FloatTech/AnimeAPI/wallet"
|
"github.com/FloatTech/AnimeAPI/wallet"
|
||||||
"github.com/FloatTech/floatbox/file"
|
"github.com/FloatTech/floatbox/file"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user