Skip to content

Commit b5a9d44

Browse files
committed
v0.7.11 app name
1 parent 8c05489 commit b5a9d44

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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.7.10",
3+
"version": "0.7.11",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

src/page/star.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<el-row class="star">
33
<el-row class="star-table-box table-box">
4-
<el-table :data="filmData" stripe class="film-table" size="mini">
4+
<el-table :data="filmData" stripe class="film-table" size="mini" empty-text="收藏夹里空空的~快去填满我吧~">
55
<el-table-column prop="name" label="影片名称"></el-table-column>
66
<el-table-column prop="type" label="影片类别" width="120"></el-table-column>
77
<el-table-column prop="time" label="更新时间" width="180"></el-table-column>

vue.config.ts renamed to vue.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ module.exports = {
44
builderOptions: {
55
win: {
66
icon: './build/icons/icon.ico'
7-
}
7+
},
8+
productName: 'ZY Player'
89
},
910
chainWebpackRendererProcess: config => {
1011
if (process.env.NODE_ENV === 'development') {

0 commit comments

Comments
 (0)