🐛fix a bug

This commit is contained in:
2024-06-07 09:54:30 +08:00
parent 911bc95b16
commit 36951a5bb8
5 changed files with 23 additions and 13 deletions

View File

@@ -132,6 +132,7 @@ const getRule = () => {
rule.value = res.data.rule === "hand";
}
});
storageLocal().setItem("restart-rule", rule.value);
return rule;
};