新增功能-帮助页面提供视频讲解,配合解说,能跟连贯的指引功能使用 #77

Open
zhongwentao wants to merge 76 commits from wangjing22e/gitlink_help_center:zwt_vedio into dev
First-time contributor

原有的页面只能通过文字,图片,gif,提供指示,但是图片展示流程过程不连贯,gif时长太短且没有声音,因此这个时候演示视频就能起很大作用,因此我们新增演示视频功能方便指导:
示例模板位于next版本下,第三方服务的webIDE。
该功能既支持链接视频网站播放对应视频,如bilibili:

通过以下方法调用即可,只需要提供b站对应视频的视频码即可

也可以播放本地视频:

本地视频,放置在static/mp4目录下:

通过以下方法调用即可

该功能实现在帮助文档原始代码上修改,即其他方面没有做任何修改,保证合并只添加这个功能。

原有的页面只能通过文字,图片,gif,提供指示,但是图片展示流程过程不连贯,gif时长太短且没有声音,因此这个时候演示视频就能起很大作用,因此我们新增演示视频功能方便指导: 示例模板位于next版本下,第三方服务的webIDE。 该功能既支持链接视频网站播放对应视频,如bilibili: ![](/api/attachments/780ba94e-d001-4c3b-833e-9c50c850b205) 通过以下方法调用即可,只需要提供b站对应视频的视频码即可 ![](/api/attachments/560f039f-1660-45c2-8250-a666144a9435) 也可以播放本地视频: ![](/api/attachments/9c6ba65f-ca23-464c-9548-f071ea1c32f7) 本地视频,放置在static/mp4目录下: ![](/api/attachments/e9f7b0cc-2f05-4f51-b71a-126f5108060c) 通过以下方法调用即可 ![](/api/attachments/32cc1edc-094e-41cb-a3c2-b2b8ffa5a5f7) 该功能实现在帮助文档原始代码上修改,即其他方面没有做任何修改,保证合并只添加这个功能。
zhongwentao added 76 commits 2025-06-03 11:45:49 +08:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b wangjing22e-zwt_vedio dev
git pull zwt_vedio

Step 2:

Merge the changes and update on Gitea.
git checkout dev
git merge --no-ff wangjing22e-zwt_vedio
git push origin dev
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Gitlink/gitlink_help_center#77
No description provided.