Update version to 1.0.77

This commit is contained in:
2022-04-15 04:58:22 +08:00
parent 084951f463
commit 9c267a0d30
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
![Blank](https://img.shields.io/badge/build-passing-brightgreen) ![Blank](https://img.shields.io/badge/build-passing-brightgreen)
![Blank](https://img.shields.io/badge/license-MIT-blue) ![Blank](https://img.shields.io/badge/license-MIT-blue)
![Blank](https://img.shields.io/badge/version-v1.0.76-green) ![Blank](https://img.shields.io/badge/version-v1.0.77-green)
[![Telegram](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/YukiHookAPI) [![Telegram](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/YukiHookAPI)
<br/><br/> <br/><br/>
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png" width = "100" height = "100"/> <img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png" width = "100" height = "100"/>
@@ -24,7 +24,7 @@
> 你或许可能会遇到浏览器缓存造成文档不是最新版本的问题,若已经查看过一次文档,请手动在每个页面上刷新,以获取最新版本或清除浏览器缓存。 > 你或许可能会遇到浏览器缓存造成文档不是最新版本的问题,若已经查看过一次文档,请手动在每个页面上刷新,以获取最新版本或清除浏览器缓存。
最新版本更新时间2022-04-15 04:30 最新版本更新时间2022-04-15 04:57
## Contacts ## Contacts

View File

@@ -12,7 +12,7 @@
- 方便移植 快速上手 - 方便移植 快速上手
<font size=3 style="opacity: 0.6">`更新时间 2022-04-15 04:30`</font> <font size=3 style="opacity: 0.6">`更新时间 2022-04-15 04:57`</font>
[GitHub](https://github.com/fankes/YukiHookAPI) [GitHub](https://github.com/fankes/YukiHookAPI)
[Get Started](#介绍) [Get Started](#介绍)

View File

@@ -2,7 +2,7 @@
> 这里记录了 `YukiHookAPI` 的版本更新历史。 > 这里记录了 `YukiHookAPI` 的版本更新历史。
### 1.0.76 | 2022.04.15 ### 1.0.77 | 2022.04.15
- `YukiHookModulePrefs` 新增 `clear` 方法,感谢 [WankkoRee](https://github.com/WankkoRee) 的建议 - `YukiHookModulePrefs` 新增 `clear` 方法,感谢 [WankkoRee](https://github.com/WankkoRee) 的建议
- `YukiHookModulePrefs` 新增 `getStringSet``putStringSet``all` 方法 - `YukiHookModulePrefs` 新增 `getStringSet``putStringSet``all` 方法

View File

@@ -68,7 +68,7 @@ object YukiHookAPI {
internal var isLoadedFromBaseContext = false internal var isLoadedFromBaseContext = false
/** 获取当前 [YukiHookAPI] 的版本 */ /** 获取当前 [YukiHookAPI] 的版本 */
const val API_VERSION_NAME = "1.0.76" const val API_VERSION_NAME = "1.0.77"
/** 获取当前 [YukiHookAPI] 的版本号 */ /** 获取当前 [YukiHookAPI] 的版本号 */
const val API_VERSION_CODE = 20 const val API_VERSION_CODE = 20