-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: taro 组件支持字节 PaymentChannelSelect 组件 #16889
base: main
Are you sure you want to change the base?
feat: taro 组件支持字节 PaymentChannelSelect 组件 #16889
Conversation
@@ -168,5 +168,15 @@ export const components = { | |||
fixed: _false, | |||
'left-right-padding': _empty, | |||
bindError: _empty | |||
}, | |||
PaymentChannelSelect:{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
请保证代码风格,如:Missing space before value for key 'PaymentChannelSelect'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tks
export const RateButton = 'rate-button' | ||
export const OpenData = 'open-data' | ||
export const AwemeUserCard = 'aweme-user-card' | ||
export const PaymentChannelSelect = 'payment-channel-select' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个文件应该是多余的
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got it
.prettierrc
Outdated
@@ -1,5 +1,6 @@ | |||
{ | |||
"semi": false, | |||
"singleQuote": true, | |||
"printWidth": 120 | |||
"printWidth": 120, | |||
"trailingComma": "none" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不建议更改风格配置
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个这个代码之前本身风格配置就有问题,按历史逻辑来讲是 trailingComma 但是代码内部也没有做格式化,导致ide根据这个格式化会失败(多了很多不符合预期的diff),可以把这个文件不修改,但是本周还是需要社区整体治理一下
这个 PR 做了什么? (简要描述所做更改)
支持 Taro 调用字节小程序的 PaymentChannelSelect 组件
这个 PR 是什么类型? (至少选择一个)
这个 PR 涉及以下平台: