Skip to content

Commit 01c406b

Browse files
committed
Update Node.js V2.0.0 Demo/Package
1 parent 00b47a7 commit 01c406b

File tree

4 files changed

+546
-531
lines changed

4 files changed

+546
-531
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,13 @@ Abra.Input(input,mode,key)
8787

8888
如果你指定了 `UINT8` 却传入 `String`,将抛出错误,反之亦然。
8989

90-
第二个参数 `mode` 接受五种特定字符串的输入,任何其他输入都将被视为 `AUTO` 并被忽略。
90+
第二个参数 `mode` 接受特定字符串的输入,任何其他输入都将被视为 `AUTO` 并被忽略。
9191

9292
第三个参数 `key` 接受字符串类型的密钥输入,如果不提供,则默认使用内置密钥 `ABRACADABRA`
9393

94-
在无错误的情况下, `Input()` 函数的返回值通常是 `0`
94+
如果指定了错误的密码,那么在解码/解密数据校验过程中会抛出错误。
95+
96+
在无错误的情况下, `Input()` 函数的返回值通常是 `0`
9597

9698
### Output()
9799

docs/assets/index-BJL4ryFh.js

Lines changed: 0 additions & 528 deletions
This file was deleted.

docs/assets/index-xgQKxEIX.js

Lines changed: 541 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Abracadabra Demo</title>
7-
<script type="module" crossorigin src="./assets/index-BJL4ryFh.js"></script>
7+
<script type="module" crossorigin src="./assets/index-xgQKxEIX.js"></script>
88
<link rel="stylesheet" crossorigin href="./assets/index-BmpJePLS.css">
99
</head>
1010
<body>

0 commit comments

Comments
 (0)