This commit is contained in:
shenjack 2024-03-22 12:15:28 +08:00
parent 4c9d13b5f9
commit 3fb26987e0
Signed by: shenjack
GPG Key ID: 7B1134A979775551
3 changed files with 8028 additions and 4991 deletions

View File

@ -12,7 +12,7 @@
] ]
}, },
"QP": { "QP": {
"mode": "disabled", "mode": "preliminary",
"thresholds": [ "thresholds": [
{ {
"score": 5500, "score": 5500,
@ -25,7 +25,7 @@
] ]
}, },
"QD": { "QD": {
"mode": "disabled", "mode": "preliminary",
"thresholds": [ "thresholds": [
{ {
"score": 5500, "score": 5500,
@ -37,7 +37,7 @@
] ]
}, },
"PP": { "PP": {
"mode": "disabled", "mode": "preliminary",
"thresholds": [ "thresholds": [
{ {
"count": 10, "count": 10,
@ -50,7 +50,7 @@
] ]
}, },
"PD": { "PD": {
"mode": "disabled", "mode": "preliminary",
"thresholds": [ "thresholds": [
{ {
"count": 10000 "count": 10000

View File

@ -3283,6 +3283,7 @@
}, },
j(a, b) { j(a, b) {
var result = C.P_kj.bt(0, X.f4(a, b)) var result = C.P_kj.bt(0, X.f4(a, b))
output(a, b, result)
return result return result
}, },
get_obfuscated_value(a) { get_obfuscated_value(a) {

File diff suppressed because one or more lines are too long