NateScarlet

Results 46 comments of NateScarlet

1.13.0之后会在data文件夹下记录比赛结果了 但是不包含角色和技能

直接看体力条长度 识别事件没法中途中断

要支持这个用传说赛同样的逻辑应该就行了 不过做完比较难测试

> 不过这个提的倒是很好,我感觉可以提供一个 `.json` 文件,然后在必要的时候通过网络请求加载一次。 > 二、爬虫监控国务院网站,出现”假日安排“关键字,钉钉@开发者,及时向此项目提交PR或者手动生成数据😃 基于爬虫的数据可以用我的 [holiday-cn](https://github.com/NateScarlet/holiday-cn)

国家机关的公告格式基本固定的 而且解析出错CI会报错通知我 今年春节变更就是出错然后人工修的 [CI 日志](https://travis-ci.com/github/NateScarlet/holiday-cn/builds/147056533)

Found duplicate with #208

[changes that fix this problem](https://github.com/conventional-changelog/conventional-changelog/commit/b5951fb5c58ada8d480d17213703d717acb1cd42#diff-1a025fc5a97f17b31249584fa2b6c6dd25361189201fff4d87c723bb368b5deb) is not included in `[email protected]` for now, i use a postchangelog script: ``` sed -r -e 's/^#{1,3} \[/## [/' -i CHANGELOG.md ```

@amokmen use `bash ./tools/for_standard-version.sh` if you want be windows compatible (git-bash almost always installed, otherwise it may not run due to some encoding issue). ![image](https://user-images.githubusercontent.com/21083014/115537552-80edde00-a2cd-11eb-971c-7ecf3eb18836.png)

workaround: ```javascript config.module .rule('i18n-resource') .include.clear() .add(resolve(__dirname, 'src/locales')); ``` i18n plugin should search nearest `node_modules` or use a different default value for pnpm