Skip to content

Commit

Permalink
fix: 识别不到咨询选项的情况
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebartin committed Apr 7, 2023
1 parent d500cb2 commit ae48333
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions NIKKE/NIKKE日常.js
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,6 @@ function 单次咨询(advise) {
e => e.level == 1 && e.bounds.top >= optionTop &&
e.bounds.bottom <= optionBottom + adviseImage.getHeight()
);
if (t.length != 2)
return null;
let t1 = null, t2 = null;
for (let i of t) {
if (i.bounds.top < optionBottom)
Expand Down

0 comments on commit ae48333

Please sign in to comment.