// Simple media functions for Qiaoqiao export async function downloadImageQiaoqiao(params: any): Promise { console.log("Downloading image:", params); return {}; } export async function downloadMessageResourceQiaoqiao(params: any): Promise { console.log("Downloading resource:", params); return {}; }