Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousUse committed Feb 26, 2021
1 parent 99f0476 commit 2fd6d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git_pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function Change_JoyRunPins {
PinALL="${PinTempFormat},${PinALL}"
let j--
done
perl -i -pe "{s|(let invite_pins = \[\")(.+\"\];?)|\1${PinALL}\2|; s|(let run_pins = \[\")(.+\"\];?)|\1${PinALL}\2|}" ${ScriptsDir}/jd_joy_run.js
perl -i -pe "{s|(let invite_pins = \[\')(.+\'\];?)|\1${PinALL}\2|; s|(let run_pins = \[\')(.+\'\];?)|\1${PinALL}\2|}" ${ScriptsDir}/jd_joy_run.js
}

## 修改lxk0301大佬js文件的函数汇总
Expand Down

0 comments on commit 2fd6d28

Please sign in to comment.