"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.PLUGIN_ID = void 0; /** * 钉钉渠道插件 ID / 通道名 * 用于标识该渠道插件,在配置中作为 channels.{PLUGIN_ID} 使用 * 同时也作为通道名,用于地址前缀(如 ddingtalk:user:xxx) */ const PLUGIN_ID = exports.PLUGIN_ID = "ddingtalk"; /* v9-f33b4d870b3c1b96 */