This commit is contained in:
dap
2024-09-25 20:15:03 +08:00
12 changed files with 190 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ export function useCaptchaPoints() {
function addPoint(point: CaptchaPoint) {
points.push(point);
}
function clearPoints() {
points.splice(0, points.length);
}