Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Plus these real-world showcases:
* [MCP Integration - Midscene MCP UI prepatch release](https://midscenejs.com/showcases#mcp)

See more real-world showcases — click to explore: [showcases](https://midscenejs.com/showcases)
Community showcase: [robotic arm + vision + voice for in-vehicle testing](https://midscenejs.com/showcases#community-showcases)

## 💡 Features

Expand Down
1 change: 1 addition & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
* [MCP 集成 - Midscene MCP 操作界面发布 prepatch 版本](https://midscenejs.com/zh/showcases#mcp)

更多实战案例请点击查看:[案例展示](https://midscenejs.com/zh/showcases)
社区案例: [车机大屏测试中的机械臂 + 视觉 + 语音方案](https://midscenejs.com/zh/showcases#社区案例)

## 💡 特性

Expand Down
2 changes: 1 addition & 1 deletion apps/site/docs/en/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Plus these real-world showcases:
- **[Android Playground](./android-getting-started#try-playground-no-code)**: There is also a built-in Android playground to control your local Android device.
- **[iOS Playground](./ios-getting-started#try-playground)**: There is also a built-in iOS playground to control your local iOS device.

## Driven by Visual Language Model
## Driven by Visual Language Model

Midscene.js is all-in on the pure-vision route for UI actions: element localization and interactions are based on screenshots only. It supports visual-language models like `Qwen3-VL`, `Doubao-1.6-vision`, `gemini-3-flash`, and `UI-TARS`. For data extraction and page understanding, you can still opt in to include DOM when needed.

Expand Down
2 changes: 1 addition & 1 deletion apps/site/docs/zh/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
- **[Android Playground](./android-getting-started#试用-playground-零代码)**:使用 Android playground 来控制你的本地 Android 设备。
- **[iOS Playground](./ios-getting-started#试用-playground)**:使用 iOS playground 来控制你的本地 iOS 设备。

## 视觉语言模型驱动
## 视觉语言模型驱动

Midscene.js 在 UI 操作上采用纯视觉(pure-vision)路线:元素定位和交互只基于截图完成。支持视觉语言模型,例如 `Qwen3-VL`、`Doubao-1.6-vision`、`gemini-3-pro`、`gemini-3-flash` 和 `UI-TARS`。在数据提取和页面理解场景中,需要时仍可选择附带 DOM 信息。

Expand Down
44 changes: 8 additions & 36 deletions apps/site/rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ export default defineConfig({
text: 'Common model configuration 🔥',
link: '/model-common-config',
},
{
text: 'Showcases',
link: '/showcases',
},
{
sectionHeaderText: 'Web browser',
},
Expand Down Expand Up @@ -110,24 +114,6 @@ export default defineConfig({
},
{
text: 'Getting started',
items: [
{
text: 'Introduction',
link: '/introduction',
},
{
text: 'Model strategy',
link: '/model-strategy',
},
{
text: 'Common model configuration 🔥',
link: '/model-common-config',
},
{
text: 'Showcases',
link: '/showcases',
},
],
link: '/android-getting-started',
},
{
Expand Down Expand Up @@ -217,24 +203,6 @@ export default defineConfig({
'/zh': [
{
text: '快速开始',
items: [
{
text: '介绍',
link: '/zh/introduction',
},
{
text: '模型策略',
link: '/zh/model-strategy',
},
{
text: '常用模型配置 🔥',
link: '/zh/model-common-config',
},
{
text: '案例展示',
link: '/zh/showcases',
},
],
sectionHeaderText: '快速开始',
},
{
Expand All @@ -249,6 +217,10 @@ export default defineConfig({
text: '常用模型配置 🔥',
link: '/zh/model-common-config',
},
{
text: '案例展示',
link: '/zh/showcases',
},
{
sectionHeaderText: 'Web 浏览器',
},
Expand Down
Loading