plugin-books-pro
Version:
[](https://badge.fury.io/js/plugin-books-pro)
44 lines (43 loc) • 1.36 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.bookSuppliers = void 0;
const types_1 = require("../models/types");
const ASSETS_ICON = "https://raw.githubusercontent.com/2noScript/plugin-books-pro/main/assets/icon/";
exports.bookSuppliers = {
[types_1.Suppliers.TruyenQQ]: {
key: types_1.Suppliers.TruyenQQ,
name: "truyenqq",
language: ["vi"],
locale: "vi_VN",
avatar: `${ASSETS_ICON}truyenqq.ico`,
bookType: "Comic",
domain: "truyenqqto.com",
},
[types_1.Suppliers.Metruyencv]: {
key: types_1.Suppliers.Metruyencv,
name: "metruyencv",
language: ["vi"],
locale: "vi_VN",
avatar: `${ASSETS_ICON}metruyencv.ico`,
bookType: "Novel",
domain: "metruyencv.com",
},
[types_1.Suppliers.Mangadex]: {
key: types_1.Suppliers.Mangadex,
name: "mangadex",
language: ["en"],
locale: "en_EN",
avatar: `${ASSETS_ICON}mangadex.ico`,
bookType: "Comic",
domain: "mangadex.org",
},
[types_1.Suppliers.Manhuavn]: {
key: types_1.Suppliers.Manhuavn,
name: "manhuavn",
language: ["vi"],
locale: "vi_VN",
avatar: `${ASSETS_ICON}manhuavn.ico`,
bookType: "Comic",
domain: "manhuavn.top",
},
};