chore: remove unused window exportion

This commit is contained in:
CrescentLeaf
2025-09-08 21:20:53 +08:00
parent fb541849b4
commit 4a942f1e77

View File

@@ -7,7 +7,7 @@ const aes = {
enc: (data: string, key: string) => CryptoJS.AES.encrypt(data, key).toString(),
dec: (data: string, key: string) => CryptoJS.AES.decrypt(data, key).toString(CryptoJS.enc.Utf8),
}
window.aes = aes
const key = location.host + '_TWS_姐姐'
if (dataIsEmpty) localStorage.tws_data = aes.enc('{}', key)