File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 11//go:build !windows
22
3- // Package console sets console's behavior on init
4- package console
3+ package abineundo
54
65import (
76 "fmt"
Original file line number Diff line number Diff line change 1- // Package console sets console's behavior on init
2- package console
1+ package abineundo
32
43import (
54 "bytes"
Original file line number Diff line number Diff line change 99//
1010// Place this package at the very top of top-level main.go so its init (present
1111// or future) executes before other plugin packages, filling in a predictable
12- // plugin priority.
12+ // plugin priority and setup console properties .
1313//
1414// Typical usage:
1515//
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ import (
1414 "strings"
1515 "time"
1616
17- _ "github.com/FloatTech/ZeroBot-Plugin/abineundo" // 设置插件优先级
18- _ "github.com/FloatTech/ZeroBot-Plugin/console" // 更改控制台属性
17+ _ "github.com/FloatTech/ZeroBot-Plugin/abineundo" // 设置插件优先级&更改控制台属性
1918 "github.com/FloatTech/ZeroBot-Plugin/kanban" // 打印 banner
2019
2120 // ---------以下插件均可通过前面加 // 注释,注释后停用并不加载插件--------- //
You can’t perform that action at this time.
0 commit comments