Update public/index.html
Browse files- public/index.html +25 -45
public/index.html
CHANGED
|
@@ -3,67 +3,47 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>MiniMax M2.5
|
| 7 |
<link rel="stylesheet" href="style.css">
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="container">
|
| 11 |
-
<div class="
|
| 12 |
-
<
|
| 13 |
-
|
| 14 |
-
<p>شات بوت مع تفكير متقدم</p>
|
| 15 |
-
</div>
|
| 16 |
-
|
| 17 |
-
<div class="mode-selector">
|
| 18 |
-
<h3>⚙️ وضع التشغيل</h3>
|
| 19 |
-
<button id="flashModeBtn" class="mode-btn flash">
|
| 20 |
-
⚡ وضع الفلاش
|
| 21 |
-
<small>ردود سريعة ومباشرة</small>
|
| 22 |
-
</button>
|
| 23 |
-
<button id="proModeBtn" class="mode-btn pro">
|
| 24 |
-
🚀 وضع البرو
|
| 25 |
-
<small>تحليل عميق وتفكير</small>
|
| 26 |
-
</button>
|
| 27 |
-
</div>
|
| 28 |
-
|
| 29 |
-
<div class="info">
|
| 30 |
-
<div class="mode-info">
|
| 31 |
-
<span>الحالي:</span>
|
| 32 |
-
<strong id="currentModeDisplay">فلاش</strong>
|
| 33 |
-
</div>
|
| 34 |
-
<div class="token-info">
|
| 35 |
-
<span>🔄 يدعم:</span>
|
| 36 |
-
<small>تحليل التفكير genisi thought</small>
|
| 37 |
-
</div>
|
| 38 |
-
</div>
|
| 39 |
</div>
|
| 40 |
|
| 41 |
-
<div class="
|
| 42 |
-
<
|
| 43 |
-
|
| 44 |
-
<
|
| 45 |
-
</
|
| 46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
<div class="chat-messages" id="chatMessages">
|
| 48 |
<div class="message bot">
|
| 49 |
-
<div class="
|
| 50 |
-
<div class="
|
| 51 |
-
|
| 52 |
-
مرحباً! أنا MiniMax M2.5. كيف يمكنني مساعدتك؟
|
| 53 |
-
</div>
|
| 54 |
</div>
|
| 55 |
</div>
|
| 56 |
</div>
|
| 57 |
|
| 58 |
<div class="input-area">
|
| 59 |
-
<textarea id="userInput" placeholder="اكتب رسالتك هنا..." rows="
|
| 60 |
-
<button id="sendBtn"
|
| 61 |
-
<span>إرسال
|
| 62 |
-
<span class="shortcut">⏎</span>
|
| 63 |
</button>
|
| 64 |
</div>
|
| 65 |
|
| 66 |
-
<div class="status" id="status">
|
|
|
|
|
|
|
| 67 |
</div>
|
| 68 |
</div>
|
| 69 |
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>MiniMax M2.5 - شات بوت ذكي</title>
|
| 7 |
<link rel="stylesheet" href="style.css">
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="container">
|
| 11 |
+
<div class="header">
|
| 12 |
+
<h1>🤖 MiniMax M2.5</h1>
|
| 13 |
+
<p>شات بوت مع تفكير متقدم | يعمل على Hugging Face Spaces</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
</div>
|
| 15 |
|
| 16 |
+
<div class="mode-buttons">
|
| 17 |
+
<button id="flashBtn" class="mode-btn flash active">
|
| 18 |
+
⚡ وضع الفلاش
|
| 19 |
+
<small>ردود سريعة ومباشرة</small>
|
| 20 |
+
</button>
|
| 21 |
+
<button id="proBtn" class="mode-btn pro">
|
| 22 |
+
🚀 وضع البرو
|
| 23 |
+
<small>تحليل عميق وتفكير متقدم</small>
|
| 24 |
+
</button>
|
| 25 |
+
</div>
|
| 26 |
+
|
| 27 |
+
<div class="chat-container">
|
| 28 |
<div class="chat-messages" id="chatMessages">
|
| 29 |
<div class="message bot">
|
| 30 |
+
<div class="avatar">🤖</div>
|
| 31 |
+
<div class="content">
|
| 32 |
+
مرحباً! أنا MiniMax M2.5. كيف يمكنني مساعدتك اليوم؟
|
|
|
|
|
|
|
| 33 |
</div>
|
| 34 |
</div>
|
| 35 |
</div>
|
| 36 |
|
| 37 |
<div class="input-area">
|
| 38 |
+
<textarea id="userInput" placeholder="اكتب رسالتك هنا..." rows="2"></textarea>
|
| 39 |
+
<button id="sendBtn">
|
| 40 |
+
<span>📤</span> إرسال
|
|
|
|
| 41 |
</button>
|
| 42 |
</div>
|
| 43 |
|
| 44 |
+
<div class="status-bar" id="status">
|
| 45 |
+
✅ جاهز | الوضع: فلاش
|
| 46 |
+
</div>
|
| 47 |
</div>
|
| 48 |
</div>
|
| 49 |
|