index.js 107 B

123456
  1. export function AddSecret(secret) {
  2. if (!secret) {
  3. secret = ''
  4. }
  5. global['gva-secret'] = secret
  6. }