Skip to content

Commit 390b6d2

Browse files
author
dompling
committed
fix:id 缓存问题
1 parent 44c7c22 commit 390b6d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

message/sms.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
description: 提取快递短信取件码
55
icon: terminal
66
category: 工具
7-
version: 1.0.0
7+
version: 1.0.1
88
*/
99

1010
function main() {
@@ -89,6 +89,7 @@ function main() {
8989

9090
// 更新缓存
9191
processedCodes.push(uniqueKey);
92+
storage.set(STORAGE_KEY, processedCodes);
9293
hasNew = true;
9394
processedCount++;
9495
}

0 commit comments

Comments
 (0)