feat(tabs): added tab folding

This commit is contained in:
vben
2021-01-06 20:10:16 +08:00
parent 144ab577da
commit 0e7c57bd5e
30 changed files with 270 additions and 176 deletions

View File

@@ -5,8 +5,8 @@ export const DEFAULT_CACHE_TIME = 60 * 60 * 24 * 7;
// aes encryption key
export const cacheCipher = {
key: '_12345678901234@',
iv: '@12345678901234_',
key: '_11111000001111@',
iv: '@11111000001111_',
};
// Whether the system cache is encrypted using aes