Ezmary commited on
Commit
cc21a82
·
verified ·
1 Parent(s): 4b4c39a

Update src/App.tsx

Browse files
Files changed (1) hide show
  1. src/App.tsx +120 -28
src/App.tsx CHANGED
@@ -1,19 +1,122 @@
1
- // ... (import ها و myCustomInstruction و initialAppConfig مثل قبل) ...
 
 
 
 
 
 
 
 
 
 
 
2
 
3
- // آیکون انسان (بدون تغییر)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  const SvgHumanIcon = () => (
5
- <svg width="70" height="70" viewBox="0 0 88 89" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M75.1481 81.6361H12.9259C9.66667 81.6361 7 78.9721 7 75.7161V58.5112C7 57.5862 7 57.1052 7.44444 56.2172C8.85185 52.9612 13 50.2232 19.4815 47.8922C24.1111 56.6982 33.3704 62.6921 44 62.6921C54.6296 62.6921 63.9259 56.6982 68.5185 47.8922C75 50.1862 79.1852 52.9982 80.5556 56.2172C81 56.6612 81 57.6232 81 58.5112V75.7161C81 78.9721 78.3333 81.6361 75.0741 81.6361H75.1481Z" stroke="currentColor" strokeWidth="6.42146" strokeLinecap="round" strokeLinejoin="round"/><path d="M44.0371 50.1862C33.8519 50.1862 25.5186 41.8612 25.5186 31.6863V26.1363C25.5186 15.9613 33.8519 7.63635 44.0371 7.63635C54.2223 7.63635 62.5556 15.9613 62.5556 26.1363V31.6863C62.5556 41.8612 54.2223 50.1862 44.0371 50.1862Z" stroke="currentColor" strokeWidth="6.42146" strokeLinecap="round" strokeLinejoin="round"/></svg>
6
  );
7
 
8
- // SVG آیکون میکروفون از HTML مرجع شما (با سه خط افقی)
9
  const SvgReferenceMicrophoneIcon = () => (
10
- <svg width="38" height="38" viewBox="0 0 69 68" fill="none" xmlns="http://www.w3.org/2000/svg" transform="scale(0.55)"> {/* حفظ scale اصلی */}
11
  <path opacity="0.4" d="M49.9479 27.1824C49.0803 27.1824 48.3907 27.872 48.3907 28.7396V32.2544C48.3907 40.1293 41.984 46.5361 34.109 46.5361C26.234 46.5361 19.8273 40.1293 19.8273 32.2544V28.7173C19.8273 27.8497 19.1377 27.1601 18.2701 27.1601C17.4025 27.1601 16.7129 27.8497 16.7129 28.7173V32.2321C16.7129 41.2861 23.6758 48.7384 32.5518 49.5393V54.2776C32.5518 55.1452 33.2414 55.8348 34.109 55.8348C34.9766 55.8348 35.6662 55.1452 35.6662 54.2776V49.5393C44.52 48.7607 51.5051 41.2861 51.5051 32.2321V28.7173C51.4829 27.872 50.7933 27.1824 49.9479 27.1824Z" fill="#BE123C"/>
12
  <path d="M34.1099 11.3434C28.682 11.3434 24.2773 15.7481 24.2773 21.176V32.5658C24.2773 37.9938 28.682 42.3984 34.1099 42.3984C39.5379 42.3984 43.9425 37.9938 43.9425 32.5658V21.176C43.9425 15.7481 39.5379 11.3434 34.1099 11.3434ZM37.0241 26.8042C36.8684 27.3826 36.3567 27.7608 35.7784 27.7608C35.6671 27.7608 35.5559 27.7385 35.4447 27.7163C34.5771 27.4716 33.665 27.4716 32.7974 27.7163C32.0856 27.9165 31.396 27.4938 31.218 26.8042C31.0178 26.1146 31.4404 25.4027 32.1301 25.2247C33.4426 24.8688 34.8218 24.8688 36.1343 25.2247C36.8017 25.4027 37.2021 26.1146 37.0241 26.8042ZM38.2031 22.4885C38.0029 23.0224 37.5135 23.3339 36.9796 23.3339C36.8239 23.3339 36.6904 23.3116 36.5347 23.2671C34.9775 22.6887 33.2423 22.6887 31.6852 23.2671C31.0178 23.5118 30.2614 23.1559 30.0167 22.4885C29.772 21.8212 30.128 21.0648 30.7953 20.8423C32.9309 20.0637 35.289 20.0637 37.4245 20.8423C38.0919 21.087 38.4478 21.8212 38.2031 22.4885Z" fill="#BE123C"/>
13
  </svg>
14
  );
