Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
xkww3n committed Sep 17, 2024
1 parent 33bd316 commit d2e20c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion source/personal/bypass.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
$done($persistentStore.read("bypass"))
$done(
{matched: $persistentStore.read("bypass")}
);
2 changes: 1 addition & 1 deletion source/personal/set_bypass.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if ($network.wifi.ssid) {
}
else {
try {
if ($indent.parameter === "内地") {
if ($intent.parameter === "内地") {
bypass = 0;
}
else {
Expand Down

0 comments on commit d2e20c7

Please sign in to comment.