Skip to content

Commit

Permalink
feat: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sun0225SUN committed May 24, 2024
1 parent e571805 commit 99c4056
Show file tree
Hide file tree
Showing 30 changed files with 189 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ export default defineConfig({
{ text: "字幕教程", link: "/advanced/word" },
{ text: "画笔功能", link: "/advanced/draw" },
{ text: "视频剪辑", link: "/advanced/video" },
{ text: "高级报表", link: "/advanced/form" },
{ text: "视频分享", link: "/advanced/share" },
{ text: "视频观看", link: "/advanced/see" },
{ text: "在线录制", link: "/advanced/online" },
],
},
{
Expand Down
42 changes: 42 additions & 0 deletions advanced/form.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
description: 这里介绍了高级报表是什么以及如何操作
---

# 高级报表

## 视频教程 {#video}

<iframe src="https://lusun.com/embed/?id=KMBAXKO2YET" width="100%" height="500px" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>

## 图文教程 {#text}

桌面端:[芦笋云空间](https://lusun.com/dashboard/videos/?ref=help.lusun.com) - 任意视频的播放页面 - 视频的右上角为「高级报表」入口

<ImgCenter><img src="../public/.gitbook/assets/240524_04.png" alt=""></ImgCenter>

&#x20;移动端:芦笋 App - 空间 - 任意视频的播放页面 - 视频下方可查看访客次数和观看次数以及标记观看次数

<ImgCenter><img src="../public/.gitbook/assets/240524_05 (1).png" alt="" width="188"></ImgCenter>

## 高级报表数据包含 {#excel}

电脑端:

单视频维度:观看人数、次数、点赞评论数、标记「已观看」人数

针对单个观看者维度:最近观看时间、观看次数、总观看时长、进度等

<ImgCenter><img src="../public/.gitbook/assets/240523_02.png" alt=""></ImgCenter>

移动端:

单视频维度:访客数、播放数、评论数、点赞数、标记观看

针对单个观看者维度:最近观看时间、观看次数、总观看时长、进度等

<ImgCenter><img src="../public/.gitbook/assets/240524_06.png" alt="" width="375"></ImgCenter>

## 常见问题 {#faq}

支持数据导出吗?
答:暂不支持,敬请期待
58 changes: 58 additions & 0 deletions advanced/online.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
description: 这里介绍了如何使用在线录制
---

# 在线录制

## 视频教程 {#video}

<iframe src="https://lusun.com/embed/?id=iaSXVpfUtw4" width="100%" height="500px" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>

## 图文教程 {#text}

操作方法:

1、打开 360 浏览器/谷歌浏览器/Edge 浏览器/腾讯浏览器,搜索 [lusun.com](http://lusun.com/?ref=help.lusun.com) 进入芦笋官网

2、点击「个人空间」,点击右上角的「在线录制」,即可召唤芦笋在线录屏功能

<ImgCenter><img src="../public/.gitbook/assets/240524_01.png" alt=""></ImgCenter>

## 录制前的模式选择 {#mode}

1、可以录制人像、屏幕,或者「人像 + 屏幕」同框视频

2、可以录制麦克风声音、系统声音(Windows 系统)

3、支持 720P 高清、1080P 超清录制

<ImgCenter><img src="../public/.gitbook/assets/240524_03.png" alt="" width="375"></ImgCenter>

4、屏幕可以选择指定网页页面即「标签页」、指定软件页面即「窗口」、全屏幕即「整个屏幕」

<ImgCenter><img src="../public/.gitbook/assets/240524_02.png" alt=""></ImgCenter>

## 录制工具栏的作用 {#tools}

* 查看录制时间
* 暂停/继续录制
* 取消录制且不保存视频
* 开关摄像头
* 结束录制

<ImgCenter><img src="../public/.gitbook/assets/240523_09.png" alt=""></ImgCenter>

## 录制后的预览页面 {#preview}

* 快速预览视频效果
* 修改视频名称
* 删除/分享/保存视频到云空间

<ImgCenter><img src="../public/.gitbook/assets/240523_10.png" alt=""></ImgCenter>

## 录好的视频存在哪 {#where}

* 点击录制面板的「小房子」图标,进入云空间
* 为录制好的视频添加字幕、封面;剪辑视频;生成链接分享视频等

[点我进入云空间](https://lusun.com/dashboard/videos?ref=help.lusun.com)
27 changes: 27 additions & 0 deletions advanced/see.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
description: 这里介绍了对方不用下载在线观看互动
---

# 视频观看

## 视频观看 {#video}

### 公开查看 {#public}

1、视频接受者可以通过打开链接或者使用微信 QQ 等 APP 扫码观看视频

2、打开链接或者扫码后再输入访问密码即在线观看,享受原视频画质

### 付费查看 {#pay}

视频接受者打开链接或者扫码进入页面后,支付相应的金额即可观看视频

## 常见问题 {#faq}

视频已经分享出去,再关闭分享链接,其他人还能看吗?

答:其他人不可见

视频接受者必须要下载和注册账号才能观看吗?

答:视频接受者无需下载或者注册账号,也无需下载视频就可以观看
58 changes: 58 additions & 0 deletions advanced/share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
description: 这里介绍了怎样生成链接以及分享的设置
---

# 视频分享

## 视频教程 {#video}

<iframe src="https://lusun.com/embed/?id=WCGrWfUqbGh" width="100%" height="500px" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>

## 图文教程 {#text}

::: warning 注意
不分享的视频会以仅作者可见的形式存储在云空间,收到链接的访客可以查看单视频/文件夹,不可访问作者空间。不分享的视频别人无法查看
:::

### 电脑端分享步骤 {#pc}

1、打开芦笋的客户端,点击上方的小房子图标,可以进入[芦笋云空间](https://lusun.com/dashboard/videos/?ref=help.lusun.com)

<ImgCenter><img src="../public/.gitbook/assets/240522_05.png" alt="" width="345"></ImgCenter>

2、找到想要分享的视频,点击下方的一个分享键,就来到了分享设置的界面

<ImgCenter><img src="../public/.gitbook/assets/240524_07.png" alt="" width="563"></ImgCenter>

3、单个视频的分享:分享的方式有公开分享和设为收费视频

公开分享的设置:

「1」放分享,打开链接即可观看

「2」密码分享,输入密码才能观看

「3」作者随时打开/关闭分享,关闭后视频链接无法打开

<ImgCenter><img src="../public/.gitbook/assets/240522_07.png" alt="" width="375"></ImgCenter>

多个视频的分享:在空间创建文件夹,点击右上角的「新建」,然后「新建文件夹」,点击分享键,进行链接或二维码即可分享

<ImgCenter><img src="../public/.gitbook/assets/240524_08.png" alt="" width="563"></ImgCenter>

### 移动端分享的步骤 {#mobile}

打开芦笋 App - 点击视频/文件夹右侧三个点 - 分享设置 - 复制链接

<ImgCenter><img src="../public/.gitbook/assets/240522_09.png" alt=""></ImgCenter>

## 分享的途径 {#share}

* 微信、QQ 等聊天工具
* 飞书等文档工具
* 知乎等内容平台

## 常见问题 {#faq}

* 视频已经分享出去,再关闭分享链接,其他人还能看吗?
答:其他人不可见
Binary file added public/.gitbook/assets/240522_05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240522_06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240522_07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240522_08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240522_09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240522_08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240523_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240523_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240523_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240523_04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240523_05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240523_06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240523_07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240523_08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240523_09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240523_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240523_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240524_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240524_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240524_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240524_04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240524_05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240524_06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240524_07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/.gitbook/assets/240524_08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 99c4056

Please sign in to comment.