+
-
{{i.name}}
{{i.type}}
{{i.time}}
- 播放
- 收藏
- 分享
+ {{$t('play')}}
+ {{$t('star')}}
+ {{$t('share')}}
-
@@ -288,19 +290,14 @@ export default {
width: 200px;
height: 30px;
display: flex;
- background-color: #fff;
justify-content: center;
align-items: center;
border-radius: 15px;
- box-shadow: 0 3px 1px -2px #8e8da233, 0 2px 2px 0 #8e8da224, 0 1px 5px 0 #8e8da21f;
svg{
width: 20px;
height: 20px;
- stroke: #823aa099;
- stroke-width: 1;
stroke-linecap: round;
stroke-linejoin: round;
- fill: none;
}
.search-icon{
width: 40px;
@@ -314,7 +311,6 @@ export default {
height: 30px;
border-radius: 20px;
border: none;
- background-color: #00000000;
text-indent: 2px;
font-size: 14px;
&:focus{
@@ -322,13 +318,6 @@ export default {
border: none;
}
}
- &.active{
- box-shadow: 0 14px 26px -12px #8e8da26b, 0 4px 23px 0 #8e8da21f, 0 8px 10px -5px #8e8da233;
- svg{
- stroke-width: 1.5;
- fill: #823aa022;
- }
- }
}
}
.middle{
diff --git a/src/locales/en.json b/src/locales/en.json
index 50b9cc4..63059e5 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -3,5 +3,13 @@
"en": "English",
"language": "Language",
"default_site": "Default Site",
- "view": "View"
+ "view": "View",
+ "play": "Play",
+ "star": "Star",
+ "setting": "Setting",
+ "videoName": "Video Name",
+ "type": "Type",
+ "time": "Time",
+ "operate": "Operate",
+ "share": "Share"
}
diff --git a/src/locales/zh-cn.json b/src/locales/zh-cn.json
index f20d65b..1b8a326 100644
--- a/src/locales/zh-cn.json
+++ b/src/locales/zh-cn.json
@@ -3,5 +3,13 @@
"en": "English",
"language": "语言",
"default_site": "默认源",
- "view": "浏览"
+ "view": "浏览",
+ "play": "播放",
+ "star": "收藏",
+ "setting": "设置",
+ "videoName": "视频名称",
+ "type": "类型",
+ "time": "时间",
+ "operate": "操作",
+ "share": "分享"
}
diff --git a/src/store/index.js b/src/store/index.js
index 93fb670..b0298d3 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -5,7 +5,7 @@ Vue.use(Vuex)
export default new Vuex.Store({
state: {
- view: 'Setting',
+ view: 'Film',
theme: 'light',
site: 'zuidazy',
language: 'zhCn',