mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
📝 Update API docs
This commit is contained in:
parent
091a23a137
commit
4412e39134
@ -71,7 +71,7 @@ export interface iSVG {
|
||||
"id": 0,
|
||||
"title": "Discord",
|
||||
"category": "Software",
|
||||
"route": "https://svgl.app/library/discord.svg",
|
||||
"route": "https://cdn.svgl.app/discord.svg",
|
||||
"url": "https://discord.com/"
|
||||
},
|
||||
...
|
||||
@ -95,7 +95,7 @@ export interface iSVG {
|
||||
"id": 0,
|
||||
"title": "Discord",
|
||||
"category": "Software",
|
||||
"route": "https://svgl.app/library/discord.svg",
|
||||
"route": "https://cdn.svgl.app/discord.svg",
|
||||
"url": "https://discord.com/"
|
||||
},
|
||||
...
|
||||
@ -119,7 +119,7 @@ export interface iSVG {
|
||||
"id": 0,
|
||||
"title": "Discord",
|
||||
"category": "Software",
|
||||
"route": "https://svgl.app/library/discord.svg",
|
||||
"route": "https://cdn.svgl.app/discord.svg",
|
||||
"url": "https://discord.com/"
|
||||
},
|
||||
...
|
||||
@ -171,8 +171,8 @@ The list of categories is available [here](https://github.com/pheralb/svgl/blob/
|
||||
"title": "Axiom",
|
||||
"category": "Software",
|
||||
"route": {
|
||||
"light": "https://svgl.app/library/axiom-light.svg",
|
||||
"dark": "https://svgl.app/library/axiom-dark.svg"
|
||||
"light": "https://cdn.svgl.app/axiom-light.svg",
|
||||
"dark": "https://cdn.svgl.app/axiom-dark.svg"
|
||||
},
|
||||
"url": "https://axiom.co/"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user