Commit c94952b57c8cc3c1ead700e4542e107abdac8bf2

Authored by ww
1 parent e7e95849

chore: 移除多余文件

1   -<!DOCTYPE html>
2   -<html lang="en">
3   -
4   -<head>
5   - <meta charset="UTF-8">
6   - <meta name="viewport" content="width=device-width, initial-scale=1.0">
7   - <title>Document</title>
8   -</head>
9   -
10   -<body>
11   - <script>
12   - const value = /^-?\d+(\.\d{0,2})?$/.test(1.2)
13   - console.log(value)
14   - </script>
15   -</body>
16   -
17   -</html>