📦 deps(tsl): sync tsl-playbook from 5d73964d

Source-Commit: 5d73964db8
This commit is contained in:
ci[bot]
2026-08-14 17:15:41 +08:00
parent 5f4ca63966
commit 2f0d80da65
574 changed files with 47871 additions and 14463 deletions
@@ -6,21 +6,21 @@
提供对称加密和解密能力的内置对象
<!-- tags: Object TCipher 对称加密 对象 实例 -->
<!-- tags: Object TCipher 对称加密 对象 实例 创建 生成 构造函数 实例化 new -->
### `create(mode)`
声明:function
创建 TCipher 实例
构造函数。按 mode 选择加密算法并创建 TCipher 实例
<!-- tags: Object TCipher 对称加密 创建 生成 对象 实例 -->
可见性:public
| 参数 | 类型 | 说明 |
| ------ | ------- | -------------- |
| `mode` | integer | mode,取值见下 |
| 参数 | 类型 | 说明 |
| ------ | ------- | ---------------------- |
| `mode` | integer | 加密算法编号,取值见下 |
#### `mode` 取值