diff --git a/plugin.json b/plugin.json index a61addd..4fd2848 100644 --- a/plugin.json +++ b/plugin.json @@ -4,17 +4,29 @@ "description": "Private manifest for manually hosted extensions." }, "data": [ + { + "name": "[APP] QQ阅读 VIP", + "author": "QuocBao", + "path": "https://git.nightmare.top/BaoBao666888/vbook-ext/raw/main/qqbook/plugin.zip", + "version": 3, + "source": "book.qq.com.server", + "icon": "https://git.nightmare.top/BaoBao666888/vbook-ext/raw/main/qqbook/icon.png", + "description": "Đọc QQ阅读 như bản public; chỉ chương VIP gọi QQ Reader local API để lấy nội dung đã mua trong app.", + "locale": "zh_CN", + "language": "javascript", + "type": "chinese_novel", + "encrypt": true + }, { "name": "[APP] Qidian", "author": "QuocBao", "path": "https://git.nightmare.top/BaoBao666888/vbook-ext/raw/main/qidian/plugin.zip", "version": 12, "source": "qidian.com", - "regexp": "(https?://)?(book|m|www).qidian.com/(info|book)/.*?", "icon": "https://git.nightmare.top/BaoBao666888/vbook-ext/raw/main/qidian/icon.png", "description": "Đọc truyện trên app Qidian ~. VIP lane nhận 2 input: qidianVipState và qidianAbtestGzip. qidianVipState nên là raw capture hoặc tối thiểu userId + Cookie + gorgon; ext tự build phần có thể sinh được và nếu còn thiếu sẽ báo thiếu.", "type": "chinese_novel", "locale": "zh_CN" } ] -} +} \ No newline at end of file diff --git a/qqbook/icon.png b/qqbook/icon.png new file mode 100644 index 0000000..50328f5 Binary files /dev/null and b/qqbook/icon.png differ diff --git a/qqbook/plugin.zip b/qqbook/plugin.zip new file mode 100644 index 0000000..3c58b28 Binary files /dev/null and b/qqbook/plugin.zip differ