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.js
2 lines
(1 loc)
•
141 B
JavaScript
View Raw
1
2
const
e={
Wechat
:
1
,
Timeline
:
2
,
QQ
:
3
,
QZone
:
4
},i={
DEFAULT
:
"webview_default"
,
IMAGE
:
"webview_image"
};
export
{i
as
FEATURE_IDS
,e
as
SHARE_TYPE_MAP
};