修复不能启动 (#2387)

This commit is contained in:
古又
2025-11-22 13:58:34 +08:00
committed by GitHub
parent a350b6e30f
commit 43c83c4c6e
3 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# OBS录制
# 调用一条龙
## 介绍
#### 该脚本是搭配auto-bgi软件使用进行开启一条龙
@@ -39,6 +39,9 @@
------
## 版本
#### 0.0.2
修复不能正常启动
#### 0.0.1
有啥不懂的,八九十群,可以艾特【古又】

View File

@@ -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);
})();

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "启动一条龙",
"version": "0.0.1",
"version": "0.0.2",
"tags": [
"abgi"
],