Skip to content

Commit

Permalink
release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Beats0 committed Jul 9, 2020
1 parent 54cf631 commit 163ec68
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.0.3

- 弹幕列表与礼物列表分开
- 礼物列表拖动定位
- 优化获取用户头像api访问受限
- 修复windows下字体文件缺失bug

## v1.0.2

- 优化config类型
Expand Down
16 changes: 16 additions & 0 deletions README_DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,22 @@ $ yarn package-ci

如果开启了火绒,关闭火绒

- 打包后字体文件缺失

先build

```
yarn build
```

将打包后的ttf字体文件复制到 `app\dist\dist`

再重新打包

```
yarn electron-builder build --win --x64
```

- 打包后无法正常工作

以生产模式模式运行并 debug
Expand Down
3 changes: 3 additions & 0 deletions app/app.global.scss.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@



3 changes: 3 additions & 0 deletions app/assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ a:hover {
}
.user-name {
color: #cfcfcf;
margin-right: 4px;
font-family: 'Helvetica Neue',Helvetica,Arial,'Microsoft Yahei','Hiragino Sans GB','Heiti SC','WenQuanYi Micro Hei',sans-serif;
}
.user-name.guard {
Expand Down Expand Up @@ -1071,6 +1072,7 @@ span.danmaku-content {
}
.danmaku-adjust-label {
width: 120px;
user-select: none;
}
.danmaku-adjust-label-about {
width: 70px;
Expand Down Expand Up @@ -1505,6 +1507,7 @@ li.item {
.danmakuActionMenu {
display: flex;
flex-direction: column;
user-select: none;
}

.danmakuActionMenuUser {
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bilive-danmaku",
"productName": "bilive-danmaku",
"version": "1.0.2",
"version": "1.0.3",
"description": "bilibili live danmaku client",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bilive-danmaku",
"productName": "bilive-danmaku",
"version": "1.0.2",
"version": "1.0.3",
"ElectronReactVersion": "1.1.0",
"description": "bilibili live danmaku client",
"scripts": {
Expand Down

0 comments on commit 163ec68

Please sign in to comment.