Skip to content

Commit ebb4d3c

Browse files
authored
docs: 更新 MMKV 和 WCDB 库的描述信息 (#942)
1 parent bd9921d commit ebb4d3c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

native-libs/libmmkv.so.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"rule_contributors": [
99
"Absinthe"
1010
],
11-
"description": "MMKV 是基于 mmap 内存映射的 key-value 组件,底层序列化/反序列化使用 protobuf 实现,性能高,稳定性强",
11+
"description": "MMKV 是微信中的一个高效、小巧、易用的移动的键值对存储框架,可在 Android、iOS/macOS、Windows、POSIX 和 HarmonyOS NEXT 上使用",
1212
"source_link": "https://github.com/Tencent/MMKV"
1313
}
1414
},
@@ -20,7 +20,7 @@
2020
"rule_contributors": [
2121
"Absinthe"
2222
],
23-
"description": "MMKV is a key-value component based on mmap memory mapping, with underlying serialization/deserialization implemented using protobuf, offering high performance and strong stability.",
23+
"description": "MMKV is an efficient, small, easy-to-use mobile key-value storage framework used in the WeChat application. It's currently available on Android, iOS/macOS, Windows, POSIX and HarmonyOS NEXT.",
2424
"source_link": "https://github.com/Tencent/MMKV"
2525
}
2626
}

native-libs/libwcdb.so.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"rule_contributors": [
99
"Absinthe"
1010
],
11-
"description": "WCDB 是一个高效、完整、易用的移动数据库框架,基于 SQLCipher,支持 iOS, macOS 和 Android",
11+
"description": "WCDB 是一个易用、高效、完整的移动数据库框架,它基于 SQLite 和 SQLCipher 开发,在微信中应用广泛,且支持在 C++、Java、Kotlin、Swift、Objc 五种语言环境中使用",
1212
"source_link": "https://github.com/Tencent/wcdb/"
1313
}
1414
},
@@ -20,7 +20,7 @@
2020
"rule_contributors": [
2121
"Absinthe"
2222
],
23-
"description": "WCDB is an efficient, complete, and easy-to-use mobile database framework based on SQLCipher, supporting iOS, macOS, and Android.",
23+
"description": "WCDB is an efficient, complete, easy-to-use mobile database framework used in the WeChat application. It's based on SQLite and SQLCipher, and supports five languages: C++, Java, Kotlin, Swift and Objective-C.",
2424
"source_link": "https://github.com/Tencent/wcdb/"
2525
}
2626
}

providers-libs/com/tencent/mmkv/MMKVContentProvider.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"rule_contributors": [
99
"Absinthe"
1010
],
11-
"description": "MMKV 是基于 mmap 内存映射的 key-value 组件,底层序列化/反序列化使用 protobuf 实现,性能高,稳定性强",
11+
"description": "MMKV 是微信中的一个高效、小巧、易用的移动的键值对存储框架,可在 Android、iOS/macOS、Windows、POSIX 和 HarmonyOS NEXT 上使用",
1212
"source_link": "https://github.com/Tencent/MMKV"
1313
}
1414
},
@@ -20,7 +20,7 @@
2020
"rule_contributors": [
2121
"Absinthe"
2222
],
23-
"description": "MMKV is a key-value component based on mmap memory mapping, with underlying serialization/deserialization implemented using protobuf, offering high performance and strong stability.",
23+
"description": "MMKV is an efficient, small, easy-to-use mobile key-value storage framework used in the WeChat application. It's currently available on Android, iOS/macOS, Windows, POSIX and HarmonyOS NEXT.",
2424
"source_link": "https://github.com/Tencent/MMKV"
2525
}
2626
}

0 commit comments

Comments
 (0)