-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.ts
More file actions
100 lines (100 loc) · 3.48 KB
/
_config.ts
File metadata and controls
100 lines (100 loc) · 3.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
export const ENTRIES = [
{
"title": "通用说明",
"description": "SDK 名称:LeanCloud 云服务SDK。 开发者:美味书签(上海)信息技术有限公司。 主要功能:数据存储,即时通讯,混合推送,实时对战等。",
"links": [
{
"label": "个人信息处理与隐私政策",
"to": "/sdk/start/privacy/"
},
{
"label": "合规使用说明",
"to": "/sdk/start/compliance/"
}
]
},
{
"title": "iOS",
"description": "Objective-C SDK 包含数据存储、即时通讯与推送、社交、用户反馈、全文搜索等模块。Swift SDK 包含数据存储、即时通讯与推送等功能。",
"links": [
{
"label": "Objective-C SDK",
"href": "https://releases.leanapp.cn/#/leancloud/objc-sdk/releases"
},
{
"label": "Swift SDK ",
"href": "https://releases.leanapp.cn/#/leancloud/swift-sdk/releases"
}
]
},
{
"title": "JavaScript",
"description": "根据功能需求选择对应的 SDK",
"links": [
{
"label": "数据存储 SDK",
"href": "https://releases.leanapp.cn/#/leancloud/javascript-sdk/releases"
},
{
"label": "即时通讯 SDK",
"href": "https://releases.leanapp.cn/#/leancloud/js-realtime-sdk/releases"
}
]
},
{
"title": "Java",
"description": "包含 LeanCloud 平台全部功能的客户端接口,适用于 Java 和 Android 两个平台。SDK 中所有 API 接口与 LeanCloud 云端交互严格遵循 LeanCloud REST API 规范,并且全部采用了 RxJava 风格来设计。",
"links": [
{
"label": "Java SDK",
"href": "https://releases.leanapp.cn/#/leancloud/java-unified-sdk/releases"
}
]
},
{
"title": ".NET(新版)",
"description": "基于 .Net Standard 2.0 接口标准实现,支持 Unity 2018.1+、.NET Core 2.0+、.NET Framework 4.6.1+、Mono 5.4+ 等框架。阅读 SDK 安装指南 获取帮助,或者前往 Nuget 进行安装。",
"links": [
{
"label": ".NET SDK",
"href": "https://github.com/leancloud/csharp-sdk"
}
]
},
{
"title": "Flutter",
"description": "Leancloud Storage SDK 包含数据存储模块的全部功能(暂不支持 LiveQuery)。开发者可以在 Flutter 项目中直接使用 Dart 来编写相关代码。\n\nFlutter Plugin SDK 包含即时通信模块的全部功能,Flutter Plugin SDK 基于 Swift SDK 以及 Java Unified SDK 开发。",
"links": [
{
"label": "数据存储 SDK",
"href": "https://pub.dev/packages/leancloud_storage#-changelog-tab-"
},
{
"label": "即时通讯 SDK",
"href": "https://pub.dev/packages/leancloud_official_plugin#-changelog-tab-"
}
]
},
{
"title": "其他 SDK(开放源码)",
"description": "包括主要用于服务端的 Python、PHP SDK,以及旧版本的 Android、Java SDK. 可参考 SDK 安装指南 了解安装方法。",
"links": [
{
"label": "Android SDK(旧版)",
"href": "https://github.com/leancloud/android-sdk-all"
},
{
"label": "Java SDK(旧版)",
"href": "https://github.com/leancloud/java-sdk"
},
{
"label": "Python SDK",
"href": "https://github.com/leancloud/python-sdk/"
},
{
"label": "PHP SDK",
"href": "https://github.com/leancloud/php-sdk/"
}
]
}
];