create-fesd-app 1.0.31 → 1.0.32
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/package.json
CHANGED
|
@@ -54,12 +54,7 @@ export const inits = () => {
|
|
|
54
54
|
lazyLoadImg();
|
|
55
55
|
new ImageValidate();
|
|
56
56
|
new Video4('[video-target]');
|
|
57
|
-
new Video4('[video-target]'
|
|
58
|
-
isGlobal: true,
|
|
59
|
-
videoMode: "inBox",
|
|
60
|
-
videoTargetRoute: "https://cdn.wdd.idv.tw/fesd/video4_inbox_lightbox.html",
|
|
61
|
-
videoTarget: 'video-inBox',
|
|
62
|
-
})
|
|
57
|
+
new Video4('[video-target]');
|
|
63
58
|
// uiInit
|
|
64
59
|
navbar.init();
|
|
65
60
|
// 預設為 false -> 基礎版, true -> 進階版, 各專案 key 名要記得更改
|
|
@@ -31,9 +31,8 @@ html(lang="zh-Hant-TW" data-overlayscrollbars-initialize)
|
|
|
31
31
|
// 若 video4 有開 Ig reels, 引入以下網址
|
|
32
32
|
script(src="https://www.instagram.com/embed.js")
|
|
33
33
|
|
|
34
|
-
|
|
35
34
|
body(class=`${css}-page` data-overlayscrollbars-initialize)
|
|
36
|
-
|
|
35
|
+
block headingTag
|
|
37
36
|
.main-wrapper
|
|
38
37
|
// 導覽列
|
|
39
38
|
block navbar
|