Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsterNone authored Oct 28, 2023
1 parent c9e7230 commit 41bd0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ try {
if (!(taskName.match(/|||||||||88||||||||||||穿||||||||||||||||/))) {
// 应对content为空的情况
if (content) {
if (!content.match(/||/)) {
if (content.match(/||/)) {
return [taskName, jumpButtons[i], content]
}
} else {
Expand Down

0 comments on commit 41bd0eb

Please sign in to comment.