浏览代码

update Readme

alexchenzl 7 月之前
父节点
当前提交
6780529335
共有 1 个文件被更改,包括 13 次插入22 次删除
  1. 13 22
      README.md

+ 13 - 22
README.md

@@ -76,28 +76,19 @@ Here are some tasks you can accomplish with NanoBrowser using natural language:
 
 ## Roadmap
 
-Here are the planned improvements and features we're working on:
-
-### Standalone Extension
-- Developing a standalone Chrome extension without backend server dependency
-- Simplifying installation and deployment process
-- Improving overall system performance and reliability
-
-### Enhanced Tab Management
-- Supporting multi-tab operations
-- Adding tab context awareness and management
-- Implementing better tab state synchronization
-
-### Conversation Intelligence
-- Adding support for follow-up questions and continuous dialogue
-- Implementing context preservation between tasks
-- Implementing task and conversation history management
-
-### Advanced DOM Analysis
-- Improving recognition and interaction with complex DOM elements
-- Enhancing canvas element handling for applications like Google Docs
-- Optimizing DOM tree traversal and manipulation performance
-- Implementing better detection of interactive elements and dynamic content
+Here are the key features we're working on:
+
+1. **Standalone Extension**:
+   > "Simplify installation by making the Chrome extension work without a backend server"
+
+2. **Enhanced Tab Management**:
+   > "Support multiple tabs with context awareness and state synchronization"
+
+3. **Conversation Intelligence**:
+   > "Enable natural follow-up questions and preserve context between tasks"
+
+4. **Advanced DOM Analysis**:
+   > "Improve interaction with complex web elements like canvas and dynamic content"
 
 ---