@greatz/feedback-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.18 • Public • Published

反馈插件

使用说明

  • npm i @greatz/feedback --save-dev
  <div className={styles.bottom} id="addFeedback">
   const feedback = new Feedback({
      type: 'submit', // sumit/display
      appkey: 'c5a7b983122f4846b16e1e272f68731c', // appKey
      email: user.email, 
      subProductId: 9, // 子产品
      level: 1, // 优先级
      responseEmail: user.email,
      submitEmail: user.email,
      channel: 'ep-pc平台',
    })
    feedback.render('addFeedback');
    

更新说明

  • 1.0.1 创建/查看基础功能
  • 1.0.2 支持图片粘贴上传
  • 1.0.3 修复css样式bug
  • 1.0.5 区分dev/test/online环境
  • 1.0.6 全局样式前缀修改避免污染
  • 1.0.7 将compatiable包及样式移除,解决样式污染问题
  • 1.0.8 增加https://overmind-project.netease.com/域名

Readme

Keywords

Package Sidebar

Install

npm i @greatz/feedback-plugin

Weekly Downloads

3

Version

1.0.18

License

MIT

Unpacked Size

2.64 MB

Total Files

8

Last publish

Collaborators

  • qiulijun
  • zran777
  • yinfengjia
  • happyz
  • oldyeah
  • liangfeng1107