UNPKG
share-light
Version:
latest (1.0.2)
1.0.2
1.0.0
0.0.5
0.0.1
轻量级的分享SDK
novlan1.github.io/docs/plugin-light/zh/share-light.html
novlan1/plugin-light
share-light
/
lib
/
types-helper.d.ts
13 lines
(12 loc)
•
306 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
declare
const
SHARE_TYPE_MAP: {
readonly
Wechat:
1
;
readonly
Timeline:
2
;
readonly
QQ:
3
;
readonly
QZone:
4
; };
export
declare
const
FEATURE_IDS: {
/** 默认:结构化消息 */
readonly
DEFAULT:
"webview_default"
;
/** 图片 */
readonly
IMAGE:
"webview_image"
; };