mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
docs: 更新CHANGELOG
This commit is contained in:
parent
b4c7a83f57
commit
c2bd7b15ee
17
CHANGELOG.md
17
CHANGELOG.md
@ -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)
|
||||
|
||||
## 问题修复
|
||||
|
||||
@ -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: [],
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lottery-auto-script",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"description": "自动参与B站动态抽奖",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user