Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-platform-alipay-dd",
"version": "0.3.0",
"version": "0.4.0",
"description": "钉钉小程序平台插件",
"author": "drchan",
"homepage": "https://github.com/NervJS/taro-plugin-platform-alipay-dd",
Expand Down
1 change: 1 addition & 0 deletions src/components-react.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// For React.createElement's type
export * from '@tarojs/plugin-platform-alipay/dist/components-react'
export const OpenAvatar = 'open-avatar'
export const OpenData = 'open-data'
7 changes: 7 additions & 0 deletions src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,12 @@ export const components = {
'nickName': '',
'avatar': '',
'size': singleQuote('normal')
},
OpenData: {
'openType': '',
'openId': '',
'defaultText': '',
'onError': '',
'class': ''
}
}