docs: 更新CHANGELOG
Some checks failed
Build and push Docker images / docker (push) Has been cancelled
Mirror and run GitLab CI / build (push) Has been cancelled
Publishing to NPM / publish (push) Has been cancelled
Package Node.js project into an executable / node${{ matrix.nodev }}-${{ matrix.platform }}-x64 (18, linux) (push) Has been cancelled
Package Node.js project into an executable / node${{ matrix.nodev }}-${{ matrix.platform }}-x64 (18, macos) (push) Has been cancelled
Package Node.js project into an executable / node${{ matrix.nodev }}-${{ matrix.platform }}-x64 (18, win) (push) Has been cancelled
Package Node.js project into an executable / node18-${{ matrix.platform }}-arm64 (alpine) (push) Has been cancelled
Package Node.js project into an executable / node18-${{ matrix.platform }}-arm64 (linux) (push) Has been cancelled
Package Node.js project into an executable / node18-${{ matrix.platform }}-arm64 (linuxstatic) (push) Has been cancelled

This commit is contained in:
shanmite 2026-04-13 15:35:29 +08:00
parent a2c461b22a
commit acd2121d97
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
<!-- markdownlint-disable MD036 MD024-->
# CHANGELOG
## 主要变化(2.10.3)
* a2c461b fix: clear异常循环 (#484)
* abe660b fix: prevent is_repost_then_chat from overriding AI-generated comments (#485)
* 7aa82fe feat: Integrate Feishu for notification (#482)
* 08a6359 fix: `is_charge_lottery`默认false
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.10.2)
* d0a0dd9 feat: 新增QMSG_SOCKET推送参数支持私有云 (#473)
* d40daa2 docs: 注解默认设置

View File

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