Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

战斗记录中夜侦等飞机不显示数量 #2528

Closed
nuclear357 opened this issue Dec 20, 2023 · 0 comments · Fixed by #2532
Closed

战斗记录中夜侦等飞机不显示数量 #2528

nuclear357 opened this issue Dec 20, 2023 · 0 comments · Fixed by #2532

Comments

@nuclear357
Copy link
Contributor

poi 版本 / poi version:
10.9.2
操作系统 / OS:
win10 22H2

插件名和版本 / Plugin name & version:
poi-plugin-battle-detail

你遇到了什么样的问题 / The problem you've met:

有没有重现的方法,或者与问题相关的任何信息 / How to reproduce, or any information that might be related:

function equipIsAircraft need update

export function equipIsAircraft(equip) {
if (Number.isInteger(equip)) {
// compat: the function used to accept api_type[3]
return (
equip != null &&
(between(equip, 6, 10) ||
between(equip, 21, 22) ||
between(equip, 37, 40) ||
between(equip, 43, 46) ||
[33].includes(equip))
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant