From 190d264bda41a021d7a86f658c8bd52cf75db036 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Wed, 22 Oct 2025 17:18:39 +0800 Subject: [PATCH] docs: update ROADMAP --- ROADMAP.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index aba3337..5ac0584 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -31,6 +31,9 @@ The development progress and future plans for PageAgent. - [ ] **Black/white-list safeguard** - [ ] **Data-masking** - [ ] **Optimize for popular UI frameworks** +- [ ] **i18n of the website** + - [x] Chinese version + - [ ] English version - [ ] **Testing suits** - [ ] **Support custom llm fetch** - [ ] **Refactor: Separate Agent and Page-Controller**