diff --git a/.DS_Store b/.DS_Store index cbe3743..ebd5b5e 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/src/pages/HomePage.css b/src/pages/HomePage.css index bc778c3..e9bb7b0 100644 --- a/src/pages/HomePage.css +++ b/src/pages/HomePage.css @@ -171,7 +171,7 @@ } .hero-subtitle { - font-size: 1.25rem; + font-size: 1.5rem; margin-bottom: 3rem; color: rgba(255, 255, 255, 0.85); max-width: 650px; diff --git a/src/pages/HomePage.jsx b/src/pages/HomePage.jsx index e3b115f..3134479 100644 --- a/src/pages/HomePage.jsx +++ b/src/pages/HomePage.jsx @@ -90,9 +90,9 @@ const HomePage = ({ onLogin }) => { {/* Hero Section */}
-

iMeeting —— 让会议更智能

+

iMeeting - 灵 枢 (Líng Shū)

- 通过AI将会议音频转录并自动总结,对齐团队目标,构建企业知识库。 + 让每一次谈话都产生价值

+ {passwordEnabled && accessPassword && ( + + )} +
+ ) : ( + // 非创建人:显示密码或"未设置" + passwordEnabled && accessPassword ? ( +
+ {showPassword ? accessPassword : '••••'} + +
+ ) : ( + 未设置 + ) + )} + +
- 参会人数: - {meeting.attendees.length} + 参会人员({meeting.attendees.length}人): + + {meeting.attendees.map((attendee, index) => ( + + {typeof attendee === 'string' ? attendee : attendee.caption} + {index < meeting.attendees.length - 1 && '、'} + + ))} +
-
-

参会人员

-
- {meeting.attendees.map((attendee, index) => ( -
- - {typeof attendee === 'string' ? attendee : attendee.caption} -
- ))} -
-
- {/* Audio Player Section */}
@@ -1718,7 +1833,7 @@ const MeetingDetails = ({ user }) => {
e.stopPropagation()}>
-

AI会议总结

+

AI总结

+
+ + {passwordError && ( +
+ + {passwordError} +
+ )} + + +
+
+
+ ); + } + if (error) { return (