Skip to content

Commit

Permalink
fixed: fix xuexitong course bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Changbaiqi committed Dec 30, 2024
1 parent e44dac2 commit 53fef4e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
tag_name:
description: 'Tag name for the release'
required: true
default: 'v2.5.0-Beta.6' # Default tag name
default: 'v2.5.0-Beta.7' # Default tag name

permissions:
contents: write # Allow writing to GitHub releases
Expand All @@ -23,8 +23,7 @@ env:
VERSION: ${{ github.ref_name }} # Dynamic version based on the tag name
RELEASE_DIR: release
RELEASE_NOTICES: |
- [👏] 添加英华可自由设置是否自动提交考试试卷选项
- [‍🔧] 修复英华无法正常使用暴力模式BUG
- [‍🔧] 修复学习通部分课程无法正常执行BUG
注:当前学习通功能为测试阶段日志显示比较乱,后续版本更新会调整
Expand Down
2 changes: 1 addition & 1 deletion config/logo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
: \ \; : .' \ | , / `----' ---' ; : ;
\ ' ;| , .-./ ---`-' | , /
`--` `--`---' ---`-'
Yatori-go-console v2.5.0-Beta.6
Yatori-go-console v2.5.0-Beta.7
仅用于学习交流,请勿用于违法和商业用途!!!
GitHub开源地址:https://github.com/yatori-dev/yatori-go-console
个人博客:https://blogs.changbaiqi.top
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)

require github.com/yatori-dev/yatori-go-core v1.2.2
require github.com/yatori-dev/yatori-go-core v1.2.3

require (
github.com/PuerkitoBio/goquery v1.10.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ github.com/tjfoc/gmsm v1.4.1 h1:aMe1GlZb+0bLjn+cKTPEvvn9oUEBlJitaZiiBwsbgho=
github.com/tjfoc/gmsm v1.4.1/go.mod h1:j4INPkHWMrhJb38G+J6W4Tw0AbuN8Thu3PbdVYhVcTE=
github.com/yalue/onnxruntime_go v1.12.1 h1:joCCmBnNjHy04jK9EMP/UV6oPPqySXlRgf3gcUcnI/g=
github.com/yalue/onnxruntime_go v1.12.1/go.mod h1:b4X26A8pekNb1ACJ58wAXgNKeUCGEAQ9dmACut9Sm/4=
github.com/yatori-dev/yatori-go-core v1.2.2 h1:XowEAFGANC+WmfoSKxo+6weEZCacwqtkJijr0jS4TdM=
github.com/yatori-dev/yatori-go-core v1.2.2/go.mod h1:M32eb5ULwWC5We8QD1653UpdWldfv7wNdMB8UgdDVdw=
github.com/yatori-dev/yatori-go-core v1.2.3 h1:WpaGy1812q1g6de/k33z/Y9isAVZNWgWCFwf0Ov9a5U=
github.com/yatori-dev/yatori-go-core v1.2.3/go.mod h1:M32eb5ULwWC5We8QD1653UpdWldfv7wNdMB8UgdDVdw=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=
go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
Expand Down

0 comments on commit 53fef4e

Please sign in to comment.