@shijiu/jsview-vue 0.9.502 → 0.9.631
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dom/bin/jsview-browser-debug-dom.min.js +1 -1
- package/dom/bin/jsview-dom.min.js +1 -1
- package/dom/target_core_revision.js +4 -3
- package/index.js +10 -0
- package/package.json +8 -1
- package/patches/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js +16 -5
- package/samples/AnimPicture/App.vue +89 -106
- package/samples/Basic/App.vue +65 -68
- package/samples/Basic/components/ContentBlock.vue +31 -36
- package/samples/Basic/components/anim/AnimGroup.vue +61 -75
- package/samples/Basic/components/anim/AnimKeyframeBasic.vue +54 -43
- package/samples/Basic/components/anim/AnimKeyframeComposite.vue +25 -31
- package/samples/Basic/components/anim/AnimTransition.vue +142 -105
- package/samples/Basic/components/div/DivBackground.vue +38 -16
- package/samples/Basic/components/div/DivClip.vue +143 -78
- package/samples/Basic/components/div/DivCssScoped.vue +10 -10
- package/samples/Basic/components/div/DivCssVar.vue +40 -42
- package/samples/Basic/components/div/DivGroup1.vue +45 -39
- package/samples/Basic/components/div/DivGroup2.vue +56 -45
- package/samples/Basic/components/div/DivLayout.vue +63 -5
- package/samples/Basic/components/div/DivRadius.vue +51 -42
- package/samples/Basic/components/div/DivTransform.vue +21 -16
- package/samples/Basic/components/panel/Panel1.vue +46 -44
- package/samples/Basic/components/panel/Panel2.vue +22 -26
- package/samples/Basic/components/panel/TitleBar.vue +12 -12
- package/samples/Basic/components/text/TextAlign.vue +54 -44
- package/samples/Basic/components/text/TextEmoji.vue +16 -20
- package/samples/Basic/components/text/TextFontStyle.vue +77 -53
- package/samples/Basic/components/text/TextGroup1.vue +46 -38
- package/samples/Basic/components/text/TextGroup2.vue +25 -28
- package/samples/Basic/components/text/TextOverflow.vue +78 -59
- package/samples/BasicFocusControl/App.vue +22 -43
- package/samples/BasicFocusControl/components/BaseBlock.vue +42 -43
- package/samples/BasicFocusControl/components/MainArea.vue +55 -70
- package/samples/BasicFocusControl/components/MainAreaLeftBlock.vue +11 -15
- package/samples/BasicFocusControl/components/MainAreaRightBlock.vue +21 -24
- package/samples/BasicFocusControl/components/SideBar.vue +32 -47
- package/samples/BasicFocusControl/components/SideBarBlock.vue +20 -23
- package/samples/Collision/App.vue +452 -0
- package/samples/ColorSpace/App.vue +15 -24
- package/samples/DemoHomepage/App.vue +7 -11
- package/samples/DemoHomepage/components/BodyFrame.vue +21 -9
- package/samples/DemoHomepage/components/TabFrame.vue +7 -8
- package/samples/DemoHomepage/router.js +52 -33
- package/samples/DemoHomepage/views/Homepage.vue +18 -9
- package/samples/FilterDemo/AnimatePic.vue +58 -0
- package/samples/FilterDemo/App.vue +99 -61
- package/samples/FilterDemo/VideoLayer.vue +62 -0
- package/samples/FlipCard/App.vue +32 -41
- package/samples/FlipCard/FlipCard.vue +48 -54
- package/samples/GridDemo/App.vue +109 -77
- package/samples/GridDemo/ButtonBlock.vue +50 -49
- package/samples/GridDemo/FocusItem.vue +19 -38
- package/samples/GridDemo/Item.vue +46 -54
- package/samples/HashHistory/App.vue +63 -79
- package/samples/HashHistory/components/HorizontalButtonList.vue +72 -95
- package/samples/HashHistory/components/Item.vue +42 -56
- package/samples/HashHistory/router.js +23 -12
- package/samples/HashHistory/views/MainPage.vue +35 -46
- package/samples/HashHistory/views/SubPage.vue +34 -47
- package/samples/ImpactStop/App.vue +435 -0
- package/samples/Input/App.vue +8 -18
- package/samples/Input/FullKeyboard.vue +2 -6
- package/samples/Input/InputPanel.vue +18 -12
- package/samples/Input/KeyboardItem.vue +1 -1
- package/samples/LongImage/App.vue +11 -27
- package/samples/LongImage/Button.vue +50 -145
- package/samples/LongImage/ButtonItem.vue +44 -0
- package/samples/LongImage/LongImageScroll.vue +71 -106
- package/samples/LongImage/Scroll.vue +7 -9
- package/samples/LongText/App.vue +13 -28
- package/samples/LongText/Button.vue +43 -145
- package/samples/LongText/ButtonItem.vue +44 -0
- package/samples/LongText/LongTextScroll.vue +68 -101
- package/samples/LongText/Scroll.vue +7 -9
- package/samples/Marquee/App.vue +34 -37
- package/samples/MaskClip/App.vue +17 -30
- package/samples/MetroWidgetDemos/Advanced/App.vue +47 -0
- package/samples/MetroWidgetDemos/Advanced/ButtonItem.vue +90 -0
- package/samples/MetroWidgetDemos/Advanced/Buttons.vue +70 -0
- package/samples/MetroWidgetDemos/Advanced/Mixed.vue +77 -0
- package/samples/MetroWidgetDemos/Advanced/Widgets.vue +71 -0
- package/samples/MetroWidgetDemos/Item.vue +67 -0
- package/samples/{SimpleWidgetDemo → MetroWidgetDemos/PerformanceTest}/App.vue +80 -104
- package/samples/{SimpleWidgetDemo → MetroWidgetDemos/PerformanceTest}/Item.vue +7 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/bg.jpg +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/coupon_content.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/coupon_left.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/coupon_mid.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/coupon_right.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/focus_border.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/holder_logo.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/jrbm.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/line_left.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/line_mid.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/line_right.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/loading.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/logo.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/mcjx.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/tao.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/tmall.png +0 -0
- package/samples/{SimpleWidgetDemo → MetroWidgetDemos/PerformanceTest}/border.png +0 -0
- package/samples/{SimpleWidgetDemo → MetroWidgetDemos/PerformanceTest}/components/ContentItem.vue +60 -86
- package/samples/{SimpleWidgetDemo → MetroWidgetDemos/PerformanceTest}/components/MyTab.vue +0 -0
- package/samples/MetroWidgetDemos/PerformanceTest/data.js +45 -0
- package/samples/MetroWidgetDemos/PingPong/App.vue +135 -0
- package/samples/MetroWidgetDemos/PingPong/AppPage.vue +73 -0
- package/samples/MetroWidgetDemos/PingPong/AppTab.vue +62 -0
- package/samples/MetroWidgetDemos/PingPong/TabItem.vue +84 -0
- package/samples/MetroWidgetDemos/PingPong/ViewSwiper.vue +214 -0
- package/samples/MetroWidgetDemos/Simple/AbsoluteTemplate.vue +75 -0
- package/samples/MetroWidgetDemos/Simple/App.vue +45 -0
- package/samples/MetroWidgetDemos/Simple/RelativeTemplate.vue +111 -0
- package/samples/MetroWidgetDemos/WidgetItem.vue +89 -0
- package/samples/MetroWidgetDemos/data.js +204 -0
- package/samples/NinePatchDemo/App.vue +114 -115
- package/samples/NinePatchDemo/Item.vue +7 -8
- package/samples/Preload/App.vue +67 -64
- package/samples/Preload/Item.vue +21 -29
- package/samples/QrcodeDemo/App.vue +24 -29
- package/samples/SoundPool/App.vue +77 -106
- package/samples/SprayView/App.vue +10 -8
- package/samples/SpriteImage/App.vue +1 -2
- package/samples/TextBox/App.vue +86 -101
- package/samples/TextBox/RenderCenter.vue +1 -1
- package/samples/TextBox/RenderLeft.vue +1 -1
- package/samples/TextBox/RenderOneLine.vue +1 -1
- package/samples/TextBox/RenderRight.vue +1 -1
- package/samples/TextShadowDemo/App.vue +1 -2
- package/samples/TextureAnimation/App.vue +16 -13
- package/samples/TextureAnimation/App2.vue +111 -0
- package/samples/TextureAnimation/assets/blackWhiteGrid.png +0 -0
- package/samples/TextureAnimation/assets/light.png +0 -0
- package/samples/TextureAnimation/assets/light2.png +0 -0
- package/samples/TextureAnimation/assets/mask.png +0 -0
- package/samples/TextureSize/App.vue +15 -25
- package/samples/ThrowMoveDemo/AccelerateDemo.vue +2 -4
- package/samples/ThrowMoveDemo/LRParabolicDemo.vue +2 -3
- package/samples/ThrowMoveDemo/TargetDemo.vue +3 -4
- package/samples/ThrowMoveDemo/UDParabolicDemo.vue +2 -3
- package/samples/TouchSample/App.vue +2 -3
- package/samples/TouchSample/Item.vue +15 -13
- package/samples/TouchSample/MetroWidgetHorizontal.vue +2 -2
- package/samples/TouchSample/MetroWidgetVertical.vue +1 -1
- package/samples/TouchSample/TouchContainerHorizontal.vue +4 -3
- package/samples/TouchSample/TouchContainerVertical.vue +3 -2
- package/samples/TransitPage/App.vue +20 -32
- package/samples/VideoDemo/App.vue +65 -81
- package/samples/VideoDemo/components/Button.vue +41 -52
- package/samples/VideoDemo/components/Controllor.vue +171 -169
- package/samples/VideoDemo/components/VideoFrame.vue +87 -99
- package/samples/VisibleSensorDemo/App.vue +234 -0
- package/scripts/jsview-jsmap-serve.js +42 -0
- package/scripts/jsview-post-install.js +1 -1
- package/tsconfig.json +3 -0
- package/utils/JsViewEngineWidget/JsvFocusBlock.vue +204 -193
- package/utils/JsViewEngineWidget/JsvFocusManager.js +30 -17
- package/utils/JsViewEngineWidget/MetroWidget/MetroWidget.vue +1561 -1656
- package/utils/JsViewEngineWidget/MetroWidget/PageUpdater.js +136 -0
- package/utils/JsViewEngineWidget/MetroWidget/ToolFunctions.js +18 -0
- package/utils/JsViewEngineWidget/TemplateParser.js +111 -1
- package/utils/JsViewEngineWidget/WidgetCommon.js +8 -2
- package/utils/JsViewEngineWidget/index.js +4 -4
- package/utils/JsViewPlugin/JsvPlayer/GetVersion.js +1 -1
- package/utils/JsViewPlugin/JsvPlayer/JsvMedia.js +301 -58
- package/utils/JsViewPlugin/JsvPlayer/JsvPlayer.vue +22 -3
- package/utils/JsViewPlugin/JsvPlayer/index.js +8 -1
- package/utils/JsViewPlugin/JsvPlayer/version.js +5 -5
- package/utils/JsViewVueTools/JsvImpactTracer.js +113 -0
- package/utils/JsViewVueTools/JsvRefTaker.js +35 -0
- package/utils/JsViewVueTools/index.js +20 -0
- package/utils/JsViewVueWidget/BrowserDebugWidget/BrowserPreload.vue +11 -1
- package/utils/JsViewVueWidget/BrowserDebugWidget/BrowserQrcode.vue +8 -4
- package/utils/JsViewVueWidget/BrowserDebugWidget/BrowserTextureAnim.vue +203 -14
- package/utils/JsViewVueWidget/JsvActorMove/JsvActorMove.vue +2 -2
- package/utils/JsViewVueWidget/JsvApic/JsvApic.vue +2 -2
- package/utils/JsViewVueWidget/JsvFilterView.vue +59 -51
- package/utils/JsViewVueWidget/JsvGrid.vue +139 -41
- package/utils/JsViewVueWidget/JsvInput/Cursor.vue +4 -2
- package/utils/JsViewVueWidget/JsvInput/JsvInput.vue +13 -12
- package/utils/JsViewVueWidget/JsvMaskClipDiv.vue +3 -1
- package/utils/JsViewVueWidget/JsvNativeSharedDiv.vue +8 -17
- package/utils/JsViewVueWidget/JsvNinePatch.vue +1 -1
- package/utils/JsViewVueWidget/JsvPosterDiv.vue +37 -7
- package/utils/JsViewVueWidget/JsvPosterImage.vue +34 -13
- package/utils/JsViewVueWidget/JsvPreload/JsvPreload.vue +39 -53
- package/utils/JsViewVueWidget/JsvQrcode/JsvQrcode.vue +1 -1
- package/utils/JsViewVueWidget/JsvSpray/JsvSpray.vue +13 -10
- package/utils/JsViewVueWidget/JsvSpriteAnim/JsvSpriteAnim.vue +282 -285
- package/utils/JsViewVueWidget/JsvSpriteAnim/index.js +2 -3
- package/utils/JsViewVueWidget/JsvSwiper/JsvSwiper.vue +6 -1
- package/utils/JsViewVueWidget/JsvSwiper3D/JsvSwiper.vue +6 -1
- package/utils/JsViewVueWidget/JsvTextureAnim/JsvTextureAnim.vue +142 -61
- package/utils/JsViewVueWidget/JsvTextureAnim/index.js +9 -5
- package/utils/JsViewVueWidget/JsvTransparentDiv.vue +7 -8
- package/utils/JsViewVueWidget/JsvVideo.vue +9 -12
- package/utils/JsViewVueWidget/JsvVisibleSensor/JsvVisibleSensor.vue +141 -0
- package/utils/JsViewVueWidget/JsvVisibleSensor/index.js +9 -0
- package/utils/JsViewVueWidget/index.js +42 -0
- package/samples/AdvanceMetroWidget/App.vue +0 -123
- package/samples/AdvanceMetroWidget/Frame.vue +0 -102
- package/samples/AdvanceMetroWidget/Item.vue +0 -63
- package/samples/AdvanceMetroWidget/data.js +0 -137
- package/samples/ClassNameDemo/App.vue +0 -119
- package/samples/ClassNameDemo/components/ContentItem.vue +0 -253
- package/samples/ClassNameDemo/components/LoadingView.vue +0 -43
- package/samples/ClassNameDemo/components/TitleView.vue +0 -24
- package/samples/ClassNameDemo/data.js +0 -24
- package/samples/FlowMultiWidget/App.vue +0 -91
- package/samples/FlowMultiWidget/assets/nine_patch_focus.png +0 -0
- package/samples/FlowMultiWidget/components/Block.vue +0 -107
- package/samples/FlowMultiWidget/components/FlowPage.vue +0 -60
- package/samples/FlowMultiWidget/components/Item.vue +0 -103
- package/samples/FlowMultiWidget/components/MenuItem.vue +0 -72
- package/samples/FlowMultiWidget/components/MyMenu.vue +0 -90
- package/samples/FlowMultiWidget/data.js +0 -446
- package/samples/HashHistory/views/BasePage.vue +0 -19
- package/samples/HashHistory/views/SubPageFirst.vue +0 -10
- package/samples/HashHistory/views/SubPageSecond.vue +0 -10
- package/samples/SimpleWidgetDemo/assets/bg.jpg +0 -0
- package/samples/SimpleWidgetDemo/assets/coupon_content.png +0 -0
- package/samples/SimpleWidgetDemo/assets/coupon_left.png +0 -0
- package/samples/SimpleWidgetDemo/assets/coupon_mid.png +0 -0
- package/samples/SimpleWidgetDemo/assets/coupon_right.png +0 -0
- package/samples/SimpleWidgetDemo/assets/focus_border.png +0 -0
- package/samples/SimpleWidgetDemo/assets/holder_logo.png +0 -0
- package/samples/SimpleWidgetDemo/assets/jrbm.png +0 -0
- package/samples/SimpleWidgetDemo/assets/line_left.png +0 -0
- package/samples/SimpleWidgetDemo/assets/line_mid.png +0 -0
- package/samples/SimpleWidgetDemo/assets/line_right.png +0 -0
- package/samples/SimpleWidgetDemo/assets/loading.png +0 -0
- package/samples/SimpleWidgetDemo/assets/logo.png +0 -0
- package/samples/SimpleWidgetDemo/assets/mcjx.png +0 -0
- package/samples/SimpleWidgetDemo/assets/tao.png +0 -0
- package/samples/SimpleWidgetDemo/assets/tmall.png +0 -0
- package/samples/SimpleWidgetDemo/data.js +0 -124
- package/utils/JsViewEngineWidget/MetroWidget/ContentView.vue +0 -63
- package/utils/JsViewEngineWidget/MetroWidget/DivWrapper.vue +0 -51
- package/utils/JsViewEngineWidget/MetroWidget/ItemView.vue +0 -213
- package/utils/JsViewEngineWidget/MetroWidget/RootView.vue +0 -154
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
* @Author: ChenChanghua
|
|
3
|
-
* @Date: 2021-09-28 16:02:50
|
|
4
|
-
* @LastEditors: ChenChanghua
|
|
5
|
-
* @LastEditTime: 2021-09-28 16:22:24
|
|
6
|
-
* @Description: file content
|
|
7
|
-
-->
|
|
8
|
-
<!--
|
|
9
|
-
* @Author: ChenChanghua
|
|
10
|
-
* @Date: 2021-09-27 13:49:54
|
|
11
|
-
* @LastEditors: ChenChanghua
|
|
12
|
-
* @LastEditTime: 2021-09-28 15:42:49
|
|
13
|
-
* @Description: file content
|
|
14
|
-
-->
|
|
15
|
-
<script>
|
|
16
|
-
export default {
|
|
17
|
-
props: {
|
|
18
|
-
data: Object,
|
|
19
|
-
query: Object,
|
|
20
|
-
onEdge: Function,
|
|
21
|
-
onAction: Object,
|
|
22
|
-
},
|
|
23
|
-
computed: {
|
|
24
|
-
bgStyle() {
|
|
25
|
-
return {
|
|
26
|
-
width: 280,
|
|
27
|
-
height: 40,
|
|
28
|
-
backgroundColor: this.isFocus ? "#06a7ff" : "#575d8d",
|
|
29
|
-
};
|
|
30
|
-
},
|
|
31
|
-
},
|
|
32
|
-
data() {
|
|
33
|
-
return {
|
|
34
|
-
isFocus: false,
|
|
35
|
-
};
|
|
36
|
-
},
|
|
37
|
-
methods: {
|
|
38
|
-
onFocus() {
|
|
39
|
-
this.isFocus = true;
|
|
40
|
-
},
|
|
41
|
-
onBlur() {
|
|
42
|
-
this.isFocus = false;
|
|
43
|
-
},
|
|
44
|
-
onClick() {},
|
|
45
|
-
},
|
|
46
|
-
created() {
|
|
47
|
-
this.onAction.register("onFocus", this.onFocus);
|
|
48
|
-
this.onAction.register("onBlur", this.onBlur);
|
|
49
|
-
this.onAction.register("onClick", this.onClick);
|
|
50
|
-
},
|
|
51
|
-
};
|
|
52
|
-
</script>
|
|
53
|
-
|
|
54
|
-
<template>
|
|
55
|
-
<div :style="bgStyle">
|
|
56
|
-
<div class="text">
|
|
57
|
-
{{ data.title }}
|
|
58
|
-
</div>
|
|
59
|
-
</div>
|
|
60
|
-
</template>
|
|
61
|
-
|
|
62
|
-
<style scoped>
|
|
63
|
-
.text {
|
|
64
|
-
width: 280px;
|
|
65
|
-
height: 40px;
|
|
66
|
-
color: #ececec;
|
|
67
|
-
font-size: 12px;
|
|
68
|
-
line-height: 40px;
|
|
69
|
-
white-space: nowrap;
|
|
70
|
-
text-align: left;
|
|
71
|
-
}
|
|
72
|
-
</style>
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
* @Author: ChenChanghua
|
|
3
|
-
* @Date: 2021-09-27 13:49:54
|
|
4
|
-
* @LastEditors: ChenChanghua
|
|
5
|
-
* @LastEditTime: 2021-10-25 09:56:36
|
|
6
|
-
* @Description: file content
|
|
7
|
-
-->
|
|
8
|
-
<script>
|
|
9
|
-
import {
|
|
10
|
-
VERTICAL,
|
|
11
|
-
SimpleWidget,
|
|
12
|
-
} from "jsview/utils/JsViewEngineWidget";
|
|
13
|
-
import MenuItem from "./MenuItem.vue";
|
|
14
|
-
|
|
15
|
-
export default {
|
|
16
|
-
components: {
|
|
17
|
-
SimpleWidget,
|
|
18
|
-
MenuItem,
|
|
19
|
-
},
|
|
20
|
-
props: {
|
|
21
|
-
data: Array,
|
|
22
|
-
name: String,
|
|
23
|
-
},
|
|
24
|
-
setup() {
|
|
25
|
-
let measures = () => {
|
|
26
|
-
return {
|
|
27
|
-
width: 280,
|
|
28
|
-
height: 50,
|
|
29
|
-
focusable: true,
|
|
30
|
-
hasSub: false,
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
return {
|
|
34
|
-
direction: VERTICAL,
|
|
35
|
-
measures,
|
|
36
|
-
};
|
|
37
|
-
},
|
|
38
|
-
mounted() {
|
|
39
|
-
this.$refs.focusNode.findBlockByName(this.name).requestFocus();
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
</script>
|
|
43
|
-
|
|
44
|
-
<template>
|
|
45
|
-
<div
|
|
46
|
-
:style="{
|
|
47
|
-
left: (1280 - 300) / 2,
|
|
48
|
-
top: (720 - 255) / 2,
|
|
49
|
-
width: 300,
|
|
50
|
-
height: 255,
|
|
51
|
-
backgroundColor: '#000000',
|
|
52
|
-
}"
|
|
53
|
-
>
|
|
54
|
-
<div class="title">菜单</div>
|
|
55
|
-
<div :style="{ left: 10, top: 45 }">
|
|
56
|
-
<jsv-focus-block ref="focusNode">
|
|
57
|
-
<simple-widget
|
|
58
|
-
:name="name"
|
|
59
|
-
:width="280"
|
|
60
|
-
:height="200"
|
|
61
|
-
:direction="direction"
|
|
62
|
-
:data="data"
|
|
63
|
-
:measures="measures"
|
|
64
|
-
>
|
|
65
|
-
<template #renderItem="{ data, query, onEdge, onAction }">
|
|
66
|
-
<menu-item
|
|
67
|
-
:data="data"
|
|
68
|
-
:query="query"
|
|
69
|
-
:onEdge="onEdge"
|
|
70
|
-
:onAction="onAction"
|
|
71
|
-
/>
|
|
72
|
-
</template>
|
|
73
|
-
</simple-widget>
|
|
74
|
-
</jsv-focus-block>
|
|
75
|
-
</div>
|
|
76
|
-
</div>
|
|
77
|
-
</template>
|
|
78
|
-
|
|
79
|
-
<style scoped>
|
|
80
|
-
.title {
|
|
81
|
-
top: 10px;
|
|
82
|
-
left: 40px;
|
|
83
|
-
width: 200px;
|
|
84
|
-
height: 25px;
|
|
85
|
-
color: #ffffff;
|
|
86
|
-
font-size: 22px;
|
|
87
|
-
white-space: nowrap;
|
|
88
|
-
text-align: center;
|
|
89
|
-
}
|
|
90
|
-
</style>
|
|
@@ -1,446 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @Author: ChenChanghua
|
|
3
|
-
* @Date: 2021-09-27 14:33:12
|
|
4
|
-
* @LastEditors: ChenChanghua
|
|
5
|
-
* @LastEditTime: 2021-09-28 16:27:04
|
|
6
|
-
* @Description: file content
|
|
7
|
-
*/
|
|
8
|
-
const menuData = [
|
|
9
|
-
{
|
|
10
|
-
focusable: true,
|
|
11
|
-
hasSub: false,
|
|
12
|
-
id: 0,
|
|
13
|
-
title: "电视剧",
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
focusable: true,
|
|
17
|
-
hasSub: false,
|
|
18
|
-
id: 1,
|
|
19
|
-
title: "影视",
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
focusable: true,
|
|
23
|
-
hasSub: false,
|
|
24
|
-
id: 2,
|
|
25
|
-
title: "综艺",
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
focusable: true,
|
|
29
|
-
hasSub: false,
|
|
30
|
-
id: 3,
|
|
31
|
-
title: "综艺",
|
|
32
|
-
},
|
|
33
|
-
];
|
|
34
|
-
|
|
35
|
-
const contentData = [
|
|
36
|
-
{
|
|
37
|
-
blocks: {
|
|
38
|
-
w: 800,
|
|
39
|
-
h: 200,
|
|
40
|
-
},
|
|
41
|
-
focusable: true,
|
|
42
|
-
hasSub: true,
|
|
43
|
-
id: 0,
|
|
44
|
-
title: "电视剧",
|
|
45
|
-
data: [
|
|
46
|
-
{
|
|
47
|
-
focusable: true,
|
|
48
|
-
color: "#000022",
|
|
49
|
-
content: {
|
|
50
|
-
url:
|
|
51
|
-
"http://oss.image.51vtv.cn/homepage/20191224/0fdcdc8b258fe7baac16b73f58f8989d.jpg",
|
|
52
|
-
title: "剑王朝",
|
|
53
|
-
},
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
focusable: true,
|
|
57
|
-
color: "#003300",
|
|
58
|
-
content: {
|
|
59
|
-
url:
|
|
60
|
-
"http://oss.image.51vtv.cn/homepage/20191216/d0b14128b1783e5188de6ca98e6b5d05.jpg",
|
|
61
|
-
title: "我和我的祖国",
|
|
62
|
-
},
|
|
63
|
-
},
|
|
64
|
-
|
|
65
|
-
{
|
|
66
|
-
focusable: true,
|
|
67
|
-
color: "#000055",
|
|
68
|
-
content: {
|
|
69
|
-
url:
|
|
70
|
-
"http://oss.image.51vtv.cn/homepage/20191224/6235ab61a3c89ef2997b4c0441d91eae.jpg",
|
|
71
|
-
title: "汪汪队立大功第4季",
|
|
72
|
-
},
|
|
73
|
-
},
|
|
74
|
-
|
|
75
|
-
{
|
|
76
|
-
focusable: true,
|
|
77
|
-
color: "#0000CD",
|
|
78
|
-
content: {
|
|
79
|
-
url:
|
|
80
|
-
"http://oss.image.51vtv.cn/homepage/20191224/bded4e88fd610b7107c9836f5d5db959.jpg",
|
|
81
|
-
title: "变形警车珀利消防安全篇",
|
|
82
|
-
},
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
focusable: true,
|
|
86
|
-
color: "#000022",
|
|
87
|
-
content: {
|
|
88
|
-
url:
|
|
89
|
-
"http://oss.image.51vtv.cn/homepage/20191224/259f41751aa9642c5d543114a71b070a.png",
|
|
90
|
-
title: "迪士尼电影",
|
|
91
|
-
},
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
focusable: true,
|
|
95
|
-
color: "#000022",
|
|
96
|
-
content: {
|
|
97
|
-
url:
|
|
98
|
-
"http://oss.image.51vtv.cn/homepage/20190618/e449792161d2e66f39f6608f70c6c89b.png",
|
|
99
|
-
title: "灯塔慧",
|
|
100
|
-
},
|
|
101
|
-
},
|
|
102
|
-
],
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
blocks: {
|
|
106
|
-
w: 800,
|
|
107
|
-
h: 200,
|
|
108
|
-
},
|
|
109
|
-
focusable: true,
|
|
110
|
-
hasSub: true,
|
|
111
|
-
id: 1,
|
|
112
|
-
title: "影视",
|
|
113
|
-
data: [
|
|
114
|
-
{
|
|
115
|
-
focusable: true,
|
|
116
|
-
color: "#000022",
|
|
117
|
-
content: {
|
|
118
|
-
url:
|
|
119
|
-
"http://oss.image.51vtv.cn/homepage/20191224/0fdcdc8b258fe7baac16b73f58f8989d.jpg",
|
|
120
|
-
title: "剑王朝",
|
|
121
|
-
},
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
focusable: true,
|
|
125
|
-
color: "#003300",
|
|
126
|
-
content: {
|
|
127
|
-
url:
|
|
128
|
-
"http://oss.image.51vtv.cn/homepage/20191216/d0b14128b1783e5188de6ca98e6b5d05.jpg",
|
|
129
|
-
title: "我和我的祖国",
|
|
130
|
-
},
|
|
131
|
-
},
|
|
132
|
-
|
|
133
|
-
{
|
|
134
|
-
focusable: true,
|
|
135
|
-
color: "#000055",
|
|
136
|
-
content: {
|
|
137
|
-
url:
|
|
138
|
-
"http://oss.image.51vtv.cn/homepage/20191224/6235ab61a3c89ef2997b4c0441d91eae.jpg",
|
|
139
|
-
title: "汪汪队立大功第4季",
|
|
140
|
-
},
|
|
141
|
-
},
|
|
142
|
-
|
|
143
|
-
{
|
|
144
|
-
focusable: true,
|
|
145
|
-
color: "#0000CD",
|
|
146
|
-
content: {
|
|
147
|
-
url:
|
|
148
|
-
"http://oss.image.51vtv.cn/homepage/20191224/bded4e88fd610b7107c9836f5d5db959.jpg",
|
|
149
|
-
title: "变形警车珀利消防安全篇",
|
|
150
|
-
},
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
focusable: true,
|
|
154
|
-
color: "#000022",
|
|
155
|
-
content: {
|
|
156
|
-
url:
|
|
157
|
-
"http://oss.image.51vtv.cn/homepage/20191224/259f41751aa9642c5d543114a71b070a.png",
|
|
158
|
-
title: "迪士尼电影",
|
|
159
|
-
},
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
focusable: true,
|
|
163
|
-
color: "#000022",
|
|
164
|
-
content: {
|
|
165
|
-
url:
|
|
166
|
-
"http://oss.image.51vtv.cn/homepage/20190618/e449792161d2e66f39f6608f70c6c89b.png",
|
|
167
|
-
title: "灯塔慧",
|
|
168
|
-
},
|
|
169
|
-
},
|
|
170
|
-
],
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
blocks: {
|
|
174
|
-
w: 800,
|
|
175
|
-
h: 200,
|
|
176
|
-
},
|
|
177
|
-
focusable: true,
|
|
178
|
-
hasSub: true,
|
|
179
|
-
id: 2,
|
|
180
|
-
title: "综艺",
|
|
181
|
-
data: [
|
|
182
|
-
{
|
|
183
|
-
focusable: true,
|
|
184
|
-
color: "#000022",
|
|
185
|
-
content: {
|
|
186
|
-
url:
|
|
187
|
-
"http://oss.image.51vtv.cn/homepage/20191224/0fdcdc8b258fe7baac16b73f58f8989d.jpg",
|
|
188
|
-
title: "剑王朝",
|
|
189
|
-
},
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
focusable: true,
|
|
193
|
-
color: "#003300",
|
|
194
|
-
content: {
|
|
195
|
-
url:
|
|
196
|
-
"http://oss.image.51vtv.cn/homepage/20191216/d0b14128b1783e5188de6ca98e6b5d05.jpg",
|
|
197
|
-
title: "我和我的祖国",
|
|
198
|
-
},
|
|
199
|
-
},
|
|
200
|
-
|
|
201
|
-
{
|
|
202
|
-
focusable: true,
|
|
203
|
-
color: "#000055",
|
|
204
|
-
content: {
|
|
205
|
-
url:
|
|
206
|
-
"http://oss.image.51vtv.cn/homepage/20191224/6235ab61a3c89ef2997b4c0441d91eae.jpg",
|
|
207
|
-
title: "汪汪队立大功第4季",
|
|
208
|
-
},
|
|
209
|
-
},
|
|
210
|
-
|
|
211
|
-
{
|
|
212
|
-
focusable: true,
|
|
213
|
-
color: "#0000CD",
|
|
214
|
-
content: {
|
|
215
|
-
url:
|
|
216
|
-
"http://oss.image.51vtv.cn/homepage/20191224/bded4e88fd610b7107c9836f5d5db959.jpg",
|
|
217
|
-
title: "变形警车珀利消防安全篇",
|
|
218
|
-
},
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
focusable: true,
|
|
222
|
-
color: "#000022",
|
|
223
|
-
content: {
|
|
224
|
-
url:
|
|
225
|
-
"http://oss.image.51vtv.cn/homepage/20191224/259f41751aa9642c5d543114a71b070a.png",
|
|
226
|
-
title: "迪士尼电影",
|
|
227
|
-
},
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
focusable: true,
|
|
231
|
-
color: "#000022",
|
|
232
|
-
content: {
|
|
233
|
-
url:
|
|
234
|
-
"http://oss.image.51vtv.cn/homepage/20190618/e449792161d2e66f39f6608f70c6c89b.png",
|
|
235
|
-
title: "灯塔慧",
|
|
236
|
-
},
|
|
237
|
-
},
|
|
238
|
-
],
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
blocks: {
|
|
242
|
-
w: 800,
|
|
243
|
-
h: 200,
|
|
244
|
-
},
|
|
245
|
-
focusable: true,
|
|
246
|
-
hasSub: true,
|
|
247
|
-
id: 3,
|
|
248
|
-
title: "电视剧",
|
|
249
|
-
data: [
|
|
250
|
-
{
|
|
251
|
-
focusable: true,
|
|
252
|
-
color: "#000022",
|
|
253
|
-
content: {
|
|
254
|
-
url:
|
|
255
|
-
"http://oss.image.51vtv.cn/homepage/20191224/0fdcdc8b258fe7baac16b73f58f8989d.jpg",
|
|
256
|
-
title: "剑王朝",
|
|
257
|
-
},
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
focusable: true,
|
|
261
|
-
color: "#003300",
|
|
262
|
-
content: {
|
|
263
|
-
url:
|
|
264
|
-
"http://oss.image.51vtv.cn/homepage/20191216/d0b14128b1783e5188de6ca98e6b5d05.jpg",
|
|
265
|
-
title: "我和我的祖国",
|
|
266
|
-
},
|
|
267
|
-
},
|
|
268
|
-
|
|
269
|
-
{
|
|
270
|
-
focusable: true,
|
|
271
|
-
color: "#000055",
|
|
272
|
-
content: {
|
|
273
|
-
url:
|
|
274
|
-
"http://oss.image.51vtv.cn/homepage/20191224/6235ab61a3c89ef2997b4c0441d91eae.jpg",
|
|
275
|
-
title: "汪汪队立大功第4季",
|
|
276
|
-
},
|
|
277
|
-
},
|
|
278
|
-
|
|
279
|
-
{
|
|
280
|
-
focusable: true,
|
|
281
|
-
color: "#0000CD",
|
|
282
|
-
content: {
|
|
283
|
-
url:
|
|
284
|
-
"http://oss.image.51vtv.cn/homepage/20191224/bded4e88fd610b7107c9836f5d5db959.jpg",
|
|
285
|
-
title: "变形警车珀利消防安全篇",
|
|
286
|
-
},
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
focusable: true,
|
|
290
|
-
color: "#000022",
|
|
291
|
-
content: {
|
|
292
|
-
url:
|
|
293
|
-
"http://oss.image.51vtv.cn/homepage/20191224/259f41751aa9642c5d543114a71b070a.png",
|
|
294
|
-
title: "迪士尼电影",
|
|
295
|
-
},
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
focusable: true,
|
|
299
|
-
color: "#000022",
|
|
300
|
-
content: {
|
|
301
|
-
url:
|
|
302
|
-
"http://oss.image.51vtv.cn/homepage/20190618/e449792161d2e66f39f6608f70c6c89b.png",
|
|
303
|
-
title: "灯塔慧",
|
|
304
|
-
},
|
|
305
|
-
},
|
|
306
|
-
],
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
blocks: {
|
|
310
|
-
w: 800,
|
|
311
|
-
h: 200,
|
|
312
|
-
},
|
|
313
|
-
focusable: true,
|
|
314
|
-
hasSub: true,
|
|
315
|
-
id: 4,
|
|
316
|
-
title: "影视",
|
|
317
|
-
data: [
|
|
318
|
-
{
|
|
319
|
-
focusable: true,
|
|
320
|
-
color: "#000022",
|
|
321
|
-
content: {
|
|
322
|
-
url:
|
|
323
|
-
"http://oss.image.51vtv.cn/homepage/20191224/0fdcdc8b258fe7baac16b73f58f8989d.jpg",
|
|
324
|
-
title: "剑王朝",
|
|
325
|
-
},
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
focusable: true,
|
|
329
|
-
color: "#003300",
|
|
330
|
-
content: {
|
|
331
|
-
url:
|
|
332
|
-
"http://oss.image.51vtv.cn/homepage/20191216/d0b14128b1783e5188de6ca98e6b5d05.jpg",
|
|
333
|
-
title: "我和我的祖国",
|
|
334
|
-
},
|
|
335
|
-
},
|
|
336
|
-
|
|
337
|
-
{
|
|
338
|
-
focusable: true,
|
|
339
|
-
color: "#000055",
|
|
340
|
-
content: {
|
|
341
|
-
url:
|
|
342
|
-
"http://oss.image.51vtv.cn/homepage/20191224/6235ab61a3c89ef2997b4c0441d91eae.jpg",
|
|
343
|
-
title: "汪汪队立大功第4季",
|
|
344
|
-
},
|
|
345
|
-
},
|
|
346
|
-
|
|
347
|
-
{
|
|
348
|
-
focusable: true,
|
|
349
|
-
color: "#0000CD",
|
|
350
|
-
content: {
|
|
351
|
-
url:
|
|
352
|
-
"http://oss.image.51vtv.cn/homepage/20191224/bded4e88fd610b7107c9836f5d5db959.jpg",
|
|
353
|
-
title: "变形警车珀利消防安全篇",
|
|
354
|
-
},
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
focusable: true,
|
|
358
|
-
color: "#000022",
|
|
359
|
-
content: {
|
|
360
|
-
url:
|
|
361
|
-
"http://oss.image.51vtv.cn/homepage/20191224/259f41751aa9642c5d543114a71b070a.png",
|
|
362
|
-
title: "迪士尼电影",
|
|
363
|
-
},
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
focusable: true,
|
|
367
|
-
color: "#000022",
|
|
368
|
-
content: {
|
|
369
|
-
url:
|
|
370
|
-
"http://oss.image.51vtv.cn/homepage/20190618/e449792161d2e66f39f6608f70c6c89b.png",
|
|
371
|
-
title: "灯塔慧",
|
|
372
|
-
},
|
|
373
|
-
},
|
|
374
|
-
],
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
blocks: {
|
|
378
|
-
w: 800,
|
|
379
|
-
h: 200,
|
|
380
|
-
},
|
|
381
|
-
focusable: true,
|
|
382
|
-
hasSub: true,
|
|
383
|
-
id: 5,
|
|
384
|
-
title: "综艺",
|
|
385
|
-
data: [
|
|
386
|
-
{
|
|
387
|
-
focusable: true,
|
|
388
|
-
color: "#000022",
|
|
389
|
-
content: {
|
|
390
|
-
url:
|
|
391
|
-
"http://oss.image.51vtv.cn/homepage/20191224/0fdcdc8b258fe7baac16b73f58f8989d.jpg",
|
|
392
|
-
title: "剑王朝",
|
|
393
|
-
},
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
focusable: true,
|
|
397
|
-
color: "#003300",
|
|
398
|
-
content: {
|
|
399
|
-
url:
|
|
400
|
-
"http://oss.image.51vtv.cn/homepage/20191216/d0b14128b1783e5188de6ca98e6b5d05.jpg",
|
|
401
|
-
title: "我和我的祖国",
|
|
402
|
-
},
|
|
403
|
-
},
|
|
404
|
-
|
|
405
|
-
{
|
|
406
|
-
focusable: true,
|
|
407
|
-
color: "#000055",
|
|
408
|
-
content: {
|
|
409
|
-
url:
|
|
410
|
-
"http://oss.image.51vtv.cn/homepage/20191224/6235ab61a3c89ef2997b4c0441d91eae.jpg",
|
|
411
|
-
title: "汪汪队立大功第4季",
|
|
412
|
-
},
|
|
413
|
-
},
|
|
414
|
-
|
|
415
|
-
{
|
|
416
|
-
focusable: true,
|
|
417
|
-
color: "#0000CD",
|
|
418
|
-
content: {
|
|
419
|
-
url:
|
|
420
|
-
"http://oss.image.51vtv.cn/homepage/20191224/bded4e88fd610b7107c9836f5d5db959.jpg",
|
|
421
|
-
title: "变形警车珀利消防安全篇",
|
|
422
|
-
},
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
focusable: true,
|
|
426
|
-
color: "#000022",
|
|
427
|
-
content: {
|
|
428
|
-
url:
|
|
429
|
-
"http://oss.image.51vtv.cn/homepage/20191224/259f41751aa9642c5d543114a71b070a.png",
|
|
430
|
-
title: "迪士尼电影",
|
|
431
|
-
},
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
focusable: true,
|
|
435
|
-
color: "#000022",
|
|
436
|
-
content: {
|
|
437
|
-
url:
|
|
438
|
-
"http://oss.image.51vtv.cn/homepage/20190618/e449792161d2e66f39f6608f70c6c89b.png",
|
|
439
|
-
title: "灯塔慧",
|
|
440
|
-
},
|
|
441
|
-
},
|
|
442
|
-
],
|
|
443
|
-
},
|
|
444
|
-
];
|
|
445
|
-
|
|
446
|
-
export { menuData, contentData };
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<script lang="ts">
|
|
2
|
-
import { Vue } from "vue-class-component";
|
|
3
|
-
|
|
4
|
-
export default class BasePage extends Vue {
|
|
5
|
-
constructor(props: any) {
|
|
6
|
-
super(props);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
mounted() {
|
|
10
|
-
// this.$emit('requestFocus', this.branchName);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
onBack() {
|
|
14
|
-
this.$router?.go(-1); // 有router时,回退
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
protected branchName?: string;
|
|
18
|
-
}
|
|
19
|
-
</script>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|