Spaces:
Runtime error
Runtime error
Update src/lib/libraries/extensions/index.jsx
Browse files
src/lib/libraries/extensions/index.jsx
CHANGED
|
@@ -195,6 +195,17 @@ const menuItems = [
|
|
| 195 |
internetConnectionRequired: true,
|
| 196 |
bluetoothRequired: false
|
| 197 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 198 |
{
|
| 199 |
name: 'NewHandpose2Scratch',
|
| 200 |
extensionId: 'newhandpose2scratch',
|
|
|
|
| 195 |
internetConnectionRequired: true,
|
| 196 |
bluetoothRequired: false
|
| 197 |
},
|
| 198 |
+
{
|
| 199 |
+
name: 'BlockAI',
|
| 200 |
+
extensionId: 'https://huggingface.co/datasets/soiz1/my-scratch-ai-extensions/raw/main/block-ai.js',
|
| 201 |
+
collaborator: 'TheShovel',
|
| 202 |
+
iconURL: 'https://extensions.penguinmod.com/images/TheShovel/thumbnail-blockAI.png',
|
| 203 |
+
insetIconURL: 'https://huggingface.co/datasets/soiz1/my-scratch-ai-extensions/resolve/main/BlockAI-ICON.png?download=true',
|
| 204 |
+
description: 'geminiでコーディングのサポートをします。実験的で、間違った情報などを返す場合があります。',
|
| 205 |
+
featured: true,
|
| 206 |
+
disabled: false,
|
| 207 |
+
internetConnectionRequired: true,
|
| 208 |
+
},
|
| 209 |
{
|
| 210 |
name: 'NewHandpose2Scratch',
|
| 211 |
extensionId: 'newhandpose2scratch',
|