fix: halo_publish 插件 — runtime.Caller 解析config.json绝对路径

This commit is contained in:
2026-06-26 12:57:50 +08:00
parent 839522e1d4
commit 0d6970a2d3
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -9,6 +9,7 @@ require (
git.yeij.top/AskaEth/Cyrene/pkg/dashscope v0.0.0
git.yeij.top/AskaEth/Cyrene/pkg/logger v0.0.0
git.yeij.top/AskaEth/Cyrene-Plugins v0.0.0
git.yeij.top/AskaEth/Cyrene-Plugins/halo_publish v0.0.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -17,4 +18,5 @@ replace (
git.yeij.top/AskaEth/Cyrene/pkg/dashscope => ../pkg/dashscope
git.yeij.top/AskaEth/Cyrene/pkg/logger => ../pkg/logger
git.yeij.top/AskaEth/Cyrene-Plugins => ../cyrene-plugins
git.yeij.top/AskaEth/Cyrene-Plugins/halo_publish => ../plugins/halo_publish
)