-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
541 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"features.deploy.title": { | ||
"message": "自由部署", | ||
"description": "Title of deploy feature" | ||
}, | ||
"features.deploy.description": { | ||
"message": "既可本地部署,也能调用云端 API。支持丰富的语音识别/合成和大语言模型,轻松配置人设和 Live2D 模型。", | ||
"description": "Description of deploy feature" | ||
}, | ||
"features.run.title": { | ||
"message": "跨平台运行", | ||
"description": "Title of run everywhere feature" | ||
}, | ||
"features.run.description": { | ||
"message": "完美支持 Windows、MacOS 和 Linux 系统,支持多个并发会话,电脑手机随时随地都能访问。", | ||
"description": "Description of run everywhere feature" | ||
}, | ||
"features.interact.title": { | ||
"message": "丰富互动", | ||
"description": "Title of interaction feature" | ||
}, | ||
"features.interact.description": { | ||
"message": "支持语音文字实时交流,自然打断对话,AI 主动发言,Live2D 实时表情,还能触摸互动,用法多样有趣。", | ||
"description": "Description of interaction feature" | ||
}, | ||
"features.ui.title": { | ||
"message": "精美 UI", | ||
"description": "Title of UI feature" | ||
}, | ||
"features.ui.description": { | ||
"message": "一键切换模式、浏览历史对话、开启摄像头和屏幕分享,智能记忆偏好、灵活折叠界面,简单又实用。", | ||
"description": "Description of UI feature" | ||
}, | ||
"features.memory.title": { | ||
"message": "长期记忆", | ||
"description": "Title of memory feature" | ||
}, | ||
"features.memory.description": { | ||
"message": "轻松回顾过往对话,内置 Mem0、EVI 等多种记忆模块,还能通过简单接口快速接入自定义记忆系统。", | ||
"description": "Description of memory feature" | ||
}, | ||
"features.companion.title": { | ||
"message": "桌面陪伴", | ||
"description": "Title of companion feature" | ||
}, | ||
"features.companion.description": { | ||
"message": "桌宠模式让 AI 伴侣时刻陪伴左右,支持透明悬浮、自由拖放位置、无缝切换模式、独立互动组件。", | ||
"description": "Description of companion feature" | ||
}, | ||
"showcase.title": { | ||
"message": "示例图片", | ||
"description": "Title of the showcase gallery section" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.features { | ||
display: flex; | ||
align-items: center; | ||
padding: 2rem 0; | ||
padding: 2rem 0 1rem; | ||
width: 100%; | ||
} | ||
|
||
|
Oops, something went wrong.