Merge branch 'feat/liujie'

This commit is contained in:
2026-02-07 17:38:28 +08:00
10 changed files with 194 additions and 168 deletions

View File

@@ -105,10 +105,10 @@ const NTRPEvaluatePopup = (props: NTRPEvaluatePopupProps, ref) => {
if (match) {
setNtrp(match[0]);
} else {
setNtrp("");
setNtrp("1.5");
}
} else {
setNtrp("");
setNtrp("1.5");
}
}
}, [visible, userInfo?.ntrp_level]);