From 5acbe53fd4a828037d99716daad8eff66362740a Mon Sep 17 00:00:00 2001 From: Changbaiqi Date: Sun, 1 Dec 2024 21:43:12 +0800 Subject: [PATCH] update: update yatori-core to v1.0.4 --- .github/workflows/release.yaml | 7 +++---- .gitignore | 4 +++- go.mod | 3 ++- go.sum | 4 ++-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bddfefc..5ea1865 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,16 +15,15 @@ on: permissions: contents: write # Allow writing to GitHub releases - +# - [👏] +# - [‍🔧] env: PROJECT_NAME: ${{ github.event.repository.name }} BUILD_DATE: ${{ github.run_id }} VERSION: ${{ github.ref_name }} # Dynamic version based on the tag name RELEASE_DIR: release RELEASE_NOTICES: | - - [👏] 更新支持学习公社 - - [👏] 项目规范化迁移 - - [👏] 支持IP代理池文件接入(挂服务器减少封号风险,挂服务器的请务必使用ip代理池,因为服务器公网IP是固定的,很容易会被侦测到) + - [👏] 更改AI逻辑,使其提高正确率 - [‍🔧] 修复部分BUG,提高稳定性 注:等GO版本追平Java版本功能后Java版本将不再进行维护,后续将主要针对GO版本进行维护,Java将不会更新新功能和适配新平台。 diff --git a/.gitignore b/.gitignore index bffd580..620d7ab 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ assets/* ./ip.txt ./logo.txt -./.idea/* \ No newline at end of file +./.idea/* +config.yaml +.idea \ No newline at end of file diff --git a/go.mod b/go.mod index 94251bb..2d31f20 100644 --- a/go.mod +++ b/go.mod @@ -12,6 +12,8 @@ require ( gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df ) +require github.com/yatori-dev/yatori-go-core v1.0.4 + require ( github.com/fsnotify/fsnotify v1.8.0 // indirect github.com/hajimehoshi/go-mp3 v0.3.4 // indirect @@ -33,7 +35,6 @@ require ( github.com/subosito/gotenv v1.6.0 // indirect github.com/tjfoc/gmsm v1.4.1 // indirect github.com/yalue/onnxruntime_go v1.12.1 // indirect - github.com/yatori-dev/yatori-go-core v1.0.3 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect diff --git a/go.sum b/go.sum index 2be3449..798e2f4 100644 --- a/go.sum +++ b/go.sum @@ -114,8 +114,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.0.3 h1:4UiCZKqezcDXBW4eSVkaplrRbu5vdieCOXZa/A6v1EU= -github.com/yatori-dev/yatori-go-core v1.0.3/go.mod h1:n5fX+jwrNKnFo0A3XjNGX6Fix3qoCTjhTVYRcMyweyM= +github.com/yatori-dev/yatori-go-core v1.0.4 h1:ysJF2wUO4/Yk7vDGvGCgQeDQVym5ySCGc1sEnghr5bQ= +github.com/yatori-dev/yatori-go-core v1.0.4/go.mod h1:55fPqQnCunl9jMqP7XzFUJrDPjzyI2Z9PWZPLwBlL3k= go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE= go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= go.uber.org/multierr v1.9.0 h1:7fIwc/ZtS0q++VgcfqFDxSBZVv/Xo49/SYnDFupUwlI=