@openclaw-china/feishu-china 0.1.15 → 2026.3.2

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
@@ -6085,14 +6085,6 @@ async function configureQQBot(prompter, cfg) {
6085
6085
  existingValue: toTrimmedString(existing.clientSecret),
6086
6086
  required: true
6087
6087
  });
6088
- Ve(
6089
- "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",
6090
- "\u63D0\u793A"
6091
- );
6092
- const markdownSupport = await prompter.askConfirm(
6093
- "\u542F\u7528 Markdown \u652F\u6301",
6094
- toBoolean(existing.markdownSupport, false)
6095
- );
6096
6088
  const asrEnabled = await prompter.askConfirm(
6097
6089
  "\u542F\u7528 ASR\uFF08\u652F\u6301\u5165\u7AD9\u8BED\u97F3\u81EA\u52A8\u8F6C\u6587\u5B57\uFF09",
6098
6090
  toBoolean(existingAsr.enabled, false)
@@ -6121,7 +6113,6 @@ async function configureQQBot(prompter, cfg) {
6121
6113
  return mergeChannelConfig(cfg, "qqbot", {
6122
6114
  appId,
6123
6115
  clientSecret,
6124
- markdownSupport,
6125
6116
  asr
6126
6117
  });
6127
6118
  }