@wq-hook/anti-cheating-monitor 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -18
- package/dist/aliyun-oss-sdk.min-DYAYfkYs.cjs +2 -0
- package/dist/aliyun-oss-sdk.min-DYAYfkYs.cjs.map +1 -0
- package/dist/aliyun-oss-sdk.min-y6IHPbHR.js +2 -0
- package/dist/aliyun-oss-sdk.min-y6IHPbHR.js.map +1 -0
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# 🛡️ Anti-Cheating Monitor
|
|
2
2
|
|
|
3
|
-
[](https://badge.fury.io/js/@wq-hook%2Fanti-cheating-monitor)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
[](https://www.typescriptlang.org/)
|
|
6
6
|
[](https://reactjs.org/)
|
|
@@ -23,23 +23,23 @@
|
|
|
23
23
|
## 🚀 快速开始
|
|
24
24
|
|
|
25
25
|
### 安装
|
|
26
|
-
|
|
27
|
-
```bash
|
|
28
|
-
# 使用 npm
|
|
29
|
-
npm install anti-cheating-monitor
|
|
30
|
-
|
|
31
|
-
# 使用 yarn
|
|
32
|
-
yarn add anti-cheating-monitor
|
|
33
|
-
|
|
34
|
-
# 使用 pnpm
|
|
35
|
-
pnpm add anti-cheating-monitor
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
### 基础用法
|
|
39
|
-
|
|
40
|
-
```tsx
|
|
41
|
-
import React from 'react';
|
|
42
|
-
import { useAntiCheatingMonitor } from 'anti-cheating-monitor';
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
# 使用 npm
|
|
29
|
+
npm install @wq-hook/anti-cheating-monitor
|
|
30
|
+
|
|
31
|
+
# 使用 yarn
|
|
32
|
+
yarn add @wq-hook/anti-cheating-monitor
|
|
33
|
+
|
|
34
|
+
# 使用 pnpm
|
|
35
|
+
pnpm add @wq-hook/anti-cheating-monitor
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
### 基础用法
|
|
39
|
+
|
|
40
|
+
```tsx
|
|
41
|
+
import React from 'react';
|
|
42
|
+
import { useAntiCheatingMonitor } from '@wq-hook/anti-cheating-monitor';
|
|
43
43
|
|
|
44
44
|
const ExamMonitor = () => {
|
|
45
45
|
const {
|