Spaces:
Running
Running
Remove 'Sản phẩm thêm qua URL' category placeholder + reorder quick-consult button to top
Browse files- index.html +8 -8
index.html
CHANGED
|
@@ -31,6 +31,13 @@
|
|
| 31 |
</div>
|
| 32 |
|
| 33 |
<div class="welcome-actions">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
<button id="welcome-chat-btn" class="welcome-btn welcome-btn-text" aria-label="Chat tin nhắn">
|
| 35 |
<span class="welcome-btn-icon">💬</span>
|
| 36 |
<span class="welcome-btn-text-content">
|
|
@@ -45,13 +52,6 @@
|
|
| 45 |
<span class="welcome-btn-desc">Cần mic & loa, nói chuyện trực tiếp</span>
|
| 46 |
</span>
|
| 47 |
</button>
|
| 48 |
-
<button id="welcome-quick-btn" class="welcome-btn welcome-btn-quick" aria-label="Tư vấn nhanh">
|
| 49 |
-
<span class="welcome-btn-icon">⚡</span>
|
| 50 |
-
<span class="welcome-btn-text-content">
|
| 51 |
-
<span class="welcome-btn-main-text">Tư vấn nhanh</span>
|
| 52 |
-
<span class="welcome-btn-desc">Không cần chờ avatar, chat với AI và xem sản phẩm ngay</span>
|
| 53 |
-
</span>
|
| 54 |
-
</button>
|
| 55 |
</div>
|
| 56 |
<div class="welcome-features">
|
| 57 |
<div class="welcome-feature"><span class="wf-icon">🗣️</span><span class="wf-text">Nhận diện giọng nói tiếng Việt — tự động gõ vào ô chat (nhấn nút mic 🎤 để bật)</span></div>
|
|
@@ -503,7 +503,7 @@
|
|
| 503 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
|
| 504 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js"></script>
|
| 505 |
<script src="./src/cart-quote.js?gc=12"></script> <!-- Cart + Quote module (Giỏ hàng / Báo giá) -->
|
| 506 |
-
<script src="./src/vaix-rag.js?gc=
|
| 507 |
<script src="./src/greeting-news.js?gc=12"></script> <!-- Greeting HOT news cards + source links -->
|
| 508 |
<script src="./src/order-sync.js?gc=12"></script> <!-- Order sync with V.AISTUDIO backend -->
|
| 509 |
<script type="module" src="./src/app.js?gc=13"></script>
|
|
|
|
| 31 |
</div>
|
| 32 |
|
| 33 |
<div class="welcome-actions">
|
| 34 |
+
<button id="welcome-quick-btn" class="welcome-btn welcome-btn-quick" aria-label="Tư vấn nhanh">
|
| 35 |
+
<span class="welcome-btn-icon">⚡</span>
|
| 36 |
+
<span class="welcome-btn-text-content">
|
| 37 |
+
<span class="welcome-btn-main-text">Tư vấn nhanh</span>
|
| 38 |
+
<span class="welcome-btn-desc">Không cần chờ avatar, chat với AI và xem sản phẩm ngay</span>
|
| 39 |
+
</span>
|
| 40 |
+
</button>
|
| 41 |
<button id="welcome-chat-btn" class="welcome-btn welcome-btn-text" aria-label="Chat tin nhắn">
|
| 42 |
<span class="welcome-btn-icon">💬</span>
|
| 43 |
<span class="welcome-btn-text-content">
|
|
|
|
| 52 |
<span class="welcome-btn-desc">Cần mic & loa, nói chuyện trực tiếp</span>
|
| 53 |
</span>
|
| 54 |
</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
</div>
|
| 56 |
<div class="welcome-features">
|
| 57 |
<div class="welcome-feature"><span class="wf-icon">🗣️</span><span class="wf-text">Nhận diện giọng nói tiếng Việt — tự động gõ vào ô chat (nhấn nút mic 🎤 để bật)</span></div>
|
|
|
|
| 503 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
|
| 504 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js"></script>
|
| 505 |
<script src="./src/cart-quote.js?gc=12"></script> <!-- Cart + Quote module (Giỏ hàng / Báo giá) -->
|
| 506 |
+
<script src="./src/vaix-rag.js?gc=14"></script> <!-- V.AI STUDIO RAG Module - loads products + integrates search/showProduct -->
|
| 507 |
<script src="./src/greeting-news.js?gc=12"></script> <!-- Greeting HOT news cards + source links -->
|
| 508 |
<script src="./src/order-sync.js?gc=12"></script> <!-- Order sync with V.AISTUDIO backend -->
|
| 509 |
<script type="module" src="./src/app.js?gc=13"></script>
|