4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@sliverp/qqbot",
|
"name": "@sliverp/qqbot",
|
||||||
"version": "1.3.13",
|
"version": "1.4.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@sliverp/qqbot",
|
"name": "@sliverp/qqbot",
|
||||||
"version": "1.3.13",
|
"version": "1.4.1",
|
||||||
"bundleDependencies": [
|
"bundleDependencies": [
|
||||||
"ws"
|
"ws"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sliverp/qqbot",
|
"name": "@sliverp/qqbot",
|
||||||
"version": "1.3.14",
|
"version": "1.4.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ export function resolveQQBotAccount(
|
|||||||
allowFrom: qqbot?.allowFrom,
|
allowFrom: qqbot?.allowFrom,
|
||||||
systemPrompt: qqbot?.systemPrompt,
|
systemPrompt: qqbot?.systemPrompt,
|
||||||
imageServerBaseUrl: qqbot?.imageServerBaseUrl,
|
imageServerBaseUrl: qqbot?.imageServerBaseUrl,
|
||||||
markdownSupport: qqbot?.markdownSupport,
|
markdownSupport: qqbot?.markdownSupport ?? true,
|
||||||
};
|
};
|
||||||
appId = qqbot?.appId ?? "";
|
appId = qqbot?.appId ?? "";
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -499,7 +499,8 @@ openclaw cron add \\
|
|||||||
⚠️ 注意:
|
⚠️ 注意:
|
||||||
- 必须使用 <qqimg>路径</qqimg> 格式
|
- 必须使用 <qqimg>路径</qqimg> 格式
|
||||||
- 本地路径必须是绝对路径,支持 png、jpg、jpeg、gif、webp 格式
|
- 本地路径必须是绝对路径,支持 png、jpg、jpeg、gif、webp 格式
|
||||||
- 图片文件/URL 必须有效,否则发送失败`;
|
- 图片文件/URL 必须有效,否则发送失败
|
||||||
|
- Markdown格式下,也必须使用该方式发送图片`;
|
||||||
|
|
||||||
const systemPrompts = [builtinPrompt];
|
const systemPrompts = [builtinPrompt];
|
||||||
if (account.systemPrompt) {
|
if (account.systemPrompt) {
|
||||||
|
|||||||
Reference in New Issue
Block a user