Skip to content

Commit 53fef4e

Browse files
committed
fixed: fix xuexitong course bug
1 parent e44dac2 commit 53fef4e

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/workflows/release.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
tag_name:
1212
description: 'Tag name for the release'
1313
required: true
14-
default: 'v2.5.0-Beta.6' # Default tag name
14+
default: 'v2.5.0-Beta.7' # Default tag name
1515

1616
permissions:
1717
contents: write # Allow writing to GitHub releases
@@ -23,8 +23,7 @@ env:
2323
VERSION: ${{ github.ref_name }} # Dynamic version based on the tag name
2424
RELEASE_DIR: release
2525
RELEASE_NOTICES: |
26-
- [👏] 添加英华可自由设置是否自动提交考试试卷选项
27-
- [‍🔧] 修复英华无法正常使用暴力模式BUG
26+
- [‍🔧] 修复学习通部分课程无法正常执行BUG
2827
2928
3029
注:当前学习通功能为测试阶段日志显示比较乱,后续版本更新会调整

config/logo.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
: \ \; : .' \ | , / `----' ---' ; : ;
1414
\ ' ;| , .-./ ---`-' | , /
1515
`--` `--`---' ---`-'
16-
Yatori-go-console v2.5.0-Beta.6
16+
Yatori-go-console v2.5.0-Beta.7
1717
仅用于学习交流,请勿用于违法和商业用途!!!
1818
GitHub开源地址:https://github.com/yatori-dev/yatori-go-console
1919
个人博客:https://blogs.changbaiqi.top

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
1515
)
1616

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

1919
require (
2020
github.com/PuerkitoBio/goquery v1.10.0 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ github.com/tjfoc/gmsm v1.4.1 h1:aMe1GlZb+0bLjn+cKTPEvvn9oUEBlJitaZiiBwsbgho=
120120
github.com/tjfoc/gmsm v1.4.1/go.mod h1:j4INPkHWMrhJb38G+J6W4Tw0AbuN8Thu3PbdVYhVcTE=
121121
github.com/yalue/onnxruntime_go v1.12.1 h1:joCCmBnNjHy04jK9EMP/UV6oPPqySXlRgf3gcUcnI/g=
122122
github.com/yalue/onnxruntime_go v1.12.1/go.mod h1:b4X26A8pekNb1ACJ58wAXgNKeUCGEAQ9dmACut9Sm/4=
123-
github.com/yatori-dev/yatori-go-core v1.2.2 h1:XowEAFGANC+WmfoSKxo+6weEZCacwqtkJijr0jS4TdM=
124-
github.com/yatori-dev/yatori-go-core v1.2.2/go.mod h1:M32eb5ULwWC5We8QD1653UpdWldfv7wNdMB8UgdDVdw=
123+
github.com/yatori-dev/yatori-go-core v1.2.3 h1:WpaGy1812q1g6de/k33z/Y9isAVZNWgWCFwf0Ov9a5U=
124+
github.com/yatori-dev/yatori-go-core v1.2.3/go.mod h1:M32eb5ULwWC5We8QD1653UpdWldfv7wNdMB8UgdDVdw=
125125
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
126126
go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=
127127
go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=

0 commit comments

Comments
 (0)