src/templates/zshare/customscript/index.jsx
@@ -139,7 +139,8 @@ let _scripts = res.data.map(item => { let _item = { name: item.funcname, value: Utils.UnformatOptions(item.longparam) value: window.decodeURIComponent(window.atob(item.longparam)) // value: Utils.UnformatOptions(item.longparam) } return _item })