Skip to content

Commit d513efd

Browse files
committed
update: update fix core bug
1 parent 6820ca6 commit d513efd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yaml

+2-2
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.0.1-Beta.3' # Default tag name
14+
default: 'v2.0.1-Beta.4' # Default tag name
1515

1616
permissions:
1717
contents: write # Allow writing to GitHub releases
@@ -23,7 +23,7 @@ env:
2323
VERSION: ${{ github.ref_name }} # Dynamic version based on the tag name
2424
RELEASE_DIR: release
2525
RELEASE_NOTICES: |
26-
- [‍🔧] 优化AI提示词提高写题正确率
26+
- [‍🔧] 修复英华平台AI答题异常BUG
2727
2828
注:等GO版本追平Java版本功能后Java版本将不再进行维护,后续将主要针对GO版本进行维护,Java将不会更新新功能和适配新平台。
2929
jobs:

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.1.2
17+
require github.com/yatori-dev/yatori-go-core v1.1.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.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=
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)