Skip to content

Commit

Permalink
๐Ÿ’ฉ๐Ÿ‘Œ make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Aug 6, 2021
1 parent 178b55a commit c53c644
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin_diana/bing.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/wdvxdr1123/ZeroBot/message"
)

const yamai = "่ดๆ‹‰ๆŠฝๆˆ‘๐Ÿฅตๅ˜‰็„ถ้ช‘ๅœจๆˆ‘่ƒŒไธŠ๐Ÿฅตๆ™šๆ™š่ธฉๆˆ‘๐Ÿฅตไนƒ็ณๅๅœจ็Ž‹ๅบงๆ˜ฏ็”จ็œ‹ๅžƒๅœพ็š„็œผ็ฅž็œ‹ๆˆ‘๐Ÿฅต๐Ÿฅต็ˆไน่ธขๆˆ‘๐Ÿฅต๐Ÿฅต๏ผŒๆŠŠๆˆ‘็œผ็›่’™ไฝ็„ถๅŽไบ”ๅช่„šไธ€่ตท่ธฉๆˆ‘๐Ÿฅต่ฟ˜่ฎฉๆˆ‘็Œœ่„šๆ˜ฏ่ฐ็š„๏ผŒ็Œœ้”™ไบ†็ป™ๆˆ‘ๅŠˆ็œผไธ€้“ๆฃ๐Ÿฅตโ€‹"
const yamai = "่ดๆ‹‰ๆŠฝๆˆ‘\u200bๅ˜‰็„ถ้ช‘ๅœจๆˆ‘่ƒŒไธŠ\u200bๆ™šๆ™š่ธฉๆˆ‘\u200bไนƒ็ณๅๅœจ็Ž‹ๅบงๆ˜ฏ็”จ็œ‹ๅžƒๅœพ็š„็œผ็ฅž็œ‹ๆˆ‘\u200b\u200b็ˆไน่ธขๆˆ‘\u200b\u200b๏ผŒๆŠŠๆˆ‘็œผ็›่’™ไฝ็„ถๅŽไบ”ๅช่„šไธ€่ตท่ธฉๆˆ‘\u200b่ฟ˜่ฎฉๆˆ‘็Œœ่„šๆ˜ฏ่ฐ็š„๏ผŒ็Œœ้”™ไบ†็ป™ๆˆ‘ๅŠˆ็œผไธ€้“ๆฃ\u200bโ€‹"

func init() {
// ้šๆœบๅ‘้€ไธ€็ฏ‡ไธŠ้ข็š„ๅฐไฝœๆ–‡
Expand Down
4 changes: 2 additions & 2 deletions plugin_diana/data/text.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func init() {
}()
}

// ๅŠ ่ฝฝๅฐไฝœๆ–‡
// LoadText ๅŠ ่ฝฝๅฐไฝœๆ–‡
func LoadText() error {
if _, err := os.Stat(pbfile); err == nil || os.IsExist(err) {
f, err := os.Open(pbfile)
Expand All @@ -49,7 +49,7 @@ func LoadText() error {
return nil
}

// ๆทปๅŠ ๅฐไฝœๆ–‡
// AddText ๆทปๅŠ ๅฐไฝœๆ–‡
func AddText(txt string) error {
if txt != "" {
compo.Array = append(compo.Array, txt)
Expand Down

0 comments on commit c53c644

Please sign in to comment.