重构duckduckgo邮箱获取

This commit is contained in:
QLHazyCoder
2026-05-12 02:26:46 +08:00
parent 745010d6c9
commit f81cc74c29
16 changed files with 492 additions and 53 deletions
+1 -1
View File
@@ -185,7 +185,7 @@
throw err;
}
}
await setEmailState(address);
await setEmailState(address, { source: 'generated:cloudmail' });
await addLog(`Cloud Mail:已生成 ${address}`, 'ok');
return address;
}