From 0598ae7621ae2fa887a9f2910614636f8d8f92f5 Mon Sep 17 00:00:00 2001 From: Changbaiqi Date: Mon, 9 Dec 2024 17:55:51 +0800 Subject: [PATCH] update: update core and update version --- .github/workflows/release.yaml | 5 ++--- config/logo.txt | 2 +- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 66e3843..52531e1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ on: tag_name: description: 'Tag name for the release' required: true - default: 'v3.0.0-beta.1' # Default tag name + default: 'v2.0.1-Beta.3' # Default tag name permissions: contents: write # Allow writing to GitHub releases @@ -23,8 +23,7 @@ env: VERSION: ${{ github.ref_name }} # Dynamic version based on the tag name RELEASE_DIR: release RELEASE_NOTICES: | - - [‍🔧] 优化平台重庆工程学院CQIE - - [‍🔧] 优化英华mooc平台提交学时逻辑 + - [‍🔧] 优化AI提示词提高写题正确率 注:等GO版本追平Java版本功能后Java版本将不再进行维护,后续将主要针对GO版本进行维护,Java将不会更新新功能和适配新平台。 diff --git a/config/logo.txt b/config/logo.txt index d3132c5..12e861e 100644 --- a/config/logo.txt +++ b/config/logo.txt @@ -13,7 +13,7 @@ : \ \; : .' \ | , / `----' ---' ; : ; \ ' ;| , .-./ ---`-' | , / `--` `--`---' ---`-' - Yatori-go-console v3.0.0-Beta.1 + Yatori-go-console v2.0.1-Beta.3 仅用于学习交流,请勿用于违法和商业用途!!! GitHub开源地址:https://github.com/yatori-dev/yatori-go-console 个人博客:https://blogs.changbaiqi.top \ No newline at end of file diff --git a/go.mod b/go.mod index ecfbcab..d90f653 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df ) -require github.com/yatori-dev/yatori-go-core v1.0.8 +require github.com/yatori-dev/yatori-go-core v1.1.1 require ( github.com/fsnotify/fsnotify v1.8.0 // indirect diff --git a/go.sum b/go.sum index e07d1ff..fd7731b 100644 --- a/go.sum +++ b/go.sum @@ -116,8 +116,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.8 h1:lQY5VYzF4TlzttLrzm63bkiHyTE/okL80icoqLvhahM= -github.com/yatori-dev/yatori-go-core v1.0.8/go.mod h1:55fPqQnCunl9jMqP7XzFUJrDPjzyI2Z9PWZPLwBlL3k= +github.com/yatori-dev/yatori-go-core v1.1.1 h1:motpQSMrmBNx9XsHgYDmQyhjSBHKkiX/+KYQ2K3XSFg= +github.com/yatori-dev/yatori-go-core v1.1.1/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=