create-fesd-app 1.0.12 → 1.0.13
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.
|
3
|
+
"version": "1.0.13",
|
4
4
|
"type": "module",
|
5
5
|
"scripts": {
|
6
6
|
"dev": "vite",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"dependencies": {
|
25
25
|
"@tailwindcss/postcss": "^4.1.10",
|
26
26
|
"@tailwindcss/vite": "^4.1.10",
|
27
|
-
"@xwadex/fesd": "0.0.
|
27
|
+
"@xwadex/fesd": "0.0.36",
|
28
28
|
"ansi-colors": "^4.1.3",
|
29
29
|
"chalk": "^5.3.0",
|
30
30
|
"clsx": "^2.1.1",
|
@@ -26,6 +26,9 @@ html(lang="zh-Hant-TW" data-overlayscrollbars-initialize)
|
|
26
26
|
link(rel="stylesheet", href=`/src/assets/css/pages/${css}.sass`)
|
27
27
|
// 共用 JS
|
28
28
|
script(defer type="module" src=`/src/assets/js/apps/${page}/page.js`)
|
29
|
+
// 若 video4 有開 Ig reels, 引入以下網址
|
30
|
+
script(src="https://www.instagram.com/embed.js")
|
31
|
+
|
29
32
|
|
30
33
|
body(class=`${css}-page` data-overlayscrollbars-initialize)
|
31
34
|
h1.visuallyhidden WDD F2E Framework!
|
package/src/pages/about.pug
CHANGED
@@ -2919,6 +2919,18 @@ block content
|
|
2919
2919
|
img: 'https://picsum.photos/id/961/900/500',
|
2920
2920
|
description: 'Description'
|
2921
2921
|
},
|
2922
|
+
{
|
2923
|
+
videoAttributes: {
|
2924
|
+
"video-type":"instagram",
|
2925
|
+
"video-id":"",
|
2926
|
+
"highquality":'on',
|
2927
|
+
"video-starttime":'600',
|
2928
|
+
"video-target-route":"./ajax/ajax_igDemo.html",
|
2929
|
+
"video-target":"video-ig-template",
|
2930
|
+
},
|
2931
|
+
img: 'https://picsum.photos/id/961/900/500',
|
2932
|
+
description: 'Description'
|
2933
|
+
},
|
2922
2934
|
{
|
2923
2935
|
videoAttributes: {
|
2924
2936
|
"video-id": '7449986489389272327' ,
|
@@ -3356,9 +3368,6 @@ block content
|
|
3356
3368
|
td(data-column="F" style='width:300px; min-width:300px;')
|
3357
3369
|
span fff
|
3358
3370
|
|
3359
|
-
|
3360
3371
|
section.section2(data-noContent)
|
3361
3372
|
.container
|
3362
3373
|
.noData NO DATA
|
3363
|
-
|
3364
|
-
|
@@ -2,4 +2,4 @@ modern-modal(data-modal-id="video-ig-template" video-template data-modal-templat
|
|
2
2
|
.close-button(data-modal-destroy="data-modal-destroy")
|
3
3
|
//- 純展示使用, 後端那邊會有自己的 ajax 燈箱結構
|
4
4
|
//- 以下可自行修改, 放 ig 嵌入碼
|
5
|
-
<blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/
|
5
|
+
<blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/reel/C8qIiGkqT0G/?utm_source=ig_embed&utm_campaign=loading"></blockquote>
|
package/src/pages/index.pug
CHANGED
@@ -60,6 +60,10 @@ block content
|
|
60
60
|
each li, key in data
|
61
61
|
li.item(data-option= li)
|
62
62
|
.category= li
|
63
|
+
multipurpose-nav(m4-type="collapse" m4-status="BIOS", m4-option= options)
|
64
|
+
each li, key in data
|
65
|
+
li.item(data-option= li)
|
66
|
+
.category= li
|
63
67
|
section.section2
|
64
68
|
.container
|
65
69
|
h3 Image Preview 👇
|