docs: update solar-network/creator/stickers
This commit is contained in:
parent
550fe2d9e7
commit
bd6ffe5d3f
@ -2,7 +2,7 @@
|
|||||||
title: 贴图及贴图包
|
title: 贴图及贴图包
|
||||||
description: Stickers, Emotes 和 Emoji
|
description: Stickers, Emotes 和 Emoji
|
||||||
published: true
|
published: true
|
||||||
date: 2024-08-14T02:48:10.120Z
|
date: 2024-08-14T03:05:37.005Z
|
||||||
tags: solar network
|
tags: solar network
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2024-08-14T02:48:10.120Z
|
dateCreated: 2024-08-14T02:48:10.120Z
|
||||||
@ -26,4 +26,16 @@ Authorization: Bearer <your token here>
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
这个 API Endpoint 将会返回一个 JSON 对象其中包括了你贴图包的详情信息,其中有一个 `"id"` 字段你需要格外留意,将其记下来。之后会用到。
|
这个 API Endpoint 将会返回一个 JSON 对象其中包括了你贴图包的详情信息,其中有一个 `"id"` 字段你需要格外留意,将其记下来。之后会用到。
|
||||||
|
|
||||||
|
贴图的其他操作可以使用对应的 PUT 和 DELETE API Endpoint,只是注意在对制定的贴图包进行操作的时候需要在 URL 后面添加 ID 例如 `/cgi/files/stickers/packs/1`
|
||||||
|
|
||||||
|
## 贴图
|
||||||
|
|
||||||
|
贴图的创建,你首先需要准备内容。建议为一个 256x256 像素大小的 PNG 或 GIF 图片,透明背景或内容背景均可,但请不要使用纯色填充。大面积的白色填充可能会给暗色模式的用户带来闪光弹。
|
||||||
|
|
||||||
|
之后,请下载安装 Solian 或使用网页版,具体请转到 [Solian 介绍页面](/zh/solar-network/solian)。
|
||||||
|
|
||||||
|
登陆账号后,在账户页面可以找到一个「贴图」入口,点进去即可看到刚刚创建的贴图包,若没有数据,请检查自己的贴图包创建是否成功。
|
||||||
|
|
||||||
|
点击页面下方的加号按钮,完成内容表单,贴图包序号填写上文的 `"id"` 字段。别名需要遵守 CamelCase 规则为最佳。
|
Loading…
Reference in New Issue
Block a user