//Fri Apr 18 2025 08:09:25 GMT+0000 (Coordinated Universal Time)
//Base:https://github.com/echo094/decode-js
//Modify:https://github.com/smallfawn/decode_action
function text() {
layer.msg("正在提交", {
"time": 5000000
});
$.ajax({
"type": "POST",
"data": $("#configform").serialize(),
"url": "index.php?act=setting",
"success": function (_0x17e5d2) {
layer.msg("保存完成", {
"time": 1000
});
}
});
}
function reset1() {
layer.confirm("确定要还原设置吗?", {
"title": "提示"
}, function () {
{
$.ajax({
"type": "POST",
"data": $("#configform").serialize(),
"url": "index.php?act=reset",
"success": function (_0x414a35) {
layer.msg("还原完成", {
"time": 1000
});
}
});
}
});
}