Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 baker 框架非常陌生,但是我知道我必须创建 hpub 文件,我们是否还必须压缩我们的图像、css 和 jquery 文件,或者我们只需要压缩 html 文件?
另外,如何创建 book:// 而不是 http://
谢谢你
您必须将所有文件压缩到您的 hpub 文件中。但是请注意,您必须在没有父目录的情况下压缩它们,而不是构成您的内容、图像、css 等的文件
因此,如果您的 hpub 文件位于名为“MyGreatNewBook”的目录中,则可以从命令行创建一个如下所示的 hpub 文件:
cd MyGreatNewBook zip -r ~/MyGreatNewBook.hpub .
这将压缩您的所有文件并将 hpub 文件放在您的主目录中。