cocoapods-dependency icon indicating copy to clipboard operation
cocoapods-dependency copied to clipboard

Fixbug #11 and add a new option `--json`

Open cpaper opened this issue 6 years ago • 0 comments

  1. Fixbug #11 : use erb template to generate the HTML file and feed data into it as embedded JavaScript 修复bug #11 : JavaScript跨域问题。 使用Ruby erb模板生成HTML文件,并将数据以JSON格式插入;在HTML中被解释为JS代码,避免了跨域请求数据。

  2. output in JSON format by adding a option --json 增加一个选项 --json,输出格式为 JSON

cpaper avatar Oct 08 '19 16:10 cpaper