Skip to content

Commit

Permalink
bilibili: update to v1.2.0.700
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Jun 17, 2022
1 parent 92673e5 commit e1ac267
Show file tree
Hide file tree
Showing 8 changed files with 1,113 additions and 35 deletions.
19 changes: 19 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Main Process",
"type": "node",
"request": "launch",
"cwd": "${workspaceRoot}",
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron",
"env": {
// "ELECTRON_FORCE_IS_PACKAGED": "true"
},
// "args": ["app/app"],
"program": "${workspaceRoot}/app/app/main/index.js",
"outputCapture": "std"

}
]
}
3 changes: 2 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# v1.1.3-5 / 2022-06-
# v1.2.0-1 / 2022-06-

- perf: 对搜索进行超时限制
- fix: 修正东南亚图片显示异常
- fix: 修正东南亚视频可能播放失败的问题
- fix: 修正弹幕时间轴调整无效的问题
- bilibili: update to v1.2.0.700

# v1.1.3-4 / 2022-06-06

Expand Down
2 changes: 1 addition & 1 deletion conf/bilibili_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.3.542
1.2.0.700
Loading

1 comment on commit e1ac267

@msojocs
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#27

Please sign in to comment.