Skip to content

Commit 61dc9db

Browse files
committed
feat: 多项改进和bug修复
- 添加移动端onboarding引导页 - 添加DarkModeSvg组件支持SVG暗黑模式 - 修复AI配置页数据同步问题(useEffect依赖、activeEndpointId匹配) - 添加密钥/密码输入框显示隐藏切换 - 修复driver.js引导卡片样式透明问题 - 修复设置页面EndpointEditor无限循环问题 - AI配置优先读取有API Key的endpoint - 无模型时自动选择第一个可用模型 - 主题选择卡片与桌面端保持一致 - 更换外观页面插画为smiling_girl.svg
1 parent f91de72 commit 61dc9db

91 files changed

Lines changed: 4593 additions & 386 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.expo/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
> Why do I have a folder named ".expo" in my project?
2+
3+
The ".expo" folder is created when an Expo project is started using "expo start" command.
4+
5+
> What do the files contain?
6+
7+
- "devices.json": contains information about devices that have recently opened this project. This is used to populate the "Development sessions" list in your development builds.
8+
- "settings.json": contains the server configuration that is used to serve the application manifest.
9+
10+
> Should I commit the ".expo" folder?
11+
12+
No, you should not share the ".expo" folder. It does not contain any information that is relevant for other developers working on the project, it is specific to your machine.
13+
Upon project creation, the ".expo" folder is already added to your ".gitignore" file.

.expo/devices.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"devices": []
3+
}

packages/app-expo/assets/illustrations/ai_assistant.svg

Lines changed: 1 addition & 0 deletions
Loading

packages/app-expo/assets/illustrations/brainstorming.svg

Lines changed: 1 addition & 0 deletions
Loading

packages/app-expo/assets/illustrations/busy.svg

Lines changed: 1 addition & 0 deletions
Loading

packages/app-expo/assets/illustrations/celebration.svg

Lines changed: 1 addition & 0 deletions
Loading

packages/app-expo/assets/illustrations/confused.svg

Lines changed: 1 addition & 0 deletions
Loading

packages/app-expo/assets/illustrations/curious.svg

Lines changed: 1 addition & 0 deletions
Loading

packages/app-expo/assets/illustrations/cute_boy.svg

Lines changed: 1 addition & 0 deletions
Loading

packages/app-expo/assets/illustrations/deep_work.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)