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": {
"mode": "disabled",
"mode": "preliminary",
"thresholds": [
{
"score": 5500,
@ -25,7 +25,7 @@
]
},
"QD": {
"mode": "disabled",
"mode": "preliminary",
"thresholds": [
{
"score": 5500,
@ -37,7 +37,7 @@
]
},
"PP": {
"mode": "disabled",
"mode": "preliminary",
"thresholds": [
{
"count": 10,
@ -50,7 +50,7 @@
]
},
"PD": {
"mode": "disabled",
"mode": "preliminary",
"thresholds": [
{
"count": 10000

View File

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

File diff suppressed because one or more lines are too long