From 4d01e75282122ae8932052e3980b15d7b1e412fc Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Jul 2026 15:24:43 +0800 Subject: [PATCH] example/qq: use relative replace path, disable bundle mode --- example/qq/go.mod | 2 +- example/qq/plg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/qq/go.mod b/example/qq/go.mod index 0fc8a14..016953d 100644 --- a/example/qq/go.mod +++ b/example/qq/go.mod @@ -4,4 +4,4 @@ go 1.25.0 require gitcode.com/JianFeeeee/homeagent-sdk v0.0.0 -replace gitcode.com/JianFeeeee/homeagent-sdk => E:/program/homeagent/homeagentsdk +replace gitcode.com/JianFeeeee/homeagent-sdk => ../../ diff --git a/example/qq/plg.json b/example/qq/plg.json index 2453c44..eaa6eaf 100644 --- a/example/qq/plg.json +++ b/example/qq/plg.json @@ -9,7 +9,7 @@ "tags": ["qq", "messaging"], "targets": "linux/amd64", "outdir": "dist", - "bundle": true, + "bundle": false, "replaces": {}, "source_dirs": [] }