Update README.md
Browse files
README.md
CHANGED
@@ -154,9 +154,9 @@ interface GoodSmile {
|
|
154 |
}
|
155 |
```
|
156 |
|
157 |
-
###
|
158 |
|
159 |
-
|
160 |
|
161 |
e.g.
|
162 |
|
@@ -186,3 +186,33 @@ e.g.
|
|
186 |
...
|
187 |
```
|
188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
}
|
155 |
```
|
156 |
|
157 |
+
### Figma
|
158 |
|
159 |
+
Figma products information from [www.goodsmile.info](https://www.goodsmile.info/en/).
|
160 |
|
161 |
e.g.
|
162 |
|
|
|
186 |
...
|
187 |
```
|
188 |
|
189 |
+
### Nendoroid
|
190 |
+
|
191 |
+
Nendoroid products information from [www.goodsmile.info](https://www.goodsmile.info/en/).
|
192 |
+
|
193 |
+
e.g.
|
194 |
+
|
195 |
+
```json
|
196 |
+
[
|
197 |
+
{
|
198 |
+
"id": "13943",
|
199 |
+
"title": "Nendoroid Doll Marin Kitagawa",
|
200 |
+
"details": {
|
201 |
+
"Product Name": "Nendoroid Doll Marin Kitagawa",
|
202 |
+
"Series": "My Dress-Up Darling",
|
203 |
+
"Manufacturer": "Good Smile Company",
|
204 |
+
"Category": "Nendoroid Doll",
|
205 |
+
"Price": "\u00a58,500",
|
206 |
+
"Release Date": "2023/11",
|
207 |
+
"Specifications": "Painted non-scale articulated doll made with cloth, magnets and plastic with stand included. Approximately 140mm in height.",
|
208 |
+
"Sculptor": "Shichibee (Matsuda Model), Nendoron",
|
209 |
+
"Cooperation": "Sawada Koubou, Nendoron",
|
210 |
+
"Outfit/Pattern Design": "Mieko Akimoto"
|
211 |
+
},
|
212 |
+
"image_urls": [
|
213 |
+
"https://images.goodsmile.info/cgm/images/product/20230208/13943/111351/large/05550ad6dbbb6e4f9a6622e30610fe96.jpg",
|
214 |
+
...
|
215 |
+
]
|
216 |
+
},
|
217 |
+
...
|
218 |
+
```
|