Skip to content

Commit

Permalink
feat: use our new version of logo (#229)
Browse files Browse the repository at this point in the history
* feat: use our new version of logo

* fix: lint

* feat: update extension screenshot

* feat: update video cover

* feat: readme
  • Loading branch information
yuyutaotao authored Jan 1, 2025
1 parent 3b69603 commit f9f4718
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 68 deletions.
49 changes: 0 additions & 49 deletions README.ja.md

This file was deleted.

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<p align="center">
<img alt="Midscene.js" width="260" src="https://github.com/user-attachments/assets/bff5e76f-ea5c-42b7-bd12-0143a04671cf">
<img alt="Midscene.js" width="260" src="https://github.com/user-attachments/assets/f60de3c1-dd6f-4213-97a1-85bf7c6e79e4">
</p>


<h1 align="center">Midscene.js</h1>
<div align="center">

English | [简体中文](./README.zh.md) | [日本語](./README.ja.md)
English | [简体中文](./README.zh.md)

</div>

Expand Down Expand Up @@ -34,8 +34,9 @@ Midscene.js is an AI-powered automation SDK can control the page, perform assert
- **Natural Language Interaction 👆**: Describe the steps, and let Midscene plan and control the user interface for you
- **Understand UI, Answer in JSON 🔍**: Provide prompts regarding the desired data format, and then receive the expected response in JSON format.
- **Intuitive Assertion 🤔**: Make assertions in natural language; it’s all based on AI understanding.
- **Out-of-box LLM 🪓**: It is fine to use public multimodal LLMs like GPT-4o. There is no need for any custom training.
- **Experience by Chrome Extension 🖥️**: Start immediately with the Chrome Extension. No code is needed while exploring.
- **Visualized Report 🎞️**: With our visualized report file, you can easily understand and debug the whole process.
- **Out-of-box LLM 🪓**: It is fine to use public multimodal LLMs like GPT-4o. There is no need for any custom training.
- **Brand New Experience! 🔥**: Experience a whole new world of automation development. Enjoy!

## Resources 📄
Expand Down
5 changes: 3 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<p align="center">
<img alt="Midscene.js" width="260" src="https://github.com/user-attachments/assets/bff5e76f-ea5c-42b7-bd12-0143a04671cf">
<img alt="Midscene.js" width="260" src="https://github.com/user-attachments/assets/f60de3c1-dd6f-4213-97a1-85bf7c6e79e4">
</p>

<h1 align="center">Midscene.js</h1>
<div align="center">

[English](./README.md) | 简体中文 | [日本語](./README.ja.md)
[English](./README.md) | 简体中文

</div>

Expand All @@ -31,6 +31,7 @@ Midscene.js 是一个由 AI 驱动的自动化 SDK,能够使用自然语言对
- **自然语言互动 👆**:只需描述你的步骤,Midscene 会为你规划和操作用户界面
- **理解UI、JSON格式回答 🔍**:你可以提出关于数据格式的要求,然后得到 JSON 格式的预期回应。
- **直观断言 🤔**:用自然语言表达你的断言,AI 会理解并处理。
- **Chrome 插件体验 🖥️**:通过 Chrome 插件,你可以立即开始体验,无需编写代码。
- **开箱即用的LLM 🪓**:支持使用公开的多模态大语言模型( 如 GPT-4o ),无需任何定制训练。
- **可视化报告 🎞️**:通过我们的测试报告和 Playground,你可以轻松理解和调试整个过程。
- **全新体验 🔥**:体验全新的自动化开发世界,尽情享受吧!
Expand Down
Binary file modified apps/site/docs/public/introduction/Midscene.mp4
Binary file not shown.
Binary file modified apps/site/docs/public/midscene-extension.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/site/docs/public/midscene-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed apps/site/docs/public/midscene.png
Binary file not shown.
Binary file modified apps/site/docs/public/midscene_with_text_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions apps/site/rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ export default defineConfig({
'https://applink.larkoffice.com/client/chat/chatter/add_by_link?link_token=291q2b25-e913-411a-8c51-191e59aab14d',
},
],
footer: {
message: `
<footer class="footer">
<div class="footer-content">
<img src="/midscene-icon.png" alt="Midscene.js Logo" class="footer-logo" />
<p class="footer-text">&copy; 2024 Midscene.js. All Rights Reserved.</p>
</div>
</footer>
`,
},
// footer: {
// message: `
// <footer class="footer">
// <div class="footer-content">
// <img src="/midscene-icon.png" alt="Midscene.js Logo" class="footer-logo" />
// <p class="footer-text">&copy; 2024 Midscene.js. All Rights Reserved.</p>
// </div>
// </footer>
// `,
// },
locales: [
{
lang: 'en',
Expand Down
4 changes: 4 additions & 0 deletions apps/site/styles/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.rspress-logo {
height: 2.6rem;
}

/* Footer styles */

.footer {
Expand Down
2 changes: 1 addition & 1 deletion packages/visualizer/src/component/logo.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.logo img {
height: 20px;
height: 30px;
line-height: 30px;
vertical-align: baseline;
vertical-align: -webkit-baseline-middle;
Expand Down
Binary file removed packages/visualizer/unpacked-extension/icon.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions packages/visualizer/unpacked-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"<all_urls>"
],
"action": {
"default_icon": "icon.png",
"default_title": "Midscene.js Playground"
"default_icon": "icon128.png",
"default_title": "Midscene.js"
},
"side_panel": {
"default_path": "./pages/sidepanel.html"
},
"icons": {
"128": "icon.png"
"128": "icon128.png"
}
}

0 comments on commit f9f4718

Please sign in to comment.