新增功能-帮助页面提供视频讲解,配合解说,能跟连贯的指引功能使用 #77
Loading…
Reference in New Issue
No description provided.
Delete Branch "wangjing22e/gitlink_help_center:zwt_vedio"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
原有的页面只能通过文字,图片,gif,提供指示,但是图片展示流程过程不连贯,gif时长太短且没有声音,因此这个时候演示视频就能起很大作用,因此我们新增演示视频功能方便指导:





示例模板位于next版本下,第三方服务的webIDE。
该功能既支持链接视频网站播放对应视频,如bilibili:
通过以下方法调用即可,只需要提供b站对应视频的视频码即可
也可以播放本地视频:
本地视频,放置在static/mp4目录下:
通过以下方法调用即可
该功能实现在帮助文档原始代码上修改,即其他方面没有做任何修改,保证合并只添加这个功能。
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.