docs: 更新CHANGELOG

This commit is contained in:
shanmiteko 2021-11-06 15:44:42 +08:00
parent b4c7a83f57
commit c2bd7b15ee
3 changed files with 20 additions and 1 deletions

View File

@ -1,6 +1,23 @@
<!-- markdownlint-disable MD036 MD024-->
# CHANGELOG
## 主要变化(2.3.2)
* b4c7a83 docs: 更新README
* 72b07a0 chore: 暂时去除打包到arm
* 4accd2d fix: 根据点赞去重(#64)
* d1c2c61 fix: 无法打包pkg_armv7
* 6b09711 feat: 获取和储存整理好的动态信息(#64)
## 较上一版本变化
[my_config.js](my_config.js)增加
* `APIs` - 获取抽奖信息的链接字符串
* `set_lottery_info_url` - 上传抽奖信息的链接字符串
_如果之前版本小于上一版本,请查看[CHANGELOG](CHANGELOG.md)变更说明_
**Full Changelog**: https://github.com/shanmiteko/LotteryAutoScript/compare/v2.3.1...v2.3.2
## 主要变化(2.3.1)
## 问题修复

View File

@ -47,6 +47,8 @@ module.exports = Object.freeze({
* @property {LotteryInfo[]} lottery_info
* API传回数据类型 {RespondBody}
* 获取抽奖信息的链接字符串
* @example
* "https://raw.fastgit.org/spiritLHL/sync_lottery/master/archive_datas/datas.json"
*/
APIs: [],

View File

@ -1,6 +1,6 @@
{
"name": "lottery-auto-script",
"version": "2.3.1",
"version": "2.3.2",
"description": "自动参与B站动态抽奖",
"main": "main.js",
"scripts": {