From 6216217286697a569c2a92fafd136e3f59fd7c18 Mon Sep 17 00:00:00 2001 From: Johnson Date: Wed, 25 Oct 2023 10:44:22 -0500 Subject: [PATCH] feat: add qx sync task --- config/QX-Task.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/QX-Task.json diff --git a/config/QX-Task.json b/config/QX-Task.json new file mode 100644 index 0000000..392dbda --- /dev/null +++ b/config/QX-Task.json @@ -0,0 +1,7 @@ +{ + "name":"Sub-Store", + "description":"", + "task":[ + "0 0 * * * https://github.com/sub-store-org/Sub-Store/releases/latest/download/cron-sync-artifacts.min.js, tag=Sub-Store Sync, img-url=https://raw.githubusercontent.com/58xinian/icon/master/Sub-Store1.png" + ] +}