We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39dc0d commit 845f018Copy full SHA for 845f018
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# 更新记录
2
3
+## 1.2.1 (2025-05-23)
4
+
5
+### 🚀 新功能
6
7
+- 添加名单校验码。名单被修改后,校验码会发生变化,你可以通过核对校验码来判断名单是否被篡改
8
9
## 1.2.0 (2025-04-13)
10
11
### 🚀 新功能
package.json
@@ -1,6 +1,6 @@
{
"type": "module",
- "version": "1.2.0",
+ "version": "1.2.1",
"private": true,
"scripts": {
"build": "bun run build:web && bun run build:app",
0 commit comments