Class: config
小于 1 分钟
index / codec_base_ / config
Class: config
codec_base_.config
配置信息
Table of contents
Constructors
Properties
Constructors
constructor
• new config()
Properties
encryption_f
• Optional
encryption_f: (data
: any
) => any
Type declaration
▸ (data
): any
加密函数
Parameters
Name | Type |
---|---|
data | any |
Returns
any
Defined in
assets/@framework/mk_codec_base.ts:40
decrypt_f
• Optional
decrypt_f: (data
: any
) => any
Type declaration
▸ (data
): any
解密函数
Parameters
Name | Type |
---|---|
data | any |
Returns
any