Compare commits
No commits in common. "e5902632fd887d112aababe20bd8958f359012bb" and "1ff5e14234aa158a213406fb66127381b68c24e9" have entirely different histories.
e5902632fd
...
1ff5e14234
@ -60,8 +60,8 @@ export const getMessageHeartbeat = async (msg) => {
|
|||||||
const {fourInOneScreen:{gpsDigit}} = judgeConfig
|
const {fourInOneScreen:{gpsDigit}} = judgeConfig
|
||||||
const asclshArr = stringToASC(fillZero(
|
const asclshArr = stringToASC(fillZero(
|
||||||
globalThis.singlePlay
|
globalThis.singlePlay
|
||||||
? (examSubject == 2 ? '0000000000000' : '0000000000000')
|
? '1111111111111'
|
||||||
: (globalThis.lsh || '0000000000000'),
|
: globalThis.lsh,
|
||||||
13));
|
13));
|
||||||
const ascksyhArr = stringToASC(fillZero(examSubject == 2 ? '0000000000000':'1111111111111', 13))
|
const ascksyhArr = stringToASC(fillZero(examSubject == 2 ? '0000000000000':'1111111111111', 13))
|
||||||
const ascsbxhArr = stringToASC('00000000')
|
const ascsbxhArr = stringToASC('00000000')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user