Spaces:
Build error
Build error
Update src/lib/libraries/extensions/index.jsx
Browse files
src/lib/libraries/extensions/index.jsx
CHANGED
@@ -177,12 +177,30 @@ const IsLocal = String(window.location.href).startsWith(`http://localhost:`);
|
|
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/
|
185 |
-
insetIconURL: 'https://github.com/champierre/
|
186 |
description: (
|
187 |
<FormattedMessage
|
188 |
defaultMessage='HandPose2Scratch Blocks.'
|
|
|
177 |
const IsLiveTests = urlParams.has('livetests');
|
178 |
|
179 |
const menuItems = [
|
180 |
+
{
|
181 |
+
name: 'ImageClassifier2Scratch',
|
182 |
+
extensionId: 'ic2scratch',
|
183 |
+
collaborator: 'champierre',
|
184 |
+
iconURL: ic2scratchIconURL,
|
185 |
+
insetIconURL: ic2scratchInsetIconURL,
|
186 |
+
description: (
|
187 |
+
<FormattedMessage
|
188 |
+
defaultMessage='Image Classifier Blocks.'
|
189 |
+
description='Image Classifier Blocks.'
|
190 |
+
id='gui.extension.ic2scratchblocks.description'
|
191 |
+
/>
|
192 |
+
),
|
193 |
+
featured: true,
|
194 |
+
disabled: false,
|
195 |
+
internetConnectionRequired: true,
|
196 |
+
bluetoothRequired: false
|
197 |
+
},
|
198 |
{
|
199 |
name: 'NewHandpose2Scratch',
|
200 |
extensionId: 'newhandpose2scratch',
|
201 |
collaborator: 'champierre',
|
202 |
+
iconURL: 'https://github.com/champierre/ic2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/ic2scratch/ic2scratch.png',
|
203 |
+
insetIconURL: 'https://github.com/champierre/ic2scratch/raw/refs/heads/master/scratch-gui/src/lib/libraries/extensions/ic2scratch/ic2scratch.png',
|
204 |
description: (
|
205 |
<FormattedMessage
|
206 |
defaultMessage='HandPose2Scratch Blocks.'
|