Commit 1d6d6659 authored by antoor's avatar antoor

Add custom mode encoder

增加自定义模式编码器
parent f0d3879c
...@@ -29,7 +29,7 @@ class CUSTOM extends Base { ...@@ -29,7 +29,7 @@ class CUSTOM extends Base {
* @return {array} 编码器列表 * @return {array} 编码器列表
*/ */
get encoders() { get encoders() {
return []; return ['base64', 'hex'];
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment