Blademaster

Results 5 issues of Blademaster

一直在找一个支持按控件跳过的软件,终于找到了,感谢大佬的工作和开源! 遇到一个问题,打开一个带有“跳过”字符没有广告的软件,其会一直点击“跳过”,直到4秒的检测时间结束。 如果程序是这样设计的话,用意是是怕有多个“跳过”或是怕第一次没点上?正常情况应该点一次就够了。 目前解决上面问题的方法,应该是在白名单中加入这个没有广告的应用,我的一个建议是增加**黑名单模式**,对于自定义规则的默认加入黑名单。然后选择应用的页面加入一个搜索栏会更好。 最后再次感谢作者的无私付出!

I run your demo test data and it works well. But when I run my data, it doesn't work. My data is **.obj** file exported from **Mimics**. **My command is:**...

Parameter setting

修改了`src/service/exercisesResult.js`,解决网页无法显示的问题,未解决总题数无法显示的问题,但主要功能应该不影响。 **使用方法:** 1. 在Linux服务器安装好 nodejs 和 npm 2. `git clone https://github.com/BlademasterQAQ/fenbi-helper`或克隆本项目,替换`src/service/exercisesResult.js`文件 3. cd至`fenbi-helper`目录下 4. `npm install` 5. `node src/app.js` 6. 浏览器访问: http://[服务器ip]:3000

修复网页无法正常显示的问题 TODO: 正常显示总题数

Thanks for your hard work and the project works well. But there are some problems cost me some time. First problem is the README without **set_playlist** tutorial. I found it...