2 lines
1.1 KiB
JavaScript
2 lines
1.1 KiB
JavaScript
const e="短信类型",t="阿里云短信",n="腾讯云短信",c="是否启用",l="设置",o="APP_KEY",a="短信签名",s="SECRET_KEY",S="请输入APP_KEY",i="请输入短信签名",r="请输入SECRET_KEY",d="短信签名",P="APP_ID",E="SECRET_ID",K="SECRET_KEY",p="请输入短信签名",h="请输入APP_ID",y="请输入SECRET_ID",A="请输入SECRET_KEY",I={name:e,aliSms:t,tencentSms:n,isUse:c,config:l,aliAppKey:o,aliSign:a,aliSecretKey:s,aliAppKeyPlaceholder:S,aliSignPlaceholder:i,aliSecretKeyPlaceholder:r,tencentSign:d,tencentAppId:P,tencentSecretId:E,tencentSecretKey:K,tencentSignPlaceholder:p,tencentAppIdPlaceholder:h,tencentSecretIdPlaceholder:y,tencentSecretKeyPlaceholder:A};export{o as aliAppKey,S as aliAppKeyPlaceholder,s as aliSecretKey,r as aliSecretKeyPlaceholder,a as aliSign,i as aliSignPlaceholder,t as aliSms,l as config,I as default,c as isUse,e as name,P as tencentAppId,h as tencentAppIdPlaceholder,E as tencentSecretId,y as tencentSecretIdPlaceholder,K as tencentSecretKey,A as tencentSecretKeyPlaceholder,d as tencentSign,p as tencentSignPlaceholder,n as tencentSms};
|