Skip to content

Commit

Permalink
docs: update video url and update slogn (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw authored Jan 2, 2025
1 parent 3c9418c commit f798f27
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Midscene.js is an AI-powered automation SDK can control the page, perform assert

<p align="center">

<video src="https://github.com/user-attachments/assets/c9f1e7fa-9834-45ba-8e3b-c3fdc1f7e5bb" controls />
<video src="https://github.com/user-attachments/assets/58ebeb48-deb0-4edf-8ca0-af6be5bf1c70" controls />

</p>

Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Midscene.js 是一个由 AI 驱动的自动化 SDK,能够使用自然语言对网页进行操作、验证,并提取 JSON 格式的数据。

<p align="center">
<video src="https://github.com/user-attachments/assets/c9f1e7fa-9834-45ba-8e3b-c3fdc1f7e5bb" controls />
<video src="https://github.com/user-attachments/assets/58ebeb48-deb0-4edf-8ca0-af6be5bf1c70" controls />
</p>

## 特性 ✨
Expand Down
2 changes: 1 addition & 1 deletion apps/site/docs/en/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Midscene.js leverages a multimodal Large Language Model (LLM) to intuitively “
<div style={{"width": "100%", "display": "flex", justifyContent: "center"}}>
<iframe
style={{"maxWidth": "100%", "width": "800px", "height": "450px"}}
src="https://www.youtube.com/embed/lpkadirYoNE?vq=hd1080"
src="https://www.youtube.com/embed/lrF0lPfrwag?vq=hd1080"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
Expand Down
2 changes: 1 addition & 1 deletion apps/site/rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
root: path.join(__dirname, 'docs'),
title: 'Midscene.js',
description:
'Transform UI automation into a joyful experience with Midscene.js, enabling seamless interaction, querying, and assertions through natural language',
'Automate browser actions, extract data, and perform assertions using AI, including a Chrome extension, JavaScript SDK, and support for scripting in YAML.',
icon: '/midscene-icon.png',
logo: {
light: '/midscene_with_text_light.png',
Expand Down

0 comments on commit f798f27

Please sign in to comment.