Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinlic committed Nov 25, 2023
1 parent a50e923 commit e861e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ const video = wvc.createSingleVideo({
fps: 60,
outputPath: "./t2.mp4",
showProgress: true,
url: "https://www.bilibili.com/v/popular/all/?spm_id_from=333.1007.0.0",
url: "https://www.bilibili.com/v/popular/all/",
// Setting up the action sequence
timeActions: {
3000: actionFn,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ const video = wvc.createSingleVideo({
fps: 60,
outputPath: "./t2.mp4",
showProgress: true,
url: "https://www.bilibili.com/v/popular/all/?spm_id_from=333.1007.0.0",
url: "https://www.bilibili.com/v/popular/all/",
// 设置动作序列
timeActions: {
3000: actionFn,
Expand Down

0 comments on commit e861e61

Please sign in to comment.