feat(courseware): add protected PPTX viewer
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# 课件怎么放
|
||||
|
||||
学生打开导航里的「课件」,点进去就能直接翻 PPT。不需要导出图片,也不需要后台上传。
|
||||
|
||||
把 PowerPoint 文件放进**仓库根目录**的 `courseware/`,用 git 提交:
|
||||
|
||||
```
|
||||
courseware/2.2 数组的插入与删除.pptx
|
||||
courseware/3.1 原码反码补码.pptx
|
||||
```
|
||||
|
||||
目录里每一个 `.pptx` 就是一课,文件名就是标题。网页不能直接访问这个目录;播放器通过 `courseware-file.php` 读取文件。
|
||||
|
||||
请用 **`.pptx`**(PowerPoint 2007 及以后)。旧的 `.ppt` 请在 PowerPoint 里「另存为 → pptx」再提交。
|
||||
|
||||
动画、特殊字体、SmartArt 在网页里可能和上课投影不完全一样,但可以翻页看内容。
|
||||
Reference in New Issue
Block a user