From 43c83c4c6ee4f3eb46a05d02c88f25498667257e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=A4=E5=8F=88?= <104784428+guyou45@users.noreply.github.com> Date: Sat, 22 Nov 2025 13:58:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8D=E8=83=BD=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=20(#2387)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/调用一条龙/README.md | 5 ++++- repo/js/调用一条龙/main.js | 3 ++- repo/js/调用一条龙/manifest.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/repo/js/调用一条龙/README.md b/repo/js/调用一条龙/README.md index aea4bd56c..427bea585 100644 --- a/repo/js/调用一条龙/README.md +++ b/repo/js/调用一条龙/README.md @@ -1,4 +1,4 @@ -# OBS录制 +# 调用一条龙 ## 介绍 #### 该脚本是搭配auto-bgi软件使用,进行开启一条龙 @@ -39,6 +39,9 @@ ------ ## 版本 +#### 0.0.2 +修复不能正常启动 + #### 0.0.1 有啥不懂的,八九十群,可以艾特【古又】 diff --git a/repo/js/调用一条龙/main.js b/repo/js/调用一条龙/main.js index aceac91be..7a983d342 100644 --- a/repo/js/调用一条龙/main.js +++ b/repo/js/调用一条龙/main.js @@ -10,5 +10,6 @@ log.error("ABGI未运行"); return; }; - const listResp = await http.request('POST',"http://localhost:8082/api/oneLong/startOneLong",`${settings.oneDragonName}`,null); + + const listResp = await http.request('POST',"http://localhost:8082/api/oneLong/startOneLong",JSON.stringify(`${settings.oneDragonName}`),null); })(); \ No newline at end of file diff --git a/repo/js/调用一条龙/manifest.json b/repo/js/调用一条龙/manifest.json index 2151b664d..8c38a110e 100644 --- a/repo/js/调用一条龙/manifest.json +++ b/repo/js/调用一条龙/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "启动一条龙", - "version": "0.0.1", + "version": "0.0.2", "tags": [ "abgi" ],