HAN FENG

Results 6 issues of HAN FENG

![image](https://user-images.githubusercontent.com/9302540/143378897-5471cd46-e7b2-4b14-b376-abc21e14d75b.png) 偶然发现党史学习不能够自动填报,抓了包也没弄明白是怎么回事。 在点击`学习完毕`的CheckBox的时候,会调用一个`sfty()`(是否同意)方法,如下: ```javascript function sfty() { var k="sfty"; var aaa = $("#wty").prop("checked"); var v=''; if(aaa){ v = '1'; } else { v = '0'; } if (window.location.hash != '')...

- Changed the structure of the directory. - Add external_comment directory for adding news from different media. - Add news from [知乎](Zhihu.com). - This news mentioned above has permission from...

Please add a text file which can be translated into other languages.

enhancement

# 开发环境搭建阶段 - 缺少`request-promise`包,必须手动安装 - 原README文件中,关于使用GUI运行的部分已失效。现在不需要手动编译SQLite 3(也有可能是NPM在安装的时候已经装好环境了(NPM在安装的时候有一个自动安装必要环境的选项)),并且也不需要手动更改代码了,只需要在`npm run startgui`的时候加入`--debug`选项即可,即`npm run startgui --debug` - 原README文件中,指示使用命令行运行部分我跑不通,执行完`npm install`和`npm run ace`之后提示(当然很有可能是我操作不当) ```log _ace.default.addCommand(require(command)['default']); ^ TypeError: Cannot read property 'addCommand' of undefined at Object. (C:\Users\****\Desktop\zhihuhelp-master\dist\ace.js:34:16)...

测试环境:npm 14,安装solarlunar之后执行仍然会报错,改成小写就好了。

- Key 'version' in manifest.json should be added as issue #4. - Could not enable auto-discover, seems like a problem of scanning because my sensor would lost connection a few...