band, mode, time and call can now in one line

这个提交包含在:
HB9HIL 2023-10-31 15:21:11 +01:00
父节点 4c9241e4c8
当前提交 e1349059e6

查看文件

@ -78,8 +78,7 @@ function handleInput() {
) {
extraQsoDate = item;
} else if (
item.match(/^[0-2][0-9][0-5][0-9]$/) &&
itemNumber === 0
item.match(/^[0-2][0-9][0-5][0-9]$/)
) {
qsotime = item;
} else if (item.match(/^CW$|^SSB$|^FM$|^AM$|^PSK$|^FT8$/i)) {