Properties
Static
ArchiveKeyCountMax
ArchiveKeyCountMax: number = 15
Static
baseArchiveKeyPrefix
baseArchiveKeyPrefix: string = "_SLGA_"
Static
data
data: { [key: string]: any } = {}
Static
encrypt
encrypt: boolean = true
Static
salt
salt: string = "s_l_g_a_z_b_s_q_j"
将存档key 与存档值 作为Json字符串 统一存储到平台服务器上 因此请尽量减少key的长度 以多存内容
需要手动在作者之家后台 全局存档 创建可读可写的 _SLGA_0 -> _SLGA_15 key值
Deprecated
正在测试中...