Skip to content

v1.7.10

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Mar 07:37
· 115 commits to main since this release
  • πŸ†• Support custom logo and logo style in SDK;
    window.$page = new PageSpy({
      ...,
      logo: '<your-logo-source-url>',
      logoStyle: {
        borderRadius: '12px'
      }
    })
  • πŸ†• Add 'Storage' and 'System' panel in replay panel;

Tip

We invite you to experience the replay fetaure:

  1. Download the offline JSON log file: 2024_3_20 15_36_26.json;
  2. Access the https://test.jikejishu.com/#/room-list, click the "Replay log ( ζ—₯εΏ—ε›žζ”Ύ )" button and select "Local file ( ζœ¬εœ°ζ–‡δ»Ά )" and the select the file which downloaded in first step;
  3. Enjoy it ! πŸ˜„
  • πŸ› SDK: fix the network plugin which correct the response data if there have.