Commit fb42a9bd authored by Medicean's avatar Medicean

(Fix:Core) 移除CUSTOM多余的 base64 解码器

parent 73a61072
...@@ -37,7 +37,7 @@ class CUSTOM extends Base { ...@@ -37,7 +37,7 @@ class CUSTOM extends Base {
} }
get decoders() { get decoders() {
return ["default", "base64"]; return ["default"];
} }
/** /**
......
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