去除HitoseaTask,统一使用DooTask

This commit is contained in:
kuaifan 2022-07-08 20:09:08 +08:00
parent b26cea1aa3
commit 13049f63c1

View File

@ -64,11 +64,7 @@
{ {
"id": "com.dootask.task", "id": "com.dootask.task",
"name": "DooTask", "name": "DooTask",
"url": "https://dootask.com/", "url": "http://public/",
"urls": [
"https://dootask.com/",
"https://www.dootask.com/"
],
"publish": { "publish": {
"provider": "github", "provider": "github",
"owner": "kuaifan", "owner": "kuaifan",
@ -78,24 +74,16 @@
{ {
"id": "com.dootask.task", "id": "com.dootask.task",
"name": "DooTask", "name": "DooTask",
"url": "https://dootask.com/", "url": "http://public/",
"urls": [ "urls": [
"https://dootask.com/", "https://dootask.com/",
"https://www.dootask.com/" "https://www.dootask.com/",
"https://t.hitosea.com/"
], ],
"publish": { "publish": {
"provider": "generic", "provider": "generic",
"url": "https://dootask.com/desktop/publish" "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"
}
} }
] ]
} }