Skip to content

Commit

Permalink
optimize: support default theme simple switch video player to artplay…
Browse files Browse the repository at this point in the history
…er.js (#526)

* optimize: support default theme simple switch video player to artplayer.js

* docs: update CHANGELOG.MD
  • Loading branch information
li-guohao authored Nov 28, 2023
1 parent f3e700a commit fd364dd
Show file tree
Hide file tree
Showing 15 changed files with 141 additions and 372,389 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
3. `ClassPath``templates/static`目录下
- 条目收藏形式优化,提交条目收藏时同时提交条目收藏类型 #521

## 主題

- 默认主题的视频播放器切换为`artplayer.js`

## 安全修复

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
@NoArgsConstructor
@AllArgsConstructor
public class VideoSubtitle {
@JsonProperty("master_attachment_id")
private Long masterAttachmentId;
@JsonProperty("attachment_id")
private Long attachmentId;
private String name;
Expand Down
Binary file not shown.
Loading

0 comments on commit fd364dd

Please sign in to comment.