function renderCloudPage(c, accounts){
accounts = accounts || [];
var h = '';
// Render icon: URL → , emoji/text → plain text
function iconHtml(icon, size){
if(!icon) return '';
if(icon.indexOf('/')===0 || icon.indexOf('http')===0){
return '
';
}
return ''+icon+'';
}
// Toggle grid
h += '
控制搜索引擎检索哪些网盘类型的资源
'+ '| 📱推广平台 | '+ '推广平台账号 | '+ '网盘昵称 | '+'网盘UID | '+ '验证 | '+ '空间 | '+ '转存 | '+ '操作 | '+ '
|---|---|---|---|---|---|---|---|
| '+iconHtml(icon,18)+(label||{}).label+' | '+ ''+(cfg.promotion_account||'—')+' | '+ ''+(cfg.nickname||cfg.cloud_type)+' | '+ ''+(cfg.cookie_uid||cfg.cloud_type)+' | '+ ''+ck+' | '+ ''+(cfg.storage_used||cfg.storage_total?'💾 '+(cfg.storage_used||'?')+'/'+(cfg.storage_total||'?'):'—')+' | '+ ''+(cfg.total_saves?'转存'+cfg.total_saves+'次':'—')+' | '+ ''+ ''+ ''+ ' | '+ '
还没有添加任何网盘账号