📦 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,20 +6,20 @@
以系统注册表为存储后端的 INI 配置内置对象
<!-- tags: Object 文件 目录 路径 file 数据库 SQL database 对象 实例 INI -->
<!-- tags: Object 文件 目录 路径 file 数据库 SQL database 对象 实例 INI 创建 生成 构造函数 实例化 new -->
父类:`TIniFile`
### `create(regsitry_path)`
### `create(registry_path)`
声明:function
创建 TRegistryIniFile 实例
构造函数。打开指定注册表路径对应的注册表 INI 实例
<!-- tags: Object 创建 生成 文件 目录 路径 file 数据库 SQL database 对象 实例 -->
可见性:public
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| `regsitry_path` | string | 注册表路径 |
| 参数 | 类型 | 说明 |
| --------------- | ------ | ---------- |
| `registry_path` | string | 注册表路径 |