Skip to content

Commit 837604d

Browse files
committed
feat: 取消同步配置完成的通知
1 parent 860975c commit 837604d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store",
3-
"version": "2.22.11",
3+
"version": "2.22.13",
44
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and Shadowrocket.",
55
"main": "src/main.js",
66
"scripts": {

backend/src/products/cron-sync-artifacts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ async function doSync() {
242242
`同步配置成功 ${valid.length} 个, 失败 ${invalid.length} 个, 详情请查看日志`,
243243
);
244244
} else {
245-
$.notify('🌍 Sub-Store', '同步配置完成');
245+
// $.notify('🌍 Sub-Store', '同步配置完成');
246246
}
247247
} catch (e) {
248248
$.notify('🌍 Sub-Store', '同步配置失败', `原因:${e.message ?? e}`);

0 commit comments

Comments
 (0)