15
 
16
-
17
  const AppInternalLogic: React.FC<{
18
  isMicActive: boolean;
19
  isCamActive: boolean;
@@ -48,7 +151,6 @@ const AppInternalLogic: React.FC<{
48
  return (
49
  <div className="w-full flex flex-col items-center justify-center min-h-screen text-foreground antialiased">
50
  <div className="main-wrapper max-w-3xl w-full flex flex-col items-center justify-center h-full relative">
51
- {/* ... (Header and Notification Popover without change) ... */}
52
  <div className="header-controls">
53
  <div id="notification-trigger-container">
54
  <button
@@ -101,10 +203,9 @@ const AppInternalLogic: React.FC<{
101
  { "hidden": !isCamActive }
102
  )}
103
  />
104
- {/* Large Logo - Only when Mic is active AND Cam is NOT active */}
105
  {isMicActive && !isCamActive && (
106
  <div
107
- id="large-logo-container" // This ID is from your HTML for the large centered logo
108
  className="absolute top-0 left-0 w-full h-full flex items-center justify-center"
109
  >
110
  {createLogoFunction(false, true, 'human', false)}
@@ -121,28 +222,27 @@ const AppInternalLogic: React.FC<{
121
  isAppCamActive={isCamActive}
122
  onAppCamToggle={setIsCamActive}
123
  createLogoFunction={createLogoFunction}
124
- ReferenceMicrophoneIcon={SvgReferenceMicrophoneIcon} // Pass the correct mic icon
125
  />
126
  </div>
127
  </div>
128
  );
129
  }
130
 
131
- // ... (logoColorConfig و تابع App اصلی بدون تغییر) ...
132
  const logoColorConfig = {
133
- blue: { // For human
134
  ping: "bg-blue-200 dark:bg-blue-700",
135
  outer: "bg-blue-200 dark:bg-blue-700",
136
  mid: "bg-blue-300 dark:bg-blue-600",
137
  inner: "bg-blue-400 dark:bg-blue-500",
138
  },
139
- green: { // For AI (if you add it)
140
  ping: "bg-green-200 dark:bg-green-700",
141
  outer: "bg-green-200 dark:bg-green-700",
142
  mid: "bg-green-300 dark:bg-green-600",
143
  inner: "bg-green-400 dark:bg-green-500",
144
  },
145
- gray: { // Default/Fallback
146
  ping: "bg-gray-200 dark:bg-gray-700",
147
  outer: "bg-gray-200 dark:bg-gray-700",
148
  mid: "bg-gray-300 dark:bg-gray-600",
@@ -201,26 +301,18 @@ function App() {
201
  const currentColors = logoColorConfig[colorKey as keyof typeof logoColorConfig] || logoColorConfig.gray;
202
 
203
  const size = isMini ? 80 : 200;
204
- // const iconSize = isMini ? 35 : 70; // This was for SvgHumanIcon's container, actual SVG might have own size
205
-
206
- let iconInset;
207
- if (isMini) {
208
- iconInset = 22;
209
- } else {
210
- iconInset = 65;
211
- }
212
-
213
  const insetBase = {
214
  ping: isMini ? 10 : 40,
215
  outer: 0,
216
  mid: isMini ? 5 : 20,
217
  inner: isMini ? 12 : 50,
218
- icon: iconInset
 
219
  };
220
 
221
- // Ensure the SVG icon scales correctly within its designated space
222
- // We can wrap SvgHumanIcon in a div that controls its size if SvgHumanIcon itself doesn't take width/height props well
223
- const IconComponent = type === 'human' ? SvgHumanIcon : null; // Add SvgAiIcon here if you have one
224
 
225
  return (
226
  <div className={cn("logo-animation-wrapper", {"for-footer": forFooter})} style={{ width: `${size}px`, height: `${size}px` }}>
@@ -228,7 +320,7 @@ function App() {
228
  <div className={`absolute rounded-full opacity-50 ${currentColors.outer}`} style={{ inset: `${insetBase.outer}px` }}></div>
229
  <div className={`absolute rounded-full opacity-50 ${currentColors.mid}`} style={{ inset: `${insetBase.mid}px` }}></div>
230
  <div className={`absolute rounded-full opacity-50 ${currentColors.inner}`} style={{ inset: `${insetBase.inner}px` }}></div>
231
- <div className="z-10 absolute flex items-center justify-center" style={{ inset: `${insetBase.icon}px`, width: `${isMini ? 35 : 70}px`, height: `${isMini ? 35 : 70}px` }}>
232
  {IconComponent && <IconComponent />}
233
  </div>
234
  </div>
 
1
+ /**
2
+ Copyright 2024 Google LLC
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+ http://www.apache.org/licenses/LICENSE-2.0
7
+ Unless required by applicable law or agreed to in writing, software
8
+ distributed under the License is distributed on an "AS IS" BASIS,
9
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10
+ See the License for the specific language governing permissions and
11
+ limitations under the License.
12
+ */
13
 
14
+ import React, { useEffect, useRef, useState } from "react";
15
+ import './App.scss';
16
+ import { LiveAPIProvider, useLiveAPIContext } from "./contexts/LiveAPIContext"; // اطمینان از ایمپورت صحیح
17
+ import ControlTray from "./components/control-tray/ControlTray"; // اطمینان از ایمپورت صحیح
18
+ import { IOSModal } from "./components/ios-modal/IOSModal"; // اطمینان از ایمپورت صحیح
19
+ import { isIOS } from "./lib/platform";
20
+ import cn from "classnames";
21
+ import { LiveConfig } from "./multimodal-live-types";
22
+
23
+ const myCustomInstruction = `
24
+ ت1. هویت دستیار:
25
+
26
+ فقط خود را به عنوان "دستیار صوتی و تصویری اپلیکیشن زبانفلای" معرفی کن.
27
+
28
+ هرگز خود را محصول یا زیرمجموعه گوگل، اپل یا هیچ شرکت دیگری معرفی نکن.
29
+
30
+ در پاسخ به سؤال کاربر درباره هویت، دقیقاً بگو:
31
+ "من دستیار صوتی و تصویری اپلیکیشن زبانفلای هستم. چگونه می‌توانم به شما کمک کنم؟"
32
+
33
+ مدیریت زبان گفتگو:
34
+
35
+ به طور پیش‌فرض، مکالمه را به زبان انگلیسی آغاز کن.
36
+
37
+ اگر کاربر با زبانی غیر از انگلیسی صحبت کرد، گفتگو را به همان زبان ادامه بده.
38
+
39
+ زبان پاسخ را همیشه مطابق زبان کاربر تنظیم کن. تغییر زبان به صورت خودکار انجام شود.
40
+
41
+ بیان اعداد:
42
+
43
+ هنگام مکالمه به انگلیسی، اعداد را به صورت کامل به انگلیسی بیان کن (مثلاً: twenty-five).
44
+
45
+ هنگام مکالمه به زبانی دیگر، اعداد را به همان زبان بیان کن (مثلاً: بیست و پنج).
46
+
47
+ تنظیم صدا و لحن:
48
+
49
+ با صدای مایل به بلند و شفاف صحبت کن.
50
+
51
+ در صورت درخواست کاربر، صدای خود را بلندتر، آرام‌تر یا به تقلید از صدای خواسته‌شده تغییر بده.
52
+
53
+ بدون استثنا، هرگونه تغییر صدای درخواستی کاربر را اجرا کن.
54
+
55
+ تعهد به پاسخگویی:
56
+
57
+ تحت هیچ شرایطی به کاربر نگو که "نمی‌توانم پاسخ دهم" یا "نمی‌توانم کمک کنم".
58
+
59
+ همیشه در تمام زمینه‌ها تلاش کن بهترین پاسخ ممکن را به کاربر ارائه بدهی.
60
+
61
+ رفتار در شروع گفتگو:
62
+
63
+ اگر پیام ورودی "START_GREETING" دریافت شد، تنها با یکی از جملات کوتاه زیر پاسخ بده:
64
+
65
+ "Hello, how can I help you?"
66
+
67
+ یا "Hey, what's up?"
68
+
69
+ اطلاع‌رسانی درباره اپلیکیشن زبانفلای:
70
+
71
+ در صورت نیاز کاربر، توضیح بده که اپلیکیشن زبانفلای در گوگل پلی و کافه بازار قابل دانلود است.
72
+
73
+ راهنمایی کن که کاربران می‌توانند با جستجو در این فروشگاه‌ها، اپلیکیشن را نصب کنند.
74
+
75
+ پشتیبانی از یادگیری زبان:
76
+
77
+ هنگام پاسخگویی، در صورت مرتبط بودن، مثال‌های جمله‌سازی، کاربرد واژگان و اصطلاحات ارائه بده.
78
+
79
+ در صورت درخواست کاربر، معانی واژگان، هم‌معنی‌ها، متضادها، و نمونه جمله‌ها را هم ارائه بده.
80
+
81
+ تمرین شنیداری و گفتاری:
82
+
83
+ اگر کاربر بخواهد، جمله‌ای را بخوان و از او بخواه آن را تکرار کند (تمرین shadowing).
84
+
85
+ فرصت کامل برای تکرار بده و کاربر را با بازخورد مثبت تشویق کن.
86
+
87
+ شخصی‌سازی تجربه یادگیری:
88
+
89
+ در صورت درخواست کاربر، سرعت مکالمه را کند یا تند کن.
90
+
91
+ سطح سختی واژگان و جملات را بر اساس سطح کاربر (مبتدی، متوسط، پیشرفته) تنظیم کن.
92
+
93
+ **تعامل تصویری:**
94
+ - به تصویر زنده‌ای که از کاربر دریافت می‌کنی توجه کن.
95
+ - اگر در تصویر نکته قابل توجهی وجود دارد (مانن�� حالت چهره، اشیاء خاص، یا محیط اطراف کاربر)، می‌توانی به آن در مکالمه اشاره کنی، البته فقط اگر مرتبط با موضوع صحبت باشد یا کاربر از تو بخواهد.
96
+ - اگر کاربر سوالی در مورد چیزی که در تصویر می‌بیند پرسید، سعی کن بر اساس تصویر پاسخ دهی.
97
+ - هدف اصلی، کمک به یادگیری زبان است، پس تعامل تصویری باید در خدمت این هدف باشد.
98
+ `.trim();
99
+
100
+ const initialAppConfig: LiveConfig = {
101
+ model: "models/gemini-2.0-flash-exp",
102
+ systemInstruction: {
103
+ parts: [{ text: myCustomInstruction }],
104
+ },
105
+ };
106
+
107
+ // آیکون انسان
108
  const SvgHumanIcon = () => (
109
+ <svg width="100%" height="100%" viewBox="0 0 88 89" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M75.1481 81.6361H12.9259C9.66667 81.6361 7 78.9721 7 75.7161V58.5112C7 57.5862 7 57.1052 7.44444 56.2172C8.85185 52.9612 13 50.2232 19.4815 47.8922C24.1111 56.6982 33.3704 62.6921 44 62.6921C54.6296 62.6921 63.9259 56.6982 68.5185 47.8922C75 50.1862 79.1852 52.9982 80.5556 56.2172C81 56.6612 81 57.6232 81 58.5112V75.7161C81 78.9721 78.3333 81.6361 75.0741 81.6361H75.1481Z" stroke="currentColor" strokeWidth="6.42146" strokeLinecap="round" strokeLinejoin="round"/><path d="M44.0371 50.1862C33.8519 50.1862 25.5186 41.8612 25.5186 31.6863V26.1363C25.5186 15.9613 33.8519 7.63635 44.0371 7.63635C54.2223 7.63635 62.5556 15.9613 62.5556 26.1363V31.6863C62.5556 41.8612 54.2223 50.1862 44.0371 50.1862Z" stroke="currentColor" strokeWidth="6.42146" strokeLinecap="round" strokeLinejoin="round"/></svg>
110
  );
111
 
112
+ // SVG آیکون میکروفون از HTML مرجع (با سه خط افقی)
113
  const SvgReferenceMicrophoneIcon = () => (
114
+ <svg width="38" height="38" viewBox="0 0 69 68" fill="none" xmlns="http://www.w3.org/2000/svg" transform="scale(0.55)">
115
  <path opacity="0.4" d="M49.9479 27.1824C49.0803 27.1824 48.3907 27.872 48.3907 28.7396V32.2544C48.3907 40.1293 41.984 46.5361 34.109 46.5361C26.234 46.5361 19.8273 40.1293 19.8273 32.2544V28.7173C19.8273 27.8497 19.1377 27.1601 18.2701 27.1601C17.4025 27.1601 16.7129 27.8497 16.7129 28.7173V32.2321C16.7129 41.2861 23.6758 48.7384 32.5518 49.5393V54.2776C32.5518 55.1452 33.2414 55.8348 34.109 55.8348C34.9766 55.8348 35.6662 55.1452 35.6662 54.2776V49.5393C44.52 48.7607 51.5051 41.2861 51.5051 32.2321V28.7173C51.4829 27.872 50.7933 27.1824 49.9479 27.1824Z" fill="#BE123C"/>
116
  <path d="M34.1099 11.3434C28.682 11.3434 24.2773 15.7481 24.2773 21.176V32.5658C24.2773 37.9938 28.682 42.3984 34.1099 42.3984C39.5379 42.3984 43.9425 37.9938 43.9425 32.5658V21.176C43.9425 15.7481 39.5379 11.3434 34.1099 11.3434ZM37.0241 26.8042C36.8684 27.3826 36.3567 27.7608 35.7784 27.7608C35.6671 27.7608 35.5559 27.7385 35.4447 27.7163C34.5771 27.4716 33.665 27.4716 32.7974 27.7163C32.0856 27.9165 31.396 27.4938 31.218 26.8042C31.0178 26.1146 31.4404 25.4027 32.1301 25.2247C33.4426 24.8688 34.8218 24.8688 36.1343 25.2247C36.8017 25.4027 37.2021 26.1146 37.0241 26.8042ZM38.2031 22.4885C38.0029 23.0224 37.5135 23.3339 36.9796 23.3339C36.8239 23.3339 36.6904 23.3116 36.5347 23.2671C34.9775 22.6887 33.2423 22.6887 31.6852 23.2671C31.0178 23.5118 30.2614 23.1559 30.0167 22.4885C29.772 21.8212 30.128 21.0648 30.7953 20.8423C32.9309 20.0637 35.289 20.0637 37.4245 20.8423C38.0919 21.087 38.4478 21.8212 38.2031 22.4885Z" fill="#BE123C"/>
117
  </svg>
118
  );
119
 
 
120
  const AppInternalLogic: React.FC<{
121
  isMicActive: boolean;
122
  isCamActive: boolean;
 
151
  return (
152
  <div className="w-full flex flex-col items-center justify-center min-h-screen text-foreground antialiased">
153
  <div className="main-wrapper max-w-3xl w-full flex flex-col items-center justify-center h-full relative">
 
154
  <div className="header-controls">
155
  <div id="notification-trigger-container">
156
  <button
 
203
  { "hidden": !isCamActive }
204
  )}
205
  />
 
206
  {isMicActive && !isCamActive && (
207
  <div
208
+ id="large-logo-container"
209
  className="absolute top-0 left-0 w-full h-full flex items-center justify-center"
210
  >
211
  {createLogoFunction(false, true, 'human', false)}
 
222
  isAppCamActive={isCamActive}
223
  onAppCamToggle={setIsCamActive}
224
  createLogoFunction={createLogoFunction}
225
+ ReferenceMicrophoneIcon={SvgReferenceMicrophoneIcon}
226
  />
227
  </div>
228
  </div>
229
  );
230
  }
231
 
 
232
  const logoColorConfig = {
233
+ blue: {
234
  ping: "bg-blue-200 dark:bg-blue-700",
235
  outer: "bg-blue-200 dark:bg-blue-700",
236
  mid: "bg-blue-300 dark:bg-blue-600",
237
  inner: "bg-blue-400 dark:bg-blue-500",
238
  },
239
+ green: {
240
  ping: "bg-green-200 dark:bg-green-700",
241
  outer: "bg-green-200 dark:bg-green-700",
242
  mid: "bg-green-300 dark:bg-green-600",
243
  inner: "bg-green-400 dark:bg-green-500",
244
  },
245
+ gray: {
246
  ping: "bg-gray-200 dark:bg-gray-700",
247
  outer: "bg-gray-200 dark:bg-gray-700",
248
  mid: "bg-gray-300 dark:bg-gray-600",
 
301
  const currentColors = logoColorConfig[colorKey as keyof typeof logoColorConfig] || logoColorConfig.gray;
302
 
303
  const size = isMini ? 80 : 200;
304
+ const iconDisplaySize = isMini ? 35 : 70; // Size for the SvgHumanIcon's visual container
305
+
 
 
 
 
 
 
 
306
  const insetBase = {
307
  ping: isMini ? 10 : 40,
308
  outer: 0,
309
  mid: isMini ? 5 : 20,
310
  inner: isMini ? 12 : 50,
311
+ // icon inset calculation to center it based on its display size and overall logo size
312
+ icon: (size - iconDisplaySize) / 2
313
  };
314
 
315
+ const IconComponent = type === 'human' ? SvgHumanIcon : null;
 
 
316
 
317
  return (
318
  <div className={cn("logo-animation-wrapper", {"for-footer": forFooter})} style={{ width: `${size}px`, height: `${size}px` }}>
 
320
  <div className={`absolute rounded-full opacity-50 ${currentColors.outer}`} style={{ inset: `${insetBase.outer}px` }}></div>
321
  <div className={`absolute rounded-full opacity-50 ${currentColors.mid}`} style={{ inset: `${insetBase.mid}px` }}></div>
322
  <div className={`absolute rounded-full opacity-50 ${currentColors.inner}`} style={{ inset: `${insetBase.inner}px` }}></div>
323
+ <div className="z-10 absolute flex items-center justify-center" style={{ inset: `${insetBase.icon}px`, width: `${iconDisplaySize}px`, height: `${iconDisplaySize}px` }}>
324
  {IconComponent && <IconComponent />}
325
  </div>
326
  </div>