create-fesd-app 1.0.0-bate.93 → 1.0.0-bate.95

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.
@@ -0,0 +1,5 @@
1
+ modern-modal(data-modal-id="video-ig-template" video-template data-modal-template-setting="destroy")
2
+ .close-button(data-modal-destroy="data-modal-destroy")
3
+ //- 純展示使用, 後端那邊會有自己的 ajax 燈箱結構
4
+ <blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/C1O1Sh-vAIW/?img_index=1"></blockquote><script async src="//https://www.instagram.com/embed.js"></script>
5
+ <script async src="//www.instagram.com/embed.js"></script>
@@ -327,7 +327,7 @@ block content
327
327
  // 複選下拉選單 .form-group 不要用label標籤
328
328
  .form-group
329
329
  p.subject 如何得知此網站
330
- dropdown-el.filter(d4-placeholder="請告訴我們,您如何得知此網站" d4-value="Facebook,Instagram,customID" form-field="pop" field-type="isSelect" multiple data-verify="select")
330
+ dropdown-el.filter(d4-placeholder="請告訴我們,您如何得知此網站" filter-placeholder="filter" d4-value="Facebook,Instagram,customID" form-field="pop" field-type="isSelect" multiple data-verify="select")
331
331
  li Facebook
332
332
  li Instagram
333
333
  li 親友介紹
@@ -1,27 +0,0 @@
1
- const pageCounterInit = (time, href) => {
2
- let countdownInterval;
3
- let second = time;
4
-
5
- countdownInterval = setInterval(() => {
6
- second--;
7
- randerCountdownContent(second)
8
- if (second === 0) {
9
- clearInterval(countdownInterval);
10
- window.location.href = href;
11
- }
12
- }, 1000);
13
- }
14
-
15
- const randerCountdownContent = (content) => {
16
- const countdown = document.querySelector('.back-home .countdown');
17
- countdown.textContent = content;
18
- }
19
-
20
- $(async () => {
21
- const backHomeElement = document.querySelector('.back-home')
22
- const href = backHomeElement ? backHomeElement.getAttribute('href') : null
23
-
24
- if (!backHomeElement || !href) return;
25
- pageCounterInit(5, href)
26
-
27
- })
@@ -1,27 +0,0 @@
1
- const pageCounterInit = (time, href) => {
2
- let countdownInterval;
3
- let second = time;
4
-
5
- countdownInterval = setInterval(() => {
6
- second--;
7
- randerCountdownContent(second)
8
- if (second === 0) {
9
- clearInterval(countdownInterval);
10
- window.location.href = href;
11
- }
12
- }, 1000);
13
- }
14
-
15
- const randerCountdownContent = (content) => {
16
- const countdown = document.querySelector('.back-home .countdown');
17
- countdown.textContent = content;
18
- }
19
-
20
- $(async () => {
21
- const backHomeElement = document.querySelector('.back-home')
22
- const href = backHomeElement ? backHomeElement.getAttribute('href') : null
23
-
24
- if (!backHomeElement || !href) return;
25
- pageCounterInit(5, href)
26
-
27
- })