|
@@ -87,24 +87,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="mb-4 align-items-center">
|
|
|
- <label for="companyValue">
|
|
|
- 公司名稱 (非必填)
|
|
|
- </label>
|
|
|
- <div class="mt-2">
|
|
|
- <input type="text" class="form-control" id="companyValue" placeholder="請留下公司名稱">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="mb-4 align-items-center">
|
|
|
- <label for="companyValue">
|
|
|
- LINE ID (非必填)
|
|
|
- </label>
|
|
|
- <div class="mt-2">
|
|
|
- <input type="text" class="form-control" id="lineidValue" placeholder="請留下 LINE ID">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
<div class="mb-4 align-items-center">
|
|
|
<label for="emailValue">
|
|
|
電子信箱 <span class="text-danger">*</span>
|
|
@@ -119,7 +101,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="mb-4 align-items-center">
|
|
|
+ <!-- <div class="mb-4 align-items-center">
|
|
|
<label for="dateValue">
|
|
|
預計執行日期 <span class="text-danger">*</span>
|
|
|
</label>
|
|
@@ -127,8 +109,7 @@
|
|
|
<input type="date" id="dateValue" name="dateValue" class="px-2"
|
|
|
style="border:1px solid #ced4da; border-radius: 3px;" required />
|
|
|
</div>
|
|
|
- </div>
|
|
|
-
|
|
|
+ </div> -->
|
|
|
|
|
|
<div class="mb-4 align-items-center">
|
|
|
<label for="captionValue">
|
|
@@ -140,6 +121,23 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+ <div class="mb-4 align-items-center">
|
|
|
+ <label for="companyValue">
|
|
|
+ 公司名稱 (非必填)
|
|
|
+ </label>
|
|
|
+ <div class="mt-2">
|
|
|
+ <input type="text" class="form-control" id="companyValue" placeholder="請留下公司名稱">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="mb-4 align-items-center">
|
|
|
+ <label for="companyValue">
|
|
|
+ LINE ID (非必填)
|
|
|
+ </label>
|
|
|
+ <div class="mt-2">
|
|
|
+ <input type="text" class="form-control" id="lineidValue" placeholder="請留下 LINE ID">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
|
|
|
<div class="mt-2">
|
|
|
<div class="form-check">
|
|
@@ -252,7 +250,8 @@
|
|
|
<div id="collapse_4" class="accordion-collapse collapse" aria-labelledby="heading_3"
|
|
|
data-bs-parent="#accordionExample">
|
|
|
<div class="accordion-body">
|
|
|
- 人工智慧 (AI) 聊天機器人是可以使用自然語言理解 (NLU)或自然語言處理 (NLP) 和機器學習 (ML) 進行類似人類對話的應用程式或介面。人工智慧聊天機器人與標準聊天機器人的不同之處在於,它們利用大型語言模型 (LLM) 與傳統對話流和預先編程回應來產生對文字和語音輸入的回應。
|
|
|
+ 人工智慧 (AI) 聊天機器人是可以使用自然語言理解 (NLU)或自然語言處理 (NLP) 和機器學習 (ML)
|
|
|
+ 進行類似人類對話的應用程式或介面。人工智慧聊天機器人與標準聊天機器人的不同之處在於,它們利用大型語言模型 (LLM) 與傳統對話流和預先編程回應來產生對文字和語音輸入的回應。
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|