Commit d513efd 1 parent 6820ca6 commit d513efd Copy full SHA for d513efd
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
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.0.1-Beta.3 ' # Default tag name
14
+ default : ' v2.0.1-Beta.4 ' # 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
- - [🔧] 优化AI提示词提高写题正确率
26
+ - [🔧] 修复英华平台AI答题异常BUG
27
27
28
28
注:等GO版本追平Java版本功能后Java版本将不再进行维护,后续将主要针对GO版本进行维护,Java将不会更新新功能和适配新平台。
29
29
jobs :
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.1.2
17
+ require github.com/yatori-dev/yatori-go-core v1.1.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.1.2 h1:oUzQ7KrrvxdvWF+Rcypv6siWIo4x9OWO0rmzYBjeAxk =
124
- github.com/yatori-dev/yatori-go-core v1.1.2 /go.mod h1:6zSH+QLXqe+IZaEASvwtG/AhBwcq67A7gGiIh8d2uDw =
123
+ github.com/yatori-dev/yatori-go-core v1.1.3 h1:GMwjNAtVC0FC2qlmvUbOI3SUaXt3L+1hVjbOlYrU7ck =
124
+ github.com/yatori-dev/yatori-go-core v1.1.3 /go.mod h1:6zSH+QLXqe+IZaEASvwtG/AhBwcq67A7gGiIh8d2uDw =
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