Blame view

src/settings/cipherSetting.ts 112 Bytes
陈文彬 authored
1
2
3
4
5
6
7
/**
 * @description:
 */
export const storageCipher = {
  key: '_12345678901234@',
  iv: '@12345678901234_',
};