Merge document file

This commit is contained in:
2022-04-17 23:23:42 +08:00
parent fa120f4bee
commit 9fc69a751b
34 changed files with 744 additions and 744 deletions

View File

@@ -4,17 +4,17 @@
data class PrefsData<T>(var key: String, var value: T)
```
<b>变更记录</b>
**变更记录**
`v1.0.67` `新增`
<b>功能描述</b>
**功能描述**
> 键值对存储构造类。
这个类是对 `YukiHookModulePrefs` 的一个扩展用法。
<b>功能示例</b>
**功能示例**
建立一个模板类定义模块与宿主需要使用的键值数据。