fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 972b0f9bfd - Show all commits

View file

@ -1096,7 +1096,7 @@ export class KeywordsExpressions {
];
keywords[i++] = [
/^\s*MERGE(\s*)(.*)/gim,
/^\s*MERGE IMAGE(\s*)(.*)/gim,
($0, $1, $2, $3) => {
return `await img.mergeImage({pid: pid, files: [${$3}]})`;
}