bibsdb / book-bundle
该包最新版本(dev-master)没有可用的许可信息。
Bibsdb 书籍模板。
dev-master
2020-09-09 07:34 UTC
This package is auto-updated.
Last update: 2024-09-09 17:07:38 UTC
README
提供单份材料的推荐幻灯片模板。上传封面并提供简短文本。
安装
将 git 仓库添加到 composer.json
中的 "repositories"。
"repositories": { "bibsdb/book-bundle": { "type": "vcs", "url": "https://github.com/bibsdb/book-bundle" }, ... }
使用 composer 需要此包。
composer require bibsdb/book-bundle
在 AppKernel.php
中通过添加 BibsdbBookBundle 到 $bundles 中启用该包。
new Bibsdb\BookBundle\BibsdbBookBundle()
运行 bibsdb:core:templates:load 命令以在安装过程中加载模板。
bin/console bibsdb:core:templates:load
在管理界面中启用该模板。
广告和控制
为了避免广告和视频控制,共享的视频必须来自在 book.com 上禁用了这些选项的用户。要自己操作,您至少需要一个 PLUS 账户(https://book.com/plus)。