@openclaw-china/dingtalk 0.1.38 → 0.1.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -9
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -6682,14 +6682,6 @@ async function configureQQBot(prompter, cfg) {
|
|
|
6682
6682
|
existingValue: toTrimmedString(existing.clientSecret),
|
|
6683
6683
|
required: true
|
|
6684
6684
|
});
|
|
6685
|
-
Ve(
|
|
6686
|
-
"QQ \u7684 Markdown \u4F53\u9A8C\u5F88\u597D\uFF0C\u4F46\u9700\u8981\u5148\u7533\u8BF7\u5F00\u901A\uFF0C\u8BE6\u60C5\u8BF7\u67E5\u770B\u914D\u7F6E\u6587\u6863\u3002",
|
|
6687
|
-
"\u63D0\u793A"
|
|
6688
|
-
);
|
|
6689
|
-
const markdownSupport = await prompter.askConfirm(
|
|
6690
|
-
"\u542F\u7528 Markdown \u652F\u6301",
|
|
6691
|
-
toBoolean(existing.markdownSupport, false)
|
|
6692
|
-
);
|
|
6693
6685
|
const asrEnabled = await prompter.askConfirm(
|
|
6694
6686
|
"\u542F\u7528 ASR\uFF08\u652F\u6301\u5165\u7AD9\u8BED\u97F3\u81EA\u52A8\u8F6C\u6587\u5B57\uFF09",
|
|
6695
6687
|
toBoolean(existingAsr.enabled, false)
|
|
@@ -6718,7 +6710,6 @@ async function configureQQBot(prompter, cfg) {
|
|
|
6718
6710
|
return mergeChannelConfig(cfg, "qqbot", {
|
|
6719
6711
|
appId,
|
|
6720
6712
|
clientSecret,
|
|
6721
|
-
markdownSupport,
|
|
6722
6713
|
asr
|
|
6723
6714
|
});
|
|
6724
6715
|
}
|