Update README.md
Browse files
README.md
CHANGED
|
@@ -5,3 +5,12 @@ license: mit
|
|
| 5 |
# myethos.json
|
| 6 |
|
| 7 |
PVC figure images and information from [www.myethos.cn](http://www.myethos.cn).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
# myethos.json
|
| 6 |
|
| 7 |
PVC figure images and information from [www.myethos.cn](http://www.myethos.cn).
|
| 8 |
+
|
| 9 |
+
```ts
|
| 10 |
+
interface Myethos {
|
| 11 |
+
[string]: {
|
| 12 |
+
image_urls: string[]
|
| 13 |
+
descriptions: Record<string, string>
|
| 14 |
+
}
|
| 15 |
+
}
|
| 16 |
+
```
|