UNPKG

novel-opds-now

Version:

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

10 lines (9 loc) 175 B
export interface INovelDataSimple { uuid: string; id: string; title: string; authors: string[]; cover: string; updated: number; content: string; }