Skip to content

Commit

Permalink
fix: the server WebConsole, when the attachment preview video file, s…
Browse files Browse the repository at this point in the history
…imilar to 'xxx.jpsc.ass' can not be displayed normally whether simplified or traditional. (#538)

* docs: add some content in BUILD.MD

* fix: the server WebConsole, when the attachment preview video file, similar to 'xxx.jpsc.ass' can not be displayed normally whether simplified or traditional, and if it is not recognized again, it will be directly displayed in the subtitle selection list, such as'jpsc'.
  • Loading branch information
li-guohao authored May 15, 2024
1 parent 6fadb4d commit 9aae3c6
Show file tree
Hide file tree
Showing 6 changed files with 531 additions and 27 deletions.
12 changes: 12 additions & 0 deletions BUILD.MD
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,17 @@ git branch
git branch -D {you_branch_name}
```

上游PR合并后,更新本地主分支

如已添加上游仓库可跳过此命令
```text
git remote add upstream https://github.com/ikaros-dev/ikaros.git
```

```text
git checkout master
git pull upstream master
```

# 更多
<https://docs.ikaros.run>
5 changes: 3 additions & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
## 问题修复

- 启动console,找不到`@runikaros/api-client``@runikaros/shared`
[#527](https://github.com/ikaros-dev/ikaros/issues/527)
- 修复附件移动时,子附件的`path`属性没有及时更新的问题
[#527](https://github.com/ikaros-dev/ikaros/issues/527)
- 修复附件移动时,子附件的`path`属性没有及时更新的问题。
- 修复服务端WebConsole,附件预览视频文件时,类似`xxx.jpsc.ass`无法正常显示是否简体繁体,同时如果再遇到无法识别的情况,在字幕选择列表直接显示比如`jpsc`


# 0.11.7
Expand Down
2 changes: 1 addition & 1 deletion console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vueuse/core": "^9.6.0",
"@vueuse/router": "^9.6.0",
"@vueuse/shared": "^9.6.0",
"artplayer": "^5.0.9",
"artplayer": "^5.1.1",
"axios": "^1.6.1",
"crypto-js": "^4.2.0",
"element-plus": "^2.3.5",
Expand Down
Loading

0 comments on commit 9aae3c6

Please sign in to comment.