UNPKG

novel-opds-now

Version:

按需生成 epub,此模組不使用排程任務來生成 epub

16 lines (15 loc) 513 B
import type { siteID as siteIDOfDemoNovel } from './demonovel/types'; export declare type ISiteIDs = keyof typeof builded_map; export declare type ISiteIDsPlus = ISiteIDs | typeof siteIDOfDemoNovel; export declare const builded_map: { dmzj: string; esjzone: string; masiro: string; wenku8: string; }; export declare const pathPrefix: { module: string; github: string; cache: string; }; export declare function getLocalFilename(siteID: ISiteIDs, map: Record<ISiteIDs, string>): string;