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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fesd-app",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -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
- h1.visuallyhidden WDD F2E Framework!
35
+ block headingTag
37
36
  .main-wrapper
38
37
  // 導覽列
39
38
  block navbar
@@ -4,6 +4,10 @@ block page
4
4
  - const page = 'index';
5
5
  - const css = 'index';
6
6
 
7
+ block headingTag
8
+ //- 僅首頁為隱藏 h1 標籤
9
+ h1.visuallyhidden WDD F2E Framework!
10
+
7
11
  block content
8
12
  .banner
9
13
  // Swiper