Skip to content

Commit ffb4f2b

Browse files
committed
Fix typo.
1 parent f3ddba9 commit ffb4f2b

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

cloud/rules/v4/rules.db

0 Bytes
Binary file not shown.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"data": [
3+
{
4+
"locale": "zh-Hans",
5+
"data": {
6+
"label": "Cronet",
7+
"dev_team": "Chromium",
8+
"rule_contributors": [
9+
"Absinthe"
10+
],
11+
"description": "Cronet 是 Chromium 网络堆栈,可作为库提供给 Android 应用。Cronet 利用多种技术来减少延迟并提高应用正常运行所需的网络请求吞吐量。",
12+
"source_link": "https://developer.android.google.cn/guide/topics/connectivity/cronet/"
13+
}
14+
},
15+
{
16+
"locale": "en",
17+
"data": {
18+
"label": "Cronet",
19+
"dev_team": "Chromium",
20+
"rule_contributors": [
21+
"Absinthe"
22+
],
23+
"description": "Cronet is the Chromium network stack provided as a library for Android applications. Cronet utilizes multiple technologies to reduce latency and improve the throughput of network requests necessary for the normal operation of applications.",
24+
"source_link": "https://developer.android.google.cn/guide/topics/connectivity/cronet/"
25+
}
26+
}
27+
],
28+
"uuid": "105C339E-D88A-4059-A7D3-1EF735754F8A"
29+
}

0 commit comments

Comments
 (0)