0.0.12 • Published 9 months ago

feedback-web v0.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

简介

feedback-web 是用于在系统使用过程中反馈使用问题的组件。使用场景包含了常用的文字和截图反馈,同时还能选择和 Meego 、飞书话题群聊的打通。

API文档

Props

参数类型说明
originApistring项目域名
feedbackConfigPartial<Record<FeedbackConfigEnum, IFeedbackConfig>>自定义基础配置
customFormReactNode自定义表单配置
themeColor'brandblue' | 'skyblue' | 'ultramarine' | 'purple' | 'pastelblue' | 'cyan' | 'amber' | 'orange'主题
onSubmit(params: object) => void自定义提交方式
uploadActionstring | ((file: File) => Promise\<string>)自定义上传方式
lockboolean是否锁定组件移动

FeedbackConfigEnum

参数说明
feedbackCategoryConfig问题类型
feedbackContentConfig反馈内容
FeedbackScreenshotConfig全屏截图
feedbackScoreConfig产品评分

IFeedbackConfig

参数类型说明
titlestring | ReactNode标题
requireboolean是否必填
messagestring校验信息
hiddenboolean是否展示
textLimitnumber内容模块字数限制
feedbackCategoryList{id: string , title: string}[]类型模块数据

更新日志

0.0.12

初版功能上传