Versions in this module Expand all Collapse all v1 v1.0.38 Oct 31, 2022 Changes in this version + type SpecialContent struct + FinishedNum int + Id int + Name string + PassScore int + Perfect bool + QuestionNum int + Questions []struct{ ... } + TipScoreReasonType int + TotalScore int + TotalTime int + Type int + UniqueId string + UsedTime int + func GetSpecialContent(cookies []*http.Cookie, id int) *SpecialContent v1.0.38-beta2 Nov 16, 2022 v1.0.38-beta1 Nov 8, 2022 v1.0.37 Sep 25, 2022 v1.0.37-beta3 Oct 18, 2022 v1.0.37-beta2 Oct 17, 2022 v1.0.37-beta1 Oct 15, 2022 v1.0.36 Sep 3, 2022 v1.0.36-beta2 Sep 9, 2022 v1.0.36-beta1 Sep 6, 2022 v1.0.35 Aug 26, 2022 v1.0.34 Aug 20, 2022 v1.0.33 Aug 18, 2022 v1.0.33-beta1 Aug 19, 2022 v1.0.32 Aug 15, 2022 v1.0.31 Aug 12, 2022 Changes in this version + func FormatScoreShort(score Score) string v1.0.30 Aug 6, 2022 v1.0.29 Aug 5, 2022 Changes in this version + const DailyBUTTON + const MyPointsUri + const SPECIALBUTTON + const WEEKEND + func CheckUserCookie(user *model.User) bool + func Clip(in io.Reader, out io.Writer, wi, hi, x0, y0, x1, y1, quality int) (err error) + func FillBlank(page playwright.Page, tips []string) error + func FormatScore(score Score) string + func GetPaymentStr(fi io.Reader) (paymentCodeUrl *gozxing.Result) + func GetToken(code, sign, pushId string) (bool, error) + func GetUserInfo(cookies []*http.Cookie) (string, string, error) + func PrintScore(score Score) string + func RemoveRepByLoop(slc []string) []string + func WaitStudy(user *model.User, id string) + type Cookie struct + Domain string + Expires int + HTTPOnly bool + Name string + Path string + SameSite string + Secure bool + Value string + type Core struct + Push func(kind string, message string) + ShowBrowser bool + func (c *Core) CheckQrCode(code, pushID string) (*model.User, bool, error) + func (c *Core) GenerateCode() (string, string, error) + func (c *Core) Init() + func (c *Core) IsQuit() bool + func (c *Core) L(retryTimes int, pushID string) (*model.User, error) + func (c *Core) LearnArticle(user *model.User) + func (c *Core) LearnVideo(user *model.User) + func (c *Core) Quit() + func (c *Core) RespondDaily(user *model.User, model string) + type Data struct + CurrentScore int + MaxScore int + type Handle interface + type Link struct + AuditTime string + Author string + ChannelIds []string + ChannelNames []string + CrossTime int + DataValid bool + Editor string + ItemId string + ItemType string + NameB string + Producer string + PublishTime string + ShowSource string + Source string + ThumbImage string + Title string + Type string + Url string + type Mather struct + type Score struct + Content map[string]Data + TodayScore int + TotalScore int + func GetUserScore(cookies []*http.Cookie) (Score, error) + type SpecialList struct + List []struct{ ... } + PageNo int + PageNum int + PageSize int + TotalCount int + TotalPageCount int + type T struct + Answer string + Datetime interface{} + Option string + Question string + WrongAnswer string + type Telegram struct + ChatId int64 + Proxy string + Token string + func (t *Telegram) Init() + func (t *Telegram) SendMsg(message string) int + func (t *Telegram) SendPhoto(image []byte) + type WeekList struct + List []struct{ ... } + PageNo int + PageNum int + PageSize int + TotalCount int + TotalPageCount int