Skip to content

Commit

Permalink
🐛 custom lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Nov 8, 2023
1 parent 3a31802 commit ff3d1d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/hyaku/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/wdvxdr1123/ZeroBot/message"
)

const bed = "https://gitcode.net/u011570312/OguraHyakuninIsshu/-/raw/master/"
const bed = "https://gitea.seku.su/fumiama/OguraHyakuninIsshu/src/branch/master"

type line struct {
番号, 歌人, 上の句, 下の句, 上の句ひらがな, 下の句ひらがな string
Expand Down
2 changes: 1 addition & 1 deletion plugin/omikuji/sensou.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/FloatTech/zbputils/img/text"
)

const bed = "https://gitcode.net/u011570312/senso-ji-omikuji/-/raw/main/"
const bed = "https://gitea.seku.su/fumiama/senso-ji-omikuji/raw/branch/main"

func init() { // 插件主体
engine := control.AutoRegister(&ctrl.Options[*zero.Ctx]{
Expand Down

0 comments on commit ff3d1d1

Please sign in to comment.