Spaces:
Build error
Build error
Update src/lib/libraries/extensions/index.jsx
Browse files
src/lib/libraries/extensions/index.jsx
CHANGED
@@ -177,12 +177,51 @@ const IsLocal = String(window.location.href).startsWith(`http://localhost:`);
|
|
177 |
const IsLiveTests = urlParams.has('livetests');
|
178 |
|
179 |
const menuItems = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
{
|
181 |
name: 'TM2Scratch',
|
182 |
extensionId: 'tm2scratch',
|
183 |
collaborator: 'Tsukurusha, YengawaLab and Google',
|
184 |
-
iconURL: 'https://github.com/champierre/
|
185 |
-
insetIconURL: 'https://github.com/champierre/
|
186 |
description: (
|
187 |
<FormattedMessage
|
188 |
defaultMessage='η»εγι³ε£°γε¦ηΏγγγγγ'
|
|
|
177 |
const IsLiveTests = urlParams.has('livetests');
|
178 |
|
179 |
const menuItems = [
|
180 |
+
{
|
181 |
+
name: 'NewHandpose2Scratch',
|
182 |
+
extensionId: 'newhandpose2scratch',
|
183 |
+
collaborator: 'champierre',
|
184 |
+
iconURL: 'https://github.com/champierre/handpose2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/handpose2scratch/handpose2scratch.png',
|
185 |
+
insetIconURL: 'https://github.com/champierre/handpose2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/handpose2scratch/handpose2scratch-small.png',
|
186 |
+
description: (
|
187 |
+
<FormattedMessage
|
188 |
+
defaultMessage='HandPose2Scratch Blocks.'
|
189 |
+
description='HandPose2Scratch Blocks.'
|
190 |
+
id='gui.extension.handpose2scratchblocks.description'
|
191 |
+
/>
|
192 |
+
),
|
193 |
+
featured: true,
|
194 |
+
disabled: false,
|
195 |
+
internetConnectionRequired: true,
|
196 |
+
bluetoothRequired: false,
|
197 |
+
helpLink: 'https://champierre.github.io/handpose2scratch/'
|
198 |
+
},
|
199 |
+
{
|
200 |
+
name: 'Handpose2Scratch',
|
201 |
+
extensionId: 'handpose2scratch',
|
202 |
+
collaborator: 'champierre',
|
203 |
+
iconURL: 'https://github.com/champierre/handpose2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/handpose2scratch/handpose2scratch.png',
|
204 |
+
insetIconURL: 'https://github.com/champierre/handpose2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/handpose2scratch/handpose2scratch-small.png',
|
205 |
+
description: (
|
206 |
+
<FormattedMessage
|
207 |
+
defaultMessage='HandPose2Scratch Blocks.'
|
208 |
+
description='HandPose2Scratch Blocks.'
|
209 |
+
id='gui.extension.handpose2scratchblocks.description'
|
210 |
+
/>
|
211 |
+
),
|
212 |
+
featured: true,
|
213 |
+
disabled: false,
|
214 |
+
internetConnectionRequired: true,
|
215 |
+
bluetoothRequired: false,
|
216 |
+
helpLink: 'https://champierre.github.io/handpose2scratch/'
|
217 |
+
},
|
218 |
+
|
219 |
{
|
220 |
name: 'TM2Scratch',
|
221 |
extensionId: 'tm2scratch',
|
222 |
collaborator: 'Tsukurusha, YengawaLab and Google',
|
223 |
+
iconURL: 'https://github.com/champierre/tm2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/tm2scratch/tm2scratch.png',
|
224 |
+
insetIconURL: 'https://github.com/champierre/tm2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/tm2scratch/tm2scratch-small.png',
|
225 |
description: (
|
226 |
<FormattedMessage
|
227 |
defaultMessage='η»εγι³ε£°γε¦ηΏγγγγγ'
|