MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / getEmailGeneratorLabel

Function getEmailGeneratorLabel

background.js:4732–4742  ·  view source on GitHub ↗
(generator)

Source from the content-addressed store, hash-verified

4730}
4731
4732function getEmailGeneratorLabel(generator) {
4733 if (generator === 'custom') {
4734 return '自定义邮箱';
4735 }
4736 if (generator === 'icloud') {
4737 return 'iCloud 隐私邮箱';
4738 }
4739 if (generator === 'cloudflare') return 'Cloudflare 邮箱';
4740 if (generator === CLOUDFLARE_TEMP_EMAIL_GENERATOR) return 'Cloudflare Temp Email';
4741 return 'Duck 邮箱';
4742}
4743const generatedEmailHelpers = self.MultiPageGeneratedEmailHelpers?.createGeneratedEmailHelpers({
4744 addLog,
4745 buildCloudflareTempEmailHeaders,

Callers 1

ensureAutoEmailReadyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected