Commit 53fef4e 1 parent e44dac2 commit 53fef4e Copy full SHA for 53fef4e
File tree 4 files changed +6
-7
lines changed
4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11
11
tag_name :
12
12
description : ' Tag name for the release'
13
13
required : true
14
- default : ' v2.5.0-Beta.6 ' # Default tag name
14
+ default : ' v2.5.0-Beta.7 ' # Default tag name
15
15
16
16
permissions :
17
17
contents : write # Allow writing to GitHub releases
23
23
VERSION : ${{ github.ref_name }} # Dynamic version based on the tag name
24
24
RELEASE_DIR : release
25
25
RELEASE_NOTICES : |
26
- - [👏] 添加英华可自由设置是否自动提交考试试卷选项
27
- - [🔧] 修复英华无法正常使用暴力模式BUG
26
+ - [🔧] 修复学习通部分课程无法正常执行BUG
28
27
29
28
30
29
注:当前学习通功能为测试阶段日志显示比较乱,后续版本更新会调整
Original file line number Diff line number Diff line change 13
13
: \ \; : .' \ | , / `----' ---' ; : ;
14
14
\ ' ;| , .-./ ---`-' | , /
15
15
`--` `--`---' ---`-'
16
- Yatori-go-console v2.5.0-Beta.6
16
+ Yatori-go-console v2.5.0-Beta.7
17
17
仅用于学习交流,请勿用于违法和商业用途!!!
18
18
GitHub开源地址:https://github.com/yatori-dev/yatori-go-console
19
19
个人博客:https://blogs.changbaiqi.top
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
15
15
)
16
16
17
- require github.com/yatori-dev/yatori-go-core v1.2.2
17
+ require github.com/yatori-dev/yatori-go-core v1.2.3
18
18
19
19
require (
20
20
github.com/PuerkitoBio/goquery v1.10.0 // indirect
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ github.com/tjfoc/gmsm v1.4.1 h1:aMe1GlZb+0bLjn+cKTPEvvn9oUEBlJitaZiiBwsbgho=
120
120
github.com/tjfoc/gmsm v1.4.1 /go.mod h1:j4INPkHWMrhJb38G+J6W4Tw0AbuN8Thu3PbdVYhVcTE =
121
121
github.com/yalue/onnxruntime_go v1.12.1 h1:joCCmBnNjHy04jK9EMP/UV6oPPqySXlRgf3gcUcnI/g =
122
122
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 =
125
125
github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
126
126
go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE =
127
127
go.uber.org/atomic v1.9.0 /go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc =
You can’t perform that action at this time.
0 commit comments