Skip to content

Commit f003b1b

Browse files
committed
v0.9.0
1 parent 55ac770 commit f003b1b

File tree

17 files changed

+22
-11
lines changed

17 files changed

+22
-11
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://i.loli.net/2020/01/20/WEj3Yw8rPXqTcHe.png" >
2+
<img src="https://i.loli.net/2020/02/22/jvfBbnEuOq5RS9J.png" >
33
</p>
44
<p align="center">
55
<img src="https://forthebadge.com/images/badges/built-with-love.svg">
@@ -12,7 +12,12 @@
1212
<p>
1313

1414
# ZY Player
15-
资源播放器, 提供影视资源的浏览,搜索,播放,收藏,查看详情等功能.
15+
资源播放器, 提供影视资源的浏览,搜索,播放,收藏,查看详情.
16+
1. 视频连播
17+
2. 手机观看
18+
3. 分享资源
19+
4. 多主题
20+
5. ...
1621

1722
### 下载:
1823
[Github Release 实时更新,保证最新版](https://github.com/Hunlongyu/ZY-Player/releases)
@@ -37,13 +42,5 @@
3742
收藏 ⬇
3843
![star.png](https://i.loli.net/2020/01/19/Q2fkWUvaXKZJcS4.png)
3944

40-
### 开发计划:
41-
[第二期开发计划](https://github.com/Hunlongyu/ZY-Player/projects/2)
42-
43-
### 未完成:
44-
1. 更换图标: 求大神设计一个 zy 的logo, 256x256 像素,风格请参考:
45-
46-
![iconfinder_Vine_483453.png](https://i.loli.net/2020/01/21/ujk1pJVmob38W2B.png)
47-
4845
### 重要:
4946
所有资源来自网上, 该软件不参与任何制作, 上传, 储存, 下载等内容. 该软件仅供学习参考, 请于安装后24小时内删除.

build/icons/1024x1024.png

140 KB
Loading

build/icons/128x128.png

4.76 KB
Loading

build/icons/16x16.png

334 Bytes
Loading

build/icons/24x24.png

584 Bytes
Loading

build/icons/256x256.png

11.5 KB
Loading

build/icons/32x32.png

841 Bytes
Loading

build/icons/48x48.png

1.56 KB
Loading

build/icons/512x512.png

48.1 KB
Loading

build/icons/64x64.png

2.1 KB
Loading

build/icons/icon.icns

269 KB
Binary file not shown.

build/icons/icon.ico

0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zy",
3-
"version": "0.8.19",
3+
"version": "0.9.0",
44
"author": "Hunlongyu",
55
"description": "ZY Player 资源播放器",
66
"private": true,

public/icon.png

8.86 KB
Loading

src/assets/image/alipay.png

38.3 KB
Loading

src/assets/image/wepay.jpg

232 KB
Loading

src/page/setting.vue

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@
5050
</ul>
5151
</el-row>
5252
</el-row>
53+
<el-row class="item opacity">
54+
<el-row class="title"><i class="el-icon-coffee"></i><span>请喝一杯咖啡</span></el-row>
55+
<el-row class="qrcode">
56+
<img src="@/assets/image/alipay.png" alt="">
57+
<img src="@/assets/image/wepay.jpg" alt="">
58+
</el-row>
59+
</el-row>
5360
</el-row>
5461
</el-row>
5562
</template>
@@ -199,5 +206,12 @@ export default Vue.extend({
199206
}
200207
}
201208
}
209+
.qrcode{
210+
img{
211+
height: 300px;
212+
width: auto;
213+
margin: 0 4px;
214+
}
215+
}
202216
}
203217
</style>

0 commit comments

Comments
 (0)