mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
ci:更新Go版本并修复市场资讯保存功能
-将 Go 版本从 1.23 升级到1.24 - 修复市场资讯保存功能,更新 SaveAsMarkdown 调用参数
This commit is contained in:
parent
c4caea5be8
commit
ef6228922e
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
build-name: ${{ matrix.build.name }}
|
||||
build-platform: ${{ matrix.build.platform }}
|
||||
package: true
|
||||
go-version: '1.23'
|
||||
go-version: '1.24'
|
||||
build-tags: ${{ github.ref_name }}
|
||||
build-commit-message: ${{ steps.get_commit_message.outputs.commit_message }}
|
||||
node-version: '18.x'
|
||||
|
@ -192,7 +192,7 @@ async function copyToClipboard() {
|
||||
}
|
||||
}
|
||||
function saveAsMarkdown(){
|
||||
SaveAsMarkdown('','市场资讯').then(result => {
|
||||
SaveAsMarkdown('市场资讯','市场资讯').then(result => {
|
||||
message.success(result)
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user