@openclaw-china/wecom 0.1.28 → 0.1.29

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 CHANGED
@@ -6112,14 +6112,6 @@ async function configureQQBot(prompter, cfg) {
6112
6112
  existingValue: toTrimmedString(existing.clientSecret),
6113
6113
  required: true
6114
6114
  });
6115
- Ve(
6116
- "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",
6117
- "\u63D0\u793A"
6118
- );
6119
- const markdownSupport = await prompter.askConfirm(
6120
- "\u542F\u7528 Markdown \u652F\u6301",
6121
- toBoolean(existing.markdownSupport, false)
6122
- );
6123
6115
  const asrEnabled = await prompter.askConfirm(
6124
6116
  "\u542F\u7528 ASR\uFF08\u652F\u6301\u5165\u7AD9\u8BED\u97F3\u81EA\u52A8\u8F6C\u6587\u5B57\uFF09",
6125
6117
  toBoolean(existingAsr.enabled, false)
@@ -6148,7 +6140,6 @@ async function configureQQBot(prompter, cfg) {
6148
6140
  return mergeChannelConfig(cfg, "qqbot", {
6149
6141
  appId,
6150
6142
  clientSecret,
6151
- markdownSupport,
6152
6143
  asr
6153
6144
  });
6154
6145
  }