-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 534ffa8
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/.idea | ||
/application.yaml | ||
/device.json | ||
/logs | ||
/miraigo-logs | ||
/qrcode.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# DDBOT-Template | ||
|
||
这个仓库是ddbot插件的基础模版,可以用来当做脚手架 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
module github.com/Sora233/ddbot-template | ||
|
||
go 1.16 | ||
|
||
require ( | ||
github.com/Sora233/DDBOT v1.0.1-0.20211120042356-8317fe79b9cc | ||
github.com/Sora233/MiraiGo-Template v0.0.0-20211119083153-e8b7a8dc8f32 | ||
github.com/sirupsen/logrus v1.8.1 | ||
) | ||
|
||
replace github.com/willf/bitset v1.2.0 => github.com/bits-and-blooms/bitset v1.2.0 |