{ "config": { "wide_screen_mode": true }, "header": { "template": "blue", "title": { "content": "📤 七牛云上传", "tag": "plain_text" } }, "elements": [ { "tag": "div", "text": { "content": "**当前存储桶:** {{bucket_name}} ({{bucket_id}})\n**区域:** {{region_name}} ({{region_code}})\n**CDN 域名:** {{cdn_domain}}", "tag": "lark_md" } }, { "tag": "hr" }, { "tag": "action", "actions": [ { "tag": "button", "text": { "content": "📎 选择文件上传", "tag": "plain_text" }, "type": "primary", "value": { "action": "upload_select", "bucket": "{{bucket_name}}" } }, { "tag": "button", "text": { "content": "📋 查看配置", "tag": "plain_text" }, "value": { "action": "config_view" } }, { "tag": "button", "text": { "content": "❓ 帮助", "tag": "plain_text" }, "value": { "action": "help" } } ] } ] }