From 13049f63c14cf08f8008cbcc145da1a364e9a6ce Mon Sep 17 00:00:00 2001 From: kuaifan Date: Fri, 8 Jul 2022 20:09:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4HitoseaTask=EF=BC=8C=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E4=BD=BF=E7=94=A8DooTask?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index acafc14d2..47d5e2328 100644 --- a/package.json +++ b/package.json @@ -64,11 +64,7 @@ { "id": "com.dootask.task", "name": "DooTask", - "url": "https://dootask.com/", - "urls": [ - "https://dootask.com/", - "https://www.dootask.com/" - ], + "url": "http://public/", "publish": { "provider": "github", "owner": "kuaifan", @@ -78,24 +74,16 @@ { "id": "com.dootask.task", "name": "DooTask", - "url": "https://dootask.com/", + "url": "http://public/", "urls": [ "https://dootask.com/", - "https://www.dootask.com/" + "https://www.dootask.com/", + "https://t.hitosea.com/" ], "publish": { "provider": "generic", "url": "https://dootask.com/desktop/publish" } - }, - { - "id": "com.hitosea.task", - "name": "HitoseaTask", - "url": "https://t.hitosea.com/", - "publish": { - "provider": "generic", - "url": "https://t.hitosea.com/desktop/publish" - } } ] }