mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-02 21:50:52 +00:00
- Handle richText, picture, file, audio, video message types - Download media via DingTalk API two-step flow - Attach images as base64, save other files to temp dir - Add DingTalkMessageData interface for richer payloads This enables the DingTalk channel to process media attachments in incoming messages. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
10 lines
223 B
JSON
10 lines
223 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules", "dist"],
|
|
"references": [{ "path": "../base" }]
|
|
}
|