From e6cf7864c660820b159869d2e2cde6a861774930 Mon Sep 17 00:00:00 2001
From: SimonShiki <sinangentoo@gmail.com>
Date: Fri, 3 Nov 2023 13:53:55 +0000
Subject: [PATCH] :wrench: chore: include Xueersi

Signed-off-by: SimonShiki <sinangentoo@gmail.com>
---
 README-zh_CN.md   | 1 +
 README.md         | 1 +
 webpack.config.js | 4 +++-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README-zh_CN.md b/README-zh_CN.md
index 10aab24..fb546c9 100644
--- a/README-zh_CN.md
+++ b/README-zh_CN.md
@@ -27,6 +27,7 @@ Chibi 是一个用户脚本,可以在任何基于 Scratch 的编辑器中加
 - [x] CodeLab
 - [x] 40code
 - [x] TurboWarp
+- [x] 学而思
 
 # 🔥 使用方法
 1. 安装一个用户脚本管理器扩展, 例如 Tampermonkey 或 Greasymonkey。
diff --git a/README.md b/README.md
index 2085f7b..3a3170c 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ Chibi is a userscript which can load 3rd-party extensions in any Scratch-based e
 - [x] CodeLab
 - [x] 40code
 - [x] TurboWarp
+- [x] Xueersi (学而思)
 
 # 🔥 Usage
 1. Install UserScript Manager like Tampermonkey or Greasymonkey.
diff --git a/webpack.config.js b/webpack.config.js
index 719a0ce..10d9164 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -75,7 +75,9 @@ const base = {
                     'https://turbowarp.org/*',
                     'https://codingclip.com/*',
                     'https://editor.turbowarp.cn/*',
-                    'https://0832.ink/rc/*'
+                    'https://0832.ink/rc/*',
+                    'https://code.xueersi.com/scratch3/*',
+                    'https://code.xueersi.com/home/project/detail?lang=scratch&pid=*&version=3.0&langType=scratch'
                 ]
             },
             pretty: true,