From ba27234dcd24405b82fd337008725750a2815d5e Mon Sep 17 00:00:00 2001 From: ylxb2016 Date: Sat, 30 Mar 2019 22:06:35 +0800 Subject: [PATCH] add lztr,red,ops,dic site --- resource/sites/dicmusic.club/config.json | 9 +++++++++ resource/sites/lztr.me/config.json | 9 +++++++++ resource/sites/orpheus.network/config.json | 9 +++++++++ resource/sites/redacted.ch/config.json | 9 +++++++++ 4 files changed, 36 insertions(+) create mode 100644 resource/sites/dicmusic.club/config.json create mode 100644 resource/sites/lztr.me/config.json create mode 100644 resource/sites/orpheus.network/config.json create mode 100644 resource/sites/redacted.ch/config.json diff --git a/resource/sites/dicmusic.club/config.json b/resource/sites/dicmusic.club/config.json new file mode 100644 index 000000000..c72c14a38 --- /dev/null +++ b/resource/sites/dicmusic.club/config.json @@ -0,0 +1,9 @@ +{ + "name": "DIC", + "description": "music", + "url": "https://dicmusic.club/", + "icon": "https://dicmusic.club/favicon.ico", + "tags": ["音乐"], + "schema": "Gazelle", + "host": "dicmusic.club" +} \ No newline at end of file diff --git a/resource/sites/lztr.me/config.json b/resource/sites/lztr.me/config.json new file mode 100644 index 000000000..0bbdec1fa --- /dev/null +++ b/resource/sites/lztr.me/config.json @@ -0,0 +1,9 @@ +{ + "name": "LzTr", + "description": "music", + "url": "https://lztr.me/", + "icon": "https://lztr.me/favicon.ico", + "tags": ["音乐"], + "schema": "Gazelle", + "host": "lztr.me" +} \ No newline at end of file diff --git a/resource/sites/orpheus.network/config.json b/resource/sites/orpheus.network/config.json new file mode 100644 index 000000000..669b2145a --- /dev/null +++ b/resource/sites/orpheus.network/config.json @@ -0,0 +1,9 @@ +{ + "name": "OPS", + "description": "music", + "url": "https://orpheus.network/", + "icon": "https://orpheus.network/favicon.ico", + "tags": ["音乐"], + "schema": "Gazelle", + "host": "orpheus.network" +} \ No newline at end of file diff --git a/resource/sites/redacted.ch/config.json b/resource/sites/redacted.ch/config.json new file mode 100644 index 000000000..69b3aa483 --- /dev/null +++ b/resource/sites/redacted.ch/config.json @@ -0,0 +1,9 @@ +{ + "name": "RED", + "description": "music", + "url": "https://redacted.ch/", + "icon": "https://redacted.ch/favicon.ico", + "tags": ["音乐"], + "schema": "Gazelle", + "host": "redacted.ch" +} \ No newline at end of